Browse code

advisory can't be in the [menu] section

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Sven Dowideit authored on 2016/06/16 20:33:12
Showing 13 changed files
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Swarm overview"
4 4
 description = "Docker Swarm overview"
5 5
 keywords = ["docker, container, cluster, swarm"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="swarm_overview"
8 9
 parent="engine_swarm"
9 10
 weight="1"
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 # Docker Swarm overview
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Swarm key concepts"
4 4
 description = "Introducing key concepts for Docker Swarm"
5 5
 keywords = ["docker, container, cluster, swarm"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="swarm-concepts"
8 9
 parent="engine_swarm"
9 10
 weight="2"
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 # Docker Swarm key concepts
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Manage a Swarm (1.12 RC)"
4 4
 description = "How to use Docker Swarm to create and manage Docker Engine clusters"
5 5
 keywords = [" docker, documentation, developer, "]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier = "engine_swarm"
8 9
 parent = "engine_use"
9 10
 weight = 0
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Add nodes to the Swarm"
4 4
 description = "Add nodes to the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="add-nodes"
8 9
 parent="swarm-tutorial"
9 10
 weight=13
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Create a Swarm"
4 4
 description = "Initialize the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="initialize-swarm"
8 9
 parent="swarm-tutorial"
9 10
 weight=12
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Delete the service"
4 4
 description = "Remove the service on the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm, service"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="swarm-tutorial-delete-service"
8 9
 parent="swarm-tutorial"
9 10
 weight=19
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Deploy a service"
4 4
 description = "Deploy the application"
5 5
 keywords = ["tutorial, cluster management, swarm"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="deploy-application"
8 9
 parent="swarm-tutorial"
9 10
 weight=16
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,6 +3,7 @@
3 3
 title = "Drain a node"
4 4
 description = "Drain nodes on the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm, service, drain"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="swarm-tutorial-drain-node"
8 9
 parent="swarm-tutorial"
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Set up for the tutorial"
4 4
 description = "Getting Started tutorial for Docker Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="tutorial-setup"
8 9
 parent="swarm-tutorial"
9 10
 weight=11
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Inspect the service"
4 4
 description = "Inspect the application"
5 5
 keywords = ["tutorial, cluster management, swarm"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="inspect-application"
8 9
 parent="swarm-tutorial"
9 10
 weight=17
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Get started with Swarm"
4 4
 description = "Getting started tutorial for Docker Swarm"
5 5
 keywords = ["cluster, swarm, tutorial"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="swarm-tutorial"
8 9
 parent="engine_swarm"
9 10
 weight=10
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Apply rolling updates"
4 4
 description = "Apply rolling updates to a service on the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm, service, rolling-update"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="swarm-tutorial-rolling-update"
8 9
 parent="swarm-tutorial"
9 10
 weight=20
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13
 
... ...
@@ -3,11 +3,11 @@
3 3
 title = "Scale the service"
4 4
 description = "Scale the service running in the Swarm"
5 5
 keywords = ["tutorial, cluster management, swarm, scale"]
6
+advisory = "rc"
6 7
 [menu.main]
7 8
 identifier="swarm-tutorial-scale-service"
8 9
 parent="swarm-tutorial"
9 10
 weight=18
10
-advisory = "rc"
11 11
 +++
12 12
 <![end-metadata]-->
13 13