starlette/mkdocs.yml

32 lines
804 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'
2018-09-05 12:45:39 +00:00
- Applications: 'applications.md'
- Requests: 'requests.md'
- Responses: 'responses.md'
- WebSockets: 'websockets.md'
- GraphQL: 'graphql.md'
- Routing: 'routing.md'
2018-09-05 12:45:39 +00:00
- Endpoints: 'endpoints.md'
- Middleware: 'middleware.md'
2018-08-29 10:17:09 +00:00
- Static Files: 'staticfiles.md'
- 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'
- Test Client: 'testclient.md'
2018-10-29 09:33:33 +00:00
- Release Notes: 'release-notes.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false