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/ repo_url: https://github.com/docker/docker-py/
theme: readthedocs theme: readthedocs
pages: pages:
- [index.md, Home] - Home: index.md
- [api.md, Client API] - Client API: api.md
- [port-bindings.md, Port Bindings] - Port Bindings: port-bindings.md
- [volumes.md, Using Volumes] - Using Volumes: volumes.md
- [tls.md, Using TLS] - Using TLS: tls.md
- [host-devices.md, Host devices] - Host devices: host-devices.md
- [hostconfig.md, Host configuration] - Host configuration: hostconfig.md
- [boot2docker.md, Using with boot2docker] - Using with boot2docker: boot2docker.md
- [change_log.md, Change Log] - Change Log: change_log.md
- [contributing.md, Contributing] - Contributing: contributing.md