2018-08-28 13:58:03 +00:00
|
|
|
site_name: Starlette
|
|
|
|
site_description: The little ASGI library that shines.
|
|
|
|
|
|
|
|
theme:
|
|
|
|
name: 'material'
|
|
|
|
|
|
|
|
repo_name: encode/starlette
|
|
|
|
repo_url: https://github.com/encode/starlette
|
|
|
|
edit_uri: ""
|
|
|
|
|
2018-08-28 15:25:32 +00:00
|
|
|
nav:
|
2018-08-28 13:58:03 +00:00
|
|
|
- Introduction: 'index.md'
|
2018-09-05 12:45:39 +00:00
|
|
|
- Applications: 'applications.md'
|
2018-08-28 13:58:03 +00:00
|
|
|
- Requests: 'requests.md'
|
2018-09-05 10:39:38 +00:00
|
|
|
- Responses: 'responses.md'
|
2018-08-28 13:58:03 +00:00
|
|
|
- WebSockets: 'websockets.md'
|
|
|
|
- Routing: 'routing.md'
|
2018-09-05 12:45:39 +00:00
|
|
|
- Endpoints: 'endpoints.md'
|
2018-10-05 11:04:11 +00:00
|
|
|
- Middleware: 'middleware.md'
|
2018-08-29 10:17:09 +00:00
|
|
|
- Static Files: 'staticfiles.md'
|
2018-11-06 16:57:57 +00:00
|
|
|
- Templates: 'templates.md'
|
2018-11-01 12:52:03 +00:00
|
|
|
- GraphQL: 'graphql.md'
|
|
|
|
- API Schemas: 'schemas.md'
|
2018-10-09 14:47:51 +00:00
|
|
|
- Events: 'events.md'
|
2018-10-02 10:47:49 +00:00
|
|
|
- Background Tasks: 'background.md'
|
2018-09-05 12:45:39 +00:00
|
|
|
- Exceptions: 'exceptions.md'
|
|
|
|
- Debug: 'debug.md'
|
2018-09-05 10:39:38 +00:00
|
|
|
- Test Client: 'testclient.md'
|
2018-10-29 09:33:33 +00:00
|
|
|
- Release Notes: 'release-notes.md'
|
2018-08-28 13:58:03 +00:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- markdown.extensions.codehilite:
|
|
|
|
guess_lang: false
|