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'
|
|
|
|
- Responses: 'responses.md'
|
|
|
|
- Requests: 'requests.md'
|
|
|
|
- WebSockets: 'websockets.md'
|
|
|
|
- Routing: 'routing.md'
|
2018-08-29 10:17:09 +00:00
|
|
|
- Static Files: 'staticfiles.md'
|
2018-08-28 14:11:53 +00:00
|
|
|
- Applications: 'applications.md'
|
2018-08-28 13:58:03 +00:00
|
|
|
- Test Client: 'test_client.md'
|
|
|
|
- Debugging: 'debugging.md'
|
2018-08-30 12:53:37 +00:00
|
|
|
- Views: 'views.md'
|
2018-08-28 13:58:03 +00:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- markdown.extensions.codehilite:
|
|
|
|
guess_lang: false
|