summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 107d53f57cc8781e73fe771569ad9ccab72feaf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
site_name: docker-py Documentation
site_description: An API client for Docker written in Python
site_favicon: favicon_whale.png
site_url: http://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]
- [hostconfig.md, Host configuration]
- [boot2docker.md, Using with boot2docker]
- [change_log.md, Change Log]
- [contributing.md, Contributing]