From 25fb6f77741ae68d49fb24a6efb868b80677f8fb Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 15 Feb 2017 18:39:58 -0800 Subject: [PATCH] Metadata fixes --- allpagelinks.md | 3 +-- glossary.md | 2 +- manuals.md | 2 +- reference.md | 2 +- samples.md | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/allpagelinks.md b/allpagelinks.md index ccca266396..b04bf1c218 100644 --- a/allpagelinks.md +++ b/allpagelinks.md @@ -1,10 +1,9 @@ --- hide_from_sitemap: true layout: null +title: All site links for docs.docker.com --- -# All site links for `docs.docker.com` - {% assign pages = site.pages | sort:"path" %} {% for page in pages %} {% unless page.layout == null %} diff --git a/glossary.md b/glossary.md index 68dba62f48..b7e4a5c998 100644 --- a/glossary.md +++ b/glossary.md @@ -2,7 +2,7 @@ title: "Docker Glossary" description: "Glossary of terms used around Docker" keywords: "glossary, docker, terms, definitions" -skip-right-nav: true +notoc: true --- ## aufs diff --git a/manuals.md b/manuals.md index 5232b50eae..f522f3c789 100644 --- a/manuals.md +++ b/manuals.md @@ -1,6 +1,6 @@ --- title: Product and tool manuals -skip-right-nav: true +notoc: true --- The Docker platform is comprised of a family of tools and products. After diff --git a/reference.md b/reference.md index 8c9597bf46..95c0b18574 100644 --- a/reference.md +++ b/reference.md @@ -1,6 +1,6 @@ --- title: Reference documentation -skip-right-nav: true +notoc: true --- This section includes the reference documentation for the Docker platform's diff --git a/samples.md b/samples.md index 962cb42cac..f73dec6c7c 100644 --- a/samples.md +++ b/samples.md @@ -1,6 +1,6 @@ --- title: Samples -skip-right-nav: true +notoc: true --- ## Docker samples