* Start fleshing out documentation * Docs work * http3 * Update docs * Include lowercase status codes, for requests compat * Updating docs * Docs tweaks
22 lines
455 B
YAML
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
|