starlette/mkdocs.yml

26 lines
603 B
YAML
Raw Normal View History

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:
- 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'
- Test Client: 'test_client.md'
- Debugging: 'debugging.md'
- Views: 'views.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false