fix type of keywords entry in frontmatter (in /cs-engine/) (#554)

keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
Gaetan 2016-11-11 14:48:10 -08:00 committed by John Mulhausen
parent 9ca1f95a40
commit 01a3ba1e09
6 changed files with 18 additions and 24 deletions

View File

@ -1,9 +1,8 @@
---
description: Learn more about the Commercially Supported Docker Engine.
keywords: docker, engine, documentation
redirect_from:
- /docker-trusted-registry/cs-engine/
description: Learn more about the Commercially Supported Docker Engine.
keywords:
- docker, engine, documentation
title: Commercially Supported Docker Engine
---

View File

@ -1,11 +1,10 @@
---
description: Learn how to install the commercially supported version of Docker Engine.
keywords: docker, engine, dtr, install
redirect_from:
- /docker-trusted-registry/install/engine-ami-launch/
- /docker-trusted-registry/install/install-csengine/
- /docker-trusted-registry/cs-engine/install/
description: Learn how to install the commercially supported version of Docker Engine.
keywords:
- docker, engine, dtr, install
title: Install Commercially Supported Docker Engine
---

View File

@ -1,9 +1,8 @@
---
description: The release notes for CS Docker Engine.
keywords: docker, engine, release notes
redirect_from:
- /docker-trusted-registry/cs-engine/release-notes/
description: The release notes for CS Docker Engine.
keywords:
- docker, engine, release notes
title: Commercially Supported Docker Engine release notes
---

View File

@ -1,10 +1,9 @@
---
description: Archived release notes for commercially supported Docker Engine
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry, release, commercially supported Docker Engine
redirect_from:
- /docker-trusted-registry/cse-prior-release-notes/
- /docker-trusted-registry/cs-engine/release-notes/prior-release-notes/
description: Archived release notes for commercially supported Docker Engine
keywords:
- docker, documentation, about, technology, understanding, enterprise, hub, registry, release, commercially supported Docker Engine
title: Release notes archive for Commercially Supported Docker Engine.
---

View File

@ -1,10 +1,9 @@
---
description: Commercially supported Docker Engine release notes
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry, Commercially Supported Docker Engine, release notes
redirect_from:
- /docker-trusted-registry/cse-release-notes/
- /docker-trusted-registry/cs-engine/release-notes/release-notes/
description: Commercially supported Docker Engine release notes
keywords:
- docker, documentation, about, technology, understanding, enterprise, hub, registry, Commercially Supported Docker Engine, release notes
title: Commercially Supported Engine release notes
---

View File

@ -1,9 +1,8 @@
---
description: Learn how to install the commercially supported version of Docker Engine.
keywords: docker, engine, dtr, upgrade
redirect_from:
- /docker-trusted-registry/cs-engine/upgrade/
description: Learn how to install the commercially supported version of Docker Engine.
keywords:
- docker, engine, dtr, upgrade
title: Upgrade Commercially Supported Docker Engine
---