Metadata fixes

This commit is contained in:
John Mulhausen 2017-02-15 18:39:58 -08:00
parent b513ecde18
commit 25fb6f7774
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
5 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
--- ---
hide_from_sitemap: true hide_from_sitemap: true
layout: null layout: null
title: All site links for docs.docker.com
--- ---
# All site links for `docs.docker.com`
{% assign pages = site.pages | sort:"path" %} {% assign pages = site.pages | sort:"path" %}
{% for page in pages %} {% for page in pages %}
{% unless page.layout == null %} {% unless page.layout == null %}

View File

@ -2,7 +2,7 @@
title: "Docker Glossary" title: "Docker Glossary"
description: "Glossary of terms used around Docker" description: "Glossary of terms used around Docker"
keywords: "glossary, docker, terms, definitions" keywords: "glossary, docker, terms, definitions"
skip-right-nav: true notoc: true
--- ---
## aufs ## aufs

View File

@ -1,6 +1,6 @@
--- ---
title: Product and tool manuals title: Product and tool manuals
skip-right-nav: true notoc: true
--- ---
The Docker platform is comprised of a family of tools and products. After The Docker platform is comprised of a family of tools and products. After

View File

@ -1,6 +1,6 @@
--- ---
title: Reference documentation title: Reference documentation
skip-right-nav: true notoc: true
--- ---
This section includes the reference documentation for the Docker platform's This section includes the reference documentation for the Docker platform's

View File

@ -1,6 +1,6 @@
--- ---
title: Samples title: Samples
skip-right-nav: true notoc: true
--- ---
## Docker samples ## Docker samples