mirror of https://github.com/docker/docs.git
Metadata fixes
This commit is contained in:
parent
b513ecde18
commit
25fb6f7774
|
@ -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 %}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Samples
|
title: Samples
|
||||||
skip-right-nav: true
|
notoc: true
|
||||||
---
|
---
|
||||||
|
|
||||||
## Docker samples
|
## Docker samples
|
||||||
|
|
Loading…
Reference in New Issue