mirror of https://github.com/docker/compose.git
Re-order compose docs so that quickstart guides come before other documentation.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
60a5b39f6f
commit
4f92004d9a
|
@ -5,7 +5,7 @@ description = "How to use Docker Compose's extends keyword to share configuratio
|
|||
keywords = ["fig, composition, compose, docker, orchestration, documentation, docs"]
|
||||
[menu.main]
|
||||
parent="workw_compose"
|
||||
weight=2
|
||||
weight=20
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ description = "How Compose sets up networking between containers"
|
|||
keywords = ["documentation, docs, docker, compose, orchestration, containers, networking"]
|
||||
[menu.main]
|
||||
parent="workw_compose"
|
||||
weight=21
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ description = "Guide to using Docker Compose in production"
|
|||
keywords = ["documentation, docs, docker, compose, orchestration, containers, production"]
|
||||
[menu.main]
|
||||
parent="workw_compose"
|
||||
weight=1
|
||||
weight=22
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
|
||||
|
|
Loading…
Reference in New Issue