starlette/mkdocs.yml

24 lines
544 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: ""
pages:
- Introduction: 'index.md'
- Responses: 'responses.md'
- Requests: 'requests.md'
- WebSockets: 'websockets.md'
- Routing: 'routing.md'
2018-08-28 14:11:53 +00:00
- Applications: 'applications.md'
- Test Client: 'test_client.md'
- Debugging: 'debugging.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false