fix frontmatter keywords value type (string, instead of []string)

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
Gaetan de Villele 2016-11-03 14:21:33 -07:00 committed by Tibor Vass
parent af5af201fe
commit 4126b5526c
8 changed files with 8 additions and 9 deletions

View File

@ -2,7 +2,7 @@
aliases: ["/engine/misc/deprecated/"]
title: "Deprecated Engine Features"
description: "Deprecated Features."
keywords: ["docker, documentation, about, technology, deprecate"]
keywords: "docker, documentation, about, technology, deprecate"
---
<!-- This file is maintained within the docker/docker Github

View File

@ -3,8 +3,7 @@ advisory: experimental
aliases:
- /engine/extend/
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
---

View File

@ -2,7 +2,7 @@
aliases: "/engine/extend/plugins/"
title: "Use Docker Engine plugins"
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"
---
<!-- This file is maintained within the docker/docker Github

View File

@ -4,7 +4,7 @@ aliases: [
]
title: "Plugin manifest"
description: "How develop and use a plugin with the managed plugin system"
keywords: ["API, Usage, plugins, documentation, developer"]
keywords: "API, Usage, plugins, documentation, developer"
advisory: "experimental"
---

View File

@ -1,7 +1,7 @@
---
title: "Plugins API"
description: "How to write Docker plugins extensions "
keywords: ["API, Usage, plugins, documentation, developer"]
keywords: "API, Usage, plugins, documentation, developer"
---
<!-- This file is maintained within the docker/docker Github

View File

@ -1,7 +1,7 @@
---
title: "Access authorization plugin"
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"
aliases: ["/engine/extend/authorization/"]
---

View File

@ -1,7 +1,7 @@
---
title: "Docker network driver plugins"
description: "Network driver plugins."
keywords: ["Examples, Usage, plugins, docker, documentation, user guide"]
keywords: "Examples, Usage, plugins, docker, documentation, user guide"
---
<!-- This file is maintained within the docker/docker Github

View File

@ -1,7 +1,7 @@
---
title: "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"
---
<!-- This file is maintained within the docker/docker Github