httpx/mkdocs.yml
Tom Christie 2d09d5b36c
Renaming -> httpx (#129)
* Renaming -> httpx

* Renaming to httpx
2019-07-19 15:15:16 +01:00

23 lines
500 B
YAML

site_name: HTTPX
site_description: A next-generation HTTP client for Python.
theme:
name: 'material'
repo_name: encode/httpx
repo_url: https://github.com/encode/httpx
edit_uri: ""
nav:
- Introduction: 'index.md'
- QuickStart: 'quickstart.md'
- Advanced Usage: 'advanced.md'
- Parallel Requests: 'parallel.md'
- Async Client: 'async.md'
- Requests Compatibility: 'compatibility.md'
- Developer Interface: 'api.md'
markdown_extensions:
- admonition
- codehilite