summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 8293cbc4b5884b0b173158b56c1e16851f97dc5d (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:
- Home: index.md
- Client API: api.md
- Port Bindings: port-bindings.md
- Using Volumes: volumes.md
- Using TLS: tls.md
- Host devices: host-devices.md
- Host configuration: hostconfig.md
- Using with boot2docker: boot2docker.md
- Change Log: change_log.md
- Contributing: contributing.md