From bf4eb92f56026c5074466b61dcc4e0885e751d11 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 31 May 2016 17:19:47 +0000 Subject: [PATCH] Add topics to the menu Signed-off-by: Sven Dowideit --- docs/compatibility.md | 7 +++++-- docs/deprecated.md | 5 ++++- docs/garbage-collection.md | 3 +++ docs/index.md | 1 + docs/insecure.md | 3 +++ 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/compatibility.md b/docs/compatibility.md index 9a7bdd42b..6ff4c7414 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -1,8 +1,11 @@ @@ -78,4 +81,4 @@ constraints of CAS.* For this reason if a manifest is pulled by _digest_ from a registry 2.3 with Docker Engine 1.9 and older, and the manifest was pushed with Docker Engine 1.10, a security check will cause the Engine to receive a manifest it cannot use and the -pull will fail. \ No newline at end of file +pull will fail. diff --git a/docs/deprecated.md b/docs/deprecated.md index 796d3fa55..73bde497f 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -1,8 +1,11 @@ diff --git a/docs/garbage-collection.md b/docs/garbage-collection.md index 688bfb253..2d03e7872 100644 --- a/docs/garbage-collection.md +++ b/docs/garbage-collection.md @@ -3,6 +3,9 @@ title = "Garbage Collection" description = "High level discussion of garbage collection" keywords = ["registry, garbage, images, tags, repository, distribution"] +[menu.main] +parent="smn_registry_ref" +weight=4 +++ diff --git a/docs/index.md b/docs/index.md index 2eb5f7678..e8be74e94 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,7 @@ keywords = ["registry, on-prem, images, tags, repository, distribution"] aliases = ["/registry/overview/"] [menu.main] parent="smn_registry" +weight=1 +++ diff --git a/docs/insecure.md b/docs/insecure.md index 88055d51a..86d859302 100644 --- a/docs/insecure.md +++ b/docs/insecure.md @@ -3,6 +3,9 @@ title = "Testing an insecure registry" description = "Deploying a Registry in an insecure fashion" keywords = ["registry, on-prem, images, tags, repository, distribution, insecure"] +[menu.main] +parent="smn_registry_ref" +weight=5 +++