Updated mkdocs to use the new pages index format

This commit is contained in:
Joffrey F 2015-06-18 20:38:07 +02:00
parent 89d5487285
commit e9802314aa
1 changed files with 10 additions and 10 deletions

View File

@ -5,13 +5,13 @@ 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]
- 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