Merge pull request #1759 from SvenDowideit/fix-new-doc-metadata

Add topics to the menu
(cherry picked from commit e66f9c1440)

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

Conflicts:
	docs/deprecated.md
This commit is contained in:
Sven Dowideit 2016-06-01 10:35:14 -07:00 committed by Sven Dowideit
parent 408c4684fa
commit f0b9dc30be
4 changed files with 12 additions and 2 deletions

View file

@ -1,8 +1,11 @@
<!--[metadata]> <!--[metadata]>
+++ +++
title = "registry Compatibility" title = "Compatibility"
description = "describes get by digest pitfall" description = "describes get by digest pitfall"
keywords = ["registry, manifest, images, tags, repository, distribution, digest"] keywords = ["registry, manifest, images, tags, repository, distribution, digest"]
[menu.main]
parent="smn_registry_ref"
weight=9
+++ +++
<![end-metadata]--> <![end-metadata]-->
@ -78,4 +81,4 @@ constraints of CAS.*
For this reason if a manifest is pulled by _digest_ from a registry 2.3 with Docker 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 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 security check will cause the Engine to receive a manifest it cannot use and the
pull will fail. pull will fail.

View file

@ -3,6 +3,9 @@
title = "Garbage Collection" title = "Garbage Collection"
description = "High level discussion of garbage collection" description = "High level discussion of garbage collection"
keywords = ["registry, garbage, images, tags, repository, distribution"] keywords = ["registry, garbage, images, tags, repository, distribution"]
[menu.main]
parent="smn_registry_ref"
weight=4
+++ +++
<![end-metadata]--> <![end-metadata]-->

View file

@ -6,6 +6,7 @@ keywords = ["registry, on-prem, images, tags, repository, distribution"]
aliases = ["/registry/overview/"] aliases = ["/registry/overview/"]
[menu.main] [menu.main]
parent="smn_registry" parent="smn_registry"
weight=1
+++ +++
<![end-metadata]--> <![end-metadata]-->

View file

@ -3,6 +3,9 @@
title = "Testing an insecure registry" title = "Testing an insecure registry"
description = "Deploying a Registry in an insecure fashion" description = "Deploying a Registry in an insecure fashion"
keywords = ["registry, on-prem, images, tags, repository, distribution, insecure"] keywords = ["registry, on-prem, images, tags, repository, distribution, insecure"]
[menu.main]
parent="smn_registry_ref"
weight=5
+++ +++
<![end-metadata]--> <![end-metadata]-->