summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 46b1773073630d09dc1eea096014d8b42d67b181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
site_name: docker-py Documentation
site_description: An API client for Docker written in Python
site_favicon: favicon_whale.png
# site_url: docker-py.readthedocs.org
repo_url: https://github.com/docker/docker-py/
theme: readthedocs
pages:
- [index.md, Home]
- [api.md, Client API]
- [port-bindings.md, Port Bindings]
- [volumes.md, Using Volumes]
- [tls.md, Using TLS]
- [host-devices.md, Host devices]
- [change_log.md, Change Log]
- [contributing.md, Contributing]