mirror of https://github.com/docker/docker-py.git
Updated mkdocs to use the new pages index format
This commit is contained in:
parent
89d5487285
commit
e9802314aa
20
mkdocs.yml
20
mkdocs.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue