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/
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue