fix frontmatter keywords value type (string, instead of []string) in /docs/reference/
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
published: false |
| 3 | 3 |
title: "Docker Hub API" |
| 4 | 4 |
description: "API Documentation for the Docker Hub API" |
| 5 |
-keywords: ["API, Docker, index, REST, documentation, Docker Hub, registry"] |
|
| 5 |
+keywords: "API, Docker, index, REST, documentation, Docker Hub, registry" |
|
| 6 | 6 |
--- |
| 7 | 7 |
|
| 8 | 8 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
--- |
| 2 | 2 |
title: "docker.io accounts API" |
| 3 | 3 |
description: "API Documentation for docker.io accounts." |
| 4 |
-keywords: ["API, Docker, accounts, REST, documentation"] |
|
| 4 |
+keywords: "API, Docker, accounts, REST, documentation" |
|
| 5 | 5 |
--- |
| 6 | 6 |
|
| 7 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
published: false |
| 3 | 3 |
title: "The Docker Hub and the Registry v1" |
| 4 | 4 |
description: "Documentation for docker Registry and Registry API" |
| 5 |
-keywords: ["docker, registry, api, hub"] |
|
| 5 |
+keywords: "docker, registry, api, hub" |
|
| 6 | 6 |
--- |
| 7 | 7 |
|
| 8 | 8 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
--- |
| 2 | 2 |
title: "Remote API client libraries" |
| 3 | 3 |
description: "Various client libraries available to use with the Docker remote API" |
| 4 |
-keywords: ["API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala"] |
|
| 4 |
+keywords: "API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala" |
|
| 5 | 5 |
--- |
| 6 | 6 |
|
| 7 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
--- |
| 2 | 2 |
title: "Dockerfile reference" |
| 3 | 3 |
description: "Dockerfiles use a simple DSL which allows you to automate the steps you would normally manually take to create an image." |
| 4 |
-keywords: ["builder, docker, Dockerfile, automation, image creation"] |
|
| 4 |
+keywords: "builder, docker, Dockerfile, automation, image creation" |
|
| 5 | 5 |
--- |
| 6 | 6 |
|
| 7 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
--- |
| 2 | 2 |
title: "Use the Docker command line" |
| 3 | 3 |
description: "Docker's CLI command description and usage" |
| 4 |
-keywords: ["Docker, Docker documentation, CLI, command line"] |
|
| 4 |
+keywords: "Docker, Docker documentation, CLI, command line" |
|
| 5 | 5 |
--- |
| 6 | 6 |
|
| 7 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
title: "dockerd" |
| 3 | 3 |
aliases: ["/engine/reference/commandline/daemon/"] |
| 4 | 4 |
description: "The daemon command description and usage" |
| 5 |
-keywords: ["container, daemon, runtime"] |
|
| 5 |
+keywords: "container, daemon, runtime" |
|
| 6 | 6 |
--- |
| 7 | 7 |
|
| 8 | 8 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
--- |
| 2 | 2 |
title: "network connect" |
| 3 | 3 |
description: "The network connect command description and usage" |
| 4 |
-keywords: ["network, connect, user-defined"] |
|
| 4 |
+keywords: "network, connect, user-defined" |
|
| 5 | 5 |
--- |
| 6 | 6 |
|
| 7 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
--- |
| 2 | 2 |
title: "network disconnect" |
| 3 | 3 |
description: "The network disconnect command description and usage" |
| 4 |
-keywords: ["network, disconnect, user-defined"] |
|
| 4 |
+keywords: "network, disconnect, user-defined" |
|
| 5 | 5 |
--- |
| 6 | 6 |
|
| 7 | 7 |
<!-- This file is maintained within the docker/docker Github |
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
--- |
| 2 | 2 |
title: "network inspect" |
| 3 | 3 |
description: "The network inspect command description and usage" |
| 4 |
-keywords: ["network, inspect, user-defined"] |
|
| 4 |
+keywords: "network, inspect, user-defined" |
|
| 5 | 5 |
--- |
| 6 | 6 |
|
| 7 | 7 |
<!-- This file is maintained within the docker/docker Github |