httpx/mkdocs.yml
Tom Christie c9747aa357
http3 (#86)
* Start fleshing out documentation

* Docs work

* http3

* Update docs

* Include lowercase status codes, for requests compat

* Updating docs

* Docs tweaks
2019-06-12 15:02:16 +01:00

22 lines
455 B
YAML

site_name: HTTP3
site_description: The next generation HTTP client.
theme:
name: 'material'
repo_name: encode/http3
repo_url: https://github.com/encode/http3
edit_uri: ""
nav:
- Introduction: 'index.md'
- QuickStart: 'quickstart.md'
- Parallel Requests: 'parallel.md'
- Async Client: 'async.md'
- Requests Compatibility: 'compatibility.md'
- Developer Interface: 'api.md'
markdown_extensions:
- admonition
- codehilite