Browse code

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

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>

Gaetan de Villele authored on 2016/11/04 06:21:33
Showing 8 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 aliases: ["/engine/misc/deprecated/"]
3 3
 title: "Deprecated Engine Features"
4 4
 description: "Deprecated Features."
5
-keywords: ["docker, documentation, about, technology, deprecate"]
5
+keywords: "docker, documentation, about, technology, deprecate"
6 6
 ---
7 7
 
8 8
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -3,8 +3,7 @@ advisory: experimental
3 3
 aliases:
4 4
 - /engine/extend/
5 5
 description: Develop and use a plugin with the managed plugin system
6
-keywords:
7
-- API, Usage, plugins, documentation, developer
6
+keywords: "API, Usage, plugins, documentation, developer"
8 7
 title: Managed plugin system
9 8
 ---
10 9
 
... ...
@@ -2,7 +2,7 @@
2 2
 aliases: "/engine/extend/plugins/"
3 3
 title: "Use Docker Engine plugins"
4 4
 description: "How to add additional functionality to Docker with plugins extensions"
5
-keywords: ["Examples, Usage, plugins, docker, documentation, user guide"]
5
+keywords: "Examples, Usage, plugins, docker, documentation, user guide"
6 6
 ---
7 7
 
8 8
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -4,7 +4,7 @@ aliases: [
4 4
 ]
5 5
 title: "Plugin manifest"
6 6
 description: "How develop and use a plugin with the managed plugin system"
7
-keywords: ["API, Usage, plugins, documentation, developer"]
7
+keywords: "API, Usage, plugins, documentation, developer"
8 8
 advisory: "experimental"
9 9
 ---
10 10
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Plugins API"
3 3
 description: "How to write Docker plugins extensions "
4
-keywords: ["API, Usage, plugins, documentation, developer"]
4
+keywords: "API, Usage, plugins, documentation, developer"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Access authorization plugin"
3 3
 description: "How to create authorization plugins to manage access control to your Docker daemon."
4
-keywords: ["security, authorization, authentication, docker, documentation, plugin, extend"]
4
+keywords: "security, authorization, authentication, docker, documentation, plugin, extend"
5 5
 aliases: ["/engine/extend/authorization/"]
6 6
 ---
7 7
 
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Docker network driver plugins"
3 3
 description: "Network driver plugins."
4
-keywords: ["Examples, Usage, plugins, docker, documentation, user guide"]
4
+keywords: "Examples, Usage, plugins, docker, documentation, user guide"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github
... ...
@@ -1,7 +1,7 @@
1 1
 ---
2 2
 title: "Volume plugins"
3 3
 description: "How to manage data with external volume plugins"
4
-keywords: ["Examples, Usage, volume, docker, data, volumes, plugin, api"]
4
+keywords: "Examples, Usage, volume, docker, data, volumes, plugin, api"
5 5
 ---
6 6
 
7 7
 <!-- This file is maintained within the docker/docker Github