Removing titles from md files

Signed-off-by: John Mulhausen <john@docker.com>
This commit is contained in:
John Mulhausen 2017-10-13 14:59:19 -07:00
parent 1401d5daf2
commit 4a5db8d27e
No known key found for this signature in database
GPG Key ID: 0FC599ECCDBFDE02
17 changed files with 14 additions and 26 deletions

View File

@ -1,6 +1,5 @@
--- ---
aliases: ["/engine/misc/deprecated/"] aliases: ["/engine/misc/deprecated/"]
title: "Deprecated Engine Features"
description: "Deprecated Features." description: "Deprecated Features."
keywords: "docker, documentation, about, technology, deprecate" keywords: "docker, documentation, about, technology, deprecate"
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Volume plugin for Amazon EBS description: Volume plugin for Amazon EBS
keywords: "API, Usage, plugins, documentation, developer, amazon, ebs, rexray, volume" keywords: "API, Usage, plugins, documentation, developer, amazon, ebs, rexray, volume"
title: Volume plugin for Amazon EBS
--- ---
<!-- This file is maintained within the docker/cli GitHub <!-- This file is maintained within the docker/cli GitHub
@ -13,7 +12,9 @@ title: Volume plugin for Amazon EBS
will be rejected. will be rejected.
--> -->
# A proof-of-concept Rexray plugin # Volume plugin for Amazon EBS
## A proof-of-concept Rexray plugin
In this example, a simple Rexray plugin will be created for the purposes of using In this example, a simple Rexray plugin will be created for the purposes of using
it on an Amazon EC2 instance with EBS. It is not meant to be a complete Rexray plugin. it on an Amazon EC2 instance with EBS. It is not meant to be a complete Rexray plugin.

View File

@ -1,5 +1,4 @@
--- ---
title: "Plugin config"
description: "How develop and use a plugin with the managed plugin system" description: "How develop and use a plugin with the managed plugin system"
keywords: "API, Usage, plugins, documentation, developer" keywords: "API, Usage, plugins, documentation, developer"
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Develop and use a plugin with the managed plugin system description: Develop and use a plugin with the managed plugin system
keywords: "API, Usage, plugins, documentation, developer" keywords: "API, Usage, plugins, documentation, developer"
title: Managed plugin system
--- ---
<!-- This file is maintained within the docker/cli GitHub <!-- This file is maintained within the docker/cli GitHub

View File

@ -1,7 +1,6 @@
--- ---
redirect_from: redirect_from:
- "/engine/extend/plugins/" - "/engine/extend/plugins/"
title: "Use Docker Engine plugins"
description: "How to add additional functionality to Docker with plugins extensions" description: "How to add additional functionality to Docker with plugins extensions"
keywords: "Examples, Usage, plugins, docker, documentation, user guide" keywords: "Examples, Usage, plugins, docker, documentation, user guide"
--- ---
@ -15,6 +14,8 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide"
will be rejected. will be rejected.
--> -->
# Use Docker Engine plugins
This document describes the Docker Engine plugins generally available in Docker This document describes the Docker Engine plugins generally available in Docker
Engine. To view information on plugins managed by Docker, Engine. To view information on plugins managed by Docker,
refer to [Docker Engine plugin system](index.md). refer to [Docker Engine plugin system](index.md).

View File

@ -1,5 +1,4 @@
--- ---
title: "Plugins API"
description: "How to write Docker plugins extensions " description: "How to write Docker plugins extensions "
keywords: "API, Usage, plugins, documentation, developer" keywords: "API, Usage, plugins, documentation, developer"
--- ---

View File

@ -1,5 +1,4 @@
--- ---
title: "Access authorization plugin"
description: "How to create authorization plugins to manage access control to your Docker daemon." description: "How to create authorization plugins to manage access control to your Docker daemon."
keywords: "security, authorization, authentication, docker, documentation, plugin, extend" keywords: "security, authorization, authentication, docker, documentation, plugin, extend"
redirect_from: redirect_from:
@ -15,7 +14,7 @@ redirect_from:
will be rejected. will be rejected.
--> -->
# Create an authorization plugin # Access authorization plugin
This document describes the Docker Engine plugins generally available in Docker This document describes the Docker Engine plugins generally available in Docker
Engine. To view information on plugins managed by Docker Engine, Engine. To view information on plugins managed by Docker Engine,

View File

