From 47c09ffce8e8c25a865a6703097709403a22f335 Mon Sep 17 00:00:00 2001 From: Alc-Alc <45509143+Alc-Alc@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:23:14 +0530 Subject: [PATCH] docs(index): Add `litestar-fullstack-inertia` and remove `litestar-pg-redis-docker` (#3745) --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c73c26b5e1..5fde378c91 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -325,13 +325,13 @@ Example Applications -------------------- -* `litestar-pg-redis-docker `_ : In addition to Litestar, this - demonstrates a pattern of application modularity, SQLAlchemy 2.0 ORM, Redis cache connectivity, and more. Like all - Litestar projects, this application is open to contributions, big and small. * `litestar-fullstack `_ : A fully-capable, production-ready fullstack Litestar web application configured with best practices. It includes SQLAlchemy 2.0, VueJS, `Vite `_, `SAQ job queue `_, ``Jinja`` templates and more. - `Read more `_. + `Read more `_. Like all + Litestar projects, this application is open to contributions, big and small. +* `litestar-fullstack-inertia `_ : Similar to + `Litestar Fullstack `_ but uses `Inertia.js `_. * `litestar-hello-world `_: A bare-minimum application setup. Great for testing and POC work.