Skip to content

Commit eb12310

Browse files
docs: Add link to Litestar's deployment docs (#3754)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fa5c2d0 commit eb12310

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/operations/deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,12 @@ See the documentation for the integration you are using for more information on
6161
deployment:
6262

6363
- [AIOHTTP](https://docs.aiohttp.org/en/stable/deployment.html)
64+
- [Chalice](https://aws.github.io/chalice/quickstart.html#deploying)
6465
- [Django](https://docs.djangoproject.com/en/4.0/howto/deployment/)
6566
- [FastAPI](https://fastapi.tiangolo.com/deployment/)
6667
- [Flask](https://flask.palletsprojects.com/en/2.0.x/deploying/)
68+
- [Litestar](https://docs.litestar.dev/latest/topics/deployment/index.html)
6769
- [Sanic](https://sanic.dev/en/guide/deployment/configuration.html)
68-
- [Chalice](https://aws.github.io/chalice/quickstart.html#deploying)
6970

7071
The docs for [ASGI](https://asgi.readthedocs.io/en/latest/index.html) and
7172
[Starlette](https://www.starlette.io/) do not provide an official deployment

0 commit comments

Comments
 (0)