@ -1,5 +1,4 @@
--- ---
title: "Graphdriver plugins"
description: "How to manage image and container filesystems with external plugins" description: "How to manage image and container filesystems with external plugins"
keywords: "Examples, Usage, storage, image, docker, data, graph, plugin, api" keywords: "Examples, Usage, storage, image, docker, data, graph, plugin, api"
advisory: experimental advisory: experimental
@ -14,6 +13,7 @@ advisory: experimental
will be rejected. will be rejected.
--> -->
# Graphdriver plugins
## Changelog ## Changelog

View File

@ -1,5 +1,4 @@
--- ---
title: "Docker log driver plugins"
description: "Log driver plugins." description: "Log driver plugins."
keywords: "Examples, Usage, plugins, docker, documentation, user guide, logging" keywords: "Examples, Usage, plugins, docker, documentation, user guide, logging"
--- ---
@ -13,7 +12,7 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide, logging"
will be rejected. will be rejected.
--> -->
# Logging driver plugins # Docker log driver plugins
This document describes logging driver plugins for Docker. This document describes logging driver plugins for Docker.

View File

@ -1,5 +1,4 @@
--- ---
title: "Docker metrics collector plugins"
description: "Metrics plugins." description: "Metrics plugins."
keywords: "Examples, Usage, plugins, docker, documentation, user guide, metrics" keywords: "Examples, Usage, plugins, docker, documentation, user guide, metrics"
--- ---
@ -13,7 +12,7 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide, metrics"
will be rejected. will be rejected.
--> -->
# Metrics Collector Plugins # Docker metrics collector plugins
Docker exposes internal metrics based on the prometheus format. Metrics plugins Docker exposes internal metrics based on the prometheus format. Metrics plugins
enable accessing these metrics in a consistent way by providing a Unix enable accessing these metrics in a consistent way by providing a Unix

View File

@ -1,5 +1,4 @@
--- ---
title: "Docker network driver plugins"
description: "Network driver plugins." description: "Network driver plugins."
keywords: "Examples, Usage, plugins, docker, documentation, user guide" keywords: "Examples, Usage, plugins, docker, documentation, user guide"
--- ---
@ -13,7 +12,7 @@ keywords: "Examples, Usage, plugins, docker, documentation, user guide"
will be rejected. will be rejected.
--> -->
# Engine network driver plugins # Docker network driver plugins
This document describes Docker Engine network driver plugins generally This document describes Docker Engine network driver plugins generally
available in Docker Engine. To view information on plugins available in Docker Engine. To view information on plugins

View File

@ -1,5 +1,4 @@
--- ---
description: Using services with plugins
keywords: "API, Usage, plugins, documentation, developer" keywords: "API, Usage, plugins, documentation, developer"
title: Plugins and Services title: Plugins and Services
--- ---

View File

@ -1,5 +1,4 @@
--- ---
title: "Volume plugins"
description: "How to manage data with external volume plugins" description: "How to manage data with external volume plugins"
keywords: "Examples, Usage, volume, docker, data, volumes, plugin, api" keywords: "Examples, Usage, volume, docker, data, volumes, plugin, api"
--- ---
@ -13,7 +12,7 @@ keywords: "Examples, Usage, volume, docker, data, volumes, plugin, api"
will be rejected. will be rejected.
--> -->
# Write a volume plugin # Docker volume plugins
Docker Engine volume plugins enable Engine deployments to be integrated with Docker Engine volume plugins enable Engine deployments to be integrated with
external storage systems such as Amazon EBS, and enable data volumes to persist external storage systems such as Amazon EBS, and enable data volumes to persist

View File

@ -1,5 +1,4 @@
--- ---
title: "Dockerfile reference"
description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image." description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image."
keywords: "builder, docker, Dockerfile, automation, image creation" keywords: "builder, docker, Dockerfile, automation, image creation"
redirect_from: redirect_from:

View File

@ -1,5 +1,4 @@
--- ---
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"
--- ---

View File

@ -1,5 +1,4 @@
--- ---
title: "Engine reference"
description: "Docker Engine reference" description: "Docker Engine reference"
keywords: "Engine" keywords: "Engine"
--- ---

View File

@ -1,5 +1,4 @@
--- ---
title: "Docker run reference"
description: "Configure containers at runtime" description: "Configure containers at runtime"
keywords: "docker, run, configure, runtime" keywords: "docker, run, configure, runtime"
--- ---