2018-08-28 13:58:03 +00:00
|
|
|
site_name: Starlette
|
|
|
|
site_description: The little ASGI library that shines.
|
2021-06-25 07:46:38 +00:00
|
|
|
site_url: https://www.starlette.io
|
2018-08-28 13:58:03 +00:00
|
|
|
|
|
|
|
theme:
|
2021-02-07 19:06:30 +00:00
|
|
|
name: 'material'
|
2021-08-19 14:17:41 +00:00
|
|
|
custom_dir: docs/overrides
|
2018-08-28 13:58:03 +00:00
|
|
|
|
|
|
|
repo_name: encode/starlette
|
|
|
|
repo_url: https://github.com/encode/starlette
|
|
|
|
edit_uri: ""
|
|
|
|
|
2018-08-28 15:25:32 +00:00
|
|
|
nav:
|
2021-02-07 19:06:30 +00:00
|
|
|
- Introduction: 'index.md'
|
|
|
|
- Applications: 'applications.md'
|
|
|
|
- Requests: 'requests.md'
|
|
|
|
- Responses: 'responses.md'
|
|
|
|
- WebSockets: 'websockets.md'
|
|
|
|
- Routing: 'routing.md'
|
|
|
|
- Endpoints: 'endpoints.md'
|
|
|
|
- Middleware: 'middleware.md'
|
|
|
|
- Static Files: 'staticfiles.md'
|
|
|
|
- Templates: 'templates.md'
|
|
|
|
- Database: 'database.md'
|
|
|
|
- GraphQL: 'graphql.md'
|
|
|
|
- Authentication: 'authentication.md'
|
|
|
|
- API Schemas: 'schemas.md'
|
|
|
|
- Events: 'events.md'
|
|
|
|
- Background Tasks: 'background.md'
|
|
|
|
- Server Push: 'server-push.md'
|
|
|
|
- Exceptions: 'exceptions.md'
|
|
|
|
- Configuration: 'config.md'
|
|
|
|
- Test Client: 'testclient.md'
|
|
|
|
- Third Party Packages: 'third-party-packages.md'
|
|
|
|
- Release Notes: 'release-notes.md'
|
2018-08-28 13:58:03 +00:00
|
|
|
|
|
|
|
markdown_extensions:
|
2019-11-13 12:25:18 +00:00
|
|
|
- mkautodoc
|
2021-02-05 19:13:39 +00:00
|
|
|
- admonition
|
2021-02-07 19:06:30 +00:00
|
|
|
- pymdownx.highlight
|
|
|
|
- pymdownx.superfences
|
2020-02-19 10:37:43 +00:00
|
|
|
|
|
|
|
extra_javascript:
|
|
|
|
- 'js/chat.js'
|
|
|
|
- 'js/sidecar-1.5.0.js'
|