add ./script/doc to build fig documentation using the docs.docker.com tooling

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2015-02-23 13:56:13 +10:00
commit bd320b19fe
11 changed files with 44 additions and 11 deletions

7
docs/mkdocs.yml Normal file
View file

@ -0,0 +1,7 @@
- ['compose/index.md', 'User Guide', 'Docker Compose' ]
- ['compose/install.md', 'Installation', 'Docker Compose']
- ['compose/cli.md', 'Reference', 'Compose command line']
- ['compose/yml.md', 'Reference', 'Compose yml']
- ['compose/env.md', 'Reference', 'Compose ENV variables']
- ['compose/completion.md', 'Reference', 'Compose commandline completion']