Skip to content

Commit e980231

Browse files
committed
Updated mkdocs to use the new pages index format
1 parent 89d5487 commit e980231

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

mkdocs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ site_url: http://docker-py.readthedocs.org
55
repo_url: https://github.com/docker/docker-py/
66
theme: readthedocs
77
pages:
8-
- [index.md, Home]
9-
- [api.md, Client API]
10-
- [port-bindings.md, Port Bindings]
11-
- [volumes.md, Using Volumes]
12-
- [tls.md, Using TLS]
13-
- [host-devices.md, Host devices]
14-
- [hostconfig.md, Host configuration]
15-
- [boot2docker.md, Using with boot2docker]
16-
- [change_log.md, Change Log]
17-
- [contributing.md, Contributing]
8+
- Home: index.md
9+
- Client API: api.md
10+
- Port Bindings: port-bindings.md
11+
- Using Volumes: volumes.md
12+
- Using TLS: tls.md
13+
- Host devices: host-devices.md
14+
- Host configuration: hostconfig.md
15+
- Using with boot2docker: boot2docker.md
16+
- Change Log: change_log.md
17+
- Contributing: contributing.md

0 commit comments

Comments
 (0)