httpx/mkdocs.yml
Seth Michael Larson 6f4f186522
Add easier debug logging for users (#277)
Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
2019-08-27 11:43:13 -05:00

25 lines
594 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'
- Environment Variables: 'environment_variables.md'
- Parallel Requests: 'parallel.md'
- Async Client: 'async.md'
- Requests Compatibility: 'compatibility.md'
- Developer Interface: 'api.md'
- Contributing: 'contributing.md'
markdown_extensions:
- admonition
- codehilite