Skip to content

Commit

Permalink
docs(index): Add litestar-fullstack-inertia and remove `litestar-pg…
Browse files Browse the repository at this point in the history
…-redis-docker` (#3745)
  • Loading branch information
Alc-Alc authored Sep 17, 2024
1 parent 5a4bf20 commit 47c09ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,13 @@ Example Applications
--------------------


* `litestar-pg-redis-docker <https://github.com/litestar-org/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 <https://github.com/litestar-org/litestar-fullstack>`_ : A fully-capable, production-ready fullstack
Litestar web application configured with best practices. It includes SQLAlchemy 2.0, VueJS, `Vite <https://vitejs.dev/>`_,
`SAQ job queue <https://saq-py.readthedocs.io/en/latest/>`_, ``Jinja`` templates and more.
`Read more <https://litestar-org.github.io/litestar-fullstack/latest/>`_.
`Read more <https://litestar-org.github.io/litestar-fullstack/latest/>`_. Like all
Litestar projects, this application is open to contributions, big and small.
* `litestar-fullstack-inertia <https://github.com/litestar-org/litestar-fullstack-inertia>`_ : Similar to
`Litestar Fullstack <https://litestar-org.github.io/litestar-fullstack/latest/>`_ but uses `Inertia.js <https://inertiajs.com>`_.
* `litestar-hello-world <https://github.com/litestar-org/litestar-hello-world>`_: A bare-minimum application setup.
Great for testing and POC work.

Expand Down

0 comments on commit 47c09ff

Please sign in to comment.