From 95b3cc2f000025139cff8703cae71a65b861cab1 Mon Sep 17 00:00:00 2001 From: Gaetan de Villele Date: Thu, 3 Nov 2016 14:21:33 -0700 Subject: [PATCH] fix frontmatter keywords value type (string, instead of []string) Signed-off-by: Gaetan de Villele Upstream-commit: 4aa6618acb92cd5453c0245e2f4cc8022a2398f7 Component: engine --- components/engine/docs/deprecated.md | 2 +- components/engine/docs/extend/index.md | 3 +-- components/engine/docs/extend/legacy_plugins.md | 2 +- components/engine/docs/extend/manifest.md | 2 +- components/engine/docs/extend/plugin_api.md | 2 +- components/engine/docs/extend/plugins_authorization.md | 2 +- components/engine/docs/extend/plugins_network.md | 2 +- components/engine/docs/extend/plugins_volume.md | 2 +- 8 files changed, 8 insertions(+), 9 deletions(-) diff --git a/components/engine/docs/deprecated.md b/components/engine/docs/deprecated.md index cd076dd8ec..90a8909c11 100644 --- a/components/engine/docs/deprecated.md +++ b/components/engine/docs/deprecated.md @@ -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" ---