httpx/mkdocs.yml
2020-02-19 11:38:14 +00:00

34 lines
739 B
YAML

site_name: HTTPX
site_description: A next-generation HTTP client for Python.
site_url: https://www.python-httpx.org/
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'
- Async Support: 'async.md'
- HTTP/2 Support: 'http2.md'
- Environment Variables: 'environment_variables.md'
- Requests Compatibility: 'compatibility.md'
- Developer Interface: 'api.md'
- Contributing: 'contributing.md'
markdown_extensions:
- admonition
- codehilite
- mkautodoc
extra_css:
- css/custom.css
extra_javascript:
- 'js/chat.js'
- 'js/sidecar-1.5.0.js'