mirror of https://github.com/docker/docs.git
Merge pull request #1493 from SvenDowideit/linkchecker-fixes
Small fixes found by linkchecker
This commit is contained in:
commit
b1d621c286
|
@ -7,7 +7,7 @@ RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/mach
|
|||
RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
|
||||
RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content/kitematic
|
||||
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials
|
||||
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content
|
||||
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
|
||||
|
||||
ENV PROJECT=swarm
|
||||
# to get the git info for this repo
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
title = "Docker Swarm API"
|
||||
description = "Swarm API"
|
||||
keywords = ["docker, swarm, clustering, api"]
|
||||
aliases = ["/swarm/api/"]
|
||||
[menu.main]
|
||||
parent="smn_swarm_ref"
|
||||
+++
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
<!--[metadata]>
|
||||
+++
|
||||
title = "Docker Swarm Scheduling"
|
||||
description = "Swarm: a Docker-native clustering system"
|
||||
keywords = ["docker, swarm, clustering, scheduling"]
|
||||
[menu.main]
|
||||
parent="smn_workw_swarm"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
## Advanced Scheduling
|
||||
|
||||
To learn more about advanced scheduling, see the
|
||||
[strategies](strategy.md) and [filters](filter.md)
|
||||
documents.
|
||||
|
Loading…
Reference in New Issue