mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
use the same paths as in the swarm repo, so that their links magically work
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
662dffee4f
commit
1da2abb596
2 changed files with 3 additions and 4 deletions
|
@ -64,11 +64,10 @@ CMD ["mkdocs", "serve"]
|
||||||
# Sven plans to move each Dockerfile into the respective repository
|
# Sven plans to move each Dockerfile into the respective repository
|
||||||
|
|
||||||
# Docker Swarm
|
# Docker Swarm
|
||||||
ADD https://raw.githubusercontent.com/docker/swarm/master/logo.png /docs/sources/swarm/logo.png
|
ADD https://raw.githubusercontent.com/docker/swarm/master/userguide.md /docs/sources/swarm/README.md
|
||||||
ADD https://raw.githubusercontent.com/docker/swarm/master/README.md /docs/sources/swarm/README.md
|
|
||||||
ADD https://raw.githubusercontent.com/docker/swarm/master/discovery/README.md /docs/sources/swarm/discovery.md
|
ADD https://raw.githubusercontent.com/docker/swarm/master/discovery/README.md /docs/sources/swarm/discovery.md
|
||||||
ADD https://raw.githubusercontent.com/docker/swarm/master/api/README.md /docs/sources/swarm/API.md
|
ADD https://raw.githubusercontent.com/docker/swarm/master/api/README.md /docs/sources/swarm/API.md
|
||||||
ADD https://raw.githubusercontent.com/docker/swarm/master/scheduler/filter/README.md /docs/sources/swarm/filters.md
|
ADD https://raw.githubusercontent.com/docker/swarm/master/scheduler/filter/README.md /docs/sources/swarm/scheduler/filter.md
|
||||||
|
|
||||||
# Docker Machine
|
# Docker Machine
|
||||||
ADD https://raw.githubusercontent.com/docker/machine/master/docs/dockermachine.md /docs/sources/machine/userguide.md
|
ADD https://raw.githubusercontent.com/docker/machine/master/docs/dockermachine.md /docs/sources/machine/userguide.md
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
- ['swarm/README.md', 'User Guide', 'Docker Swarm' ]
|
- ['swarm/README.md', 'User Guide', 'Docker Swarm' ]
|
||||||
- ['swarm/discovery.md', 'Reference', 'Swarm discovery']
|
- ['swarm/discovery.md', 'Reference', 'Swarm discovery']
|
||||||
- ['swarm/API.md', 'Reference', 'Swarm API']
|
- ['swarm/API.md', 'Reference', 'Swarm API']
|
||||||
- ['swarm/filters.md', 'Reference', 'Swarm filters']
|
- ['swarm/scheduler/filter.md', 'Reference', 'Swarm filters']
|
||||||
|
|
Loading…
Add table
Reference in a new issue