mirror of https://github.com/docker/docs.git
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:
parent
9ca1f95a40
commit
01a3ba1e09
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
|
description: Learn more about the Commercially Supported Docker Engine.
|
||||||
|
keywords: docker, engine, documentation
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /docker-trusted-registry/cs-engine/
|
- /docker-trusted-registry/cs-engine/
|
||||||
description: Learn more about the Commercially Supported Docker Engine.
|
|
||||||
keywords:
|
|
||||||
- docker, engine, documentation
|
|
||||||
title: Commercially Supported Docker Engine
|
title: Commercially Supported Docker Engine
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
---
|
---
|
||||||
|
description: Learn how to install the commercially supported version of Docker Engine.
|
||||||
|
keywords: docker, engine, dtr, install
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /docker-trusted-registry/install/engine-ami-launch/
|
- /docker-trusted-registry/install/engine-ami-launch/
|
||||||
- /docker-trusted-registry/install/install-csengine/
|
- /docker-trusted-registry/install/install-csengine/
|
||||||
- /docker-trusted-registry/cs-engine/install/
|
- /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
|
title: Install Commercially Supported Docker Engine
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
|
description: The release notes for CS Docker Engine.
|
||||||
|
keywords: docker, engine, release notes
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /docker-trusted-registry/cs-engine/release-notes/
|
- /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
|
title: Commercially Supported Docker Engine release notes
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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:
|
redirect_from:
|
||||||
- /docker-trusted-registry/cse-prior-release-notes/
|
- /docker-trusted-registry/cse-prior-release-notes/
|
||||||
- /docker-trusted-registry/cs-engine/release-notes/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.
|
title: Release notes archive for Commercially Supported Docker Engine.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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:
|
redirect_from:
|
||||||
- /docker-trusted-registry/cse-release-notes/
|
- /docker-trusted-registry/cse-release-notes/
|
||||||
- /docker-trusted-registry/cs-engine/release-notes/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
|
title: Commercially Supported Engine release notes
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
---
|
---
|
||||||
|
description: Learn how to install the commercially supported version of Docker Engine.
|
||||||
|
keywords: docker, engine, dtr, upgrade
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /docker-trusted-registry/cs-engine/upgrade/
|
- /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
|
title: Upgrade Commercially Supported Docker Engine
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue