Skip to content

Commit 01a3ba1

Browse files
gdevillelejohndmulhausen
authored andcommitted
fix type of keywords entry in frontmatter (in /cs-engine/) (docker#554)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 9ca1f95 commit 01a3ba1

File tree

6 files changed

+18
-24
lines changed

6 files changed

+18
-24
lines changed

cs-engine/index.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2+
description: Learn more about the Commercially Supported Docker Engine.
3+
keywords: docker, engine, documentation
24
redirect_from:
35
- /docker-trusted-registry/cs-engine/
4-
description: Learn more about the Commercially Supported Docker Engine.
5-
keywords:
6-
- docker, engine, documentation
76
title: Commercially Supported Docker Engine
87
---
98

109
This section includes the following topics:
1110

1211
* [Install CS Docker Engine](install.md)
1312
* [Upgrade](upgrade.md)
14-
* [Release notes](release-notes/release-notes.md)
13+
* [Release notes](release-notes/release-notes.md)

cs-engine/install.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2+
description: Learn how to install the commercially supported version of Docker Engine.
3+
keywords: docker, engine, dtr, install
24
redirect_from:
35
- /docker-trusted-registry/install/engine-ami-launch/
46
- /docker-trusted-registry/install/install-csengine/
57
- /docker-trusted-registry/cs-engine/install/
6-
description: Learn how to install the commercially supported version of Docker Engine.
7-
keywords:
8-
- docker, engine, dtr, install
98
title: Install Commercially Supported Docker Engine
109
---
1110

@@ -195,4 +194,4 @@ to the `docker` group.
195194
$ sudo usermod -a -G docker $USER
196195
```
197196

198-
8. Log out and log back in to have your new permissions take effect.
197+
8. Log out and log back in to have your new permissions take effect.

cs-engine/release-notes/index.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2+
description: The release notes for CS Docker Engine.
3+
keywords: docker, engine, release notes
24
redirect_from:
35
- /docker-trusted-registry/cs-engine/release-notes/
4-
description: The release notes for CS Docker Engine.
5-
keywords:
6-
- docker, engine, release notes
76
title: Commercially Supported Docker Engine release notes
87
---
98

109
* [Release notes](release-notes.md)
11-
* [Prior release notes](prior-release-notes.md)
10+
* [Prior release notes](prior-release-notes.md)

cs-engine/release-notes/prior-release-notes.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
description: Archived release notes for commercially supported Docker Engine
3+
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry, release, commercially supported Docker Engine
24
redirect_from:
35
- /docker-trusted-registry/cse-prior-release-notes/
46
- /docker-trusted-registry/cs-engine/release-notes/prior-release-notes/
5-
description: Archived release notes for commercially supported Docker Engine
6-
keywords:
7-
- docker, documentation, about, technology, understanding, enterprise, hub, registry, release, commercially supported Docker Engine
87
title: Release notes archive for Commercially Supported Docker Engine.
98
---
109

@@ -333,4 +332,4 @@ Because this addition is preventative, no CVE-ID is requested.
333332
(23 Apr 2015)
334333

335334
First release, see the [Docker Engine 1.6.0 Release notes](/v1.6/release-notes/)
336-
for more details.
335+
for more details.

cs-engine/release-notes/release-notes.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
description: Commercially supported Docker Engine release notes
3+
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry, Commercially Supported Docker Engine, release notes
24
redirect_from:
35
- /docker-trusted-registry/cse-release-notes/
46
- /docker-trusted-registry/cs-engine/release-notes/release-notes/
5-
description: Commercially supported Docker Engine release notes
6-
keywords:
7-
- docker, documentation, about, technology, understanding, enterprise, hub, registry, Commercially Supported Docker Engine, release notes
87
title: Commercially Supported Engine release notes
98
---
109

@@ -114,4 +113,4 @@ https://github.com/docker/docker/issues/22486
114113
## CS Engine 1.11.1-cs1
115114
(27 April 2016)
116115

117-
In this release the CS Engine is supported on RHEL 7.2 OS
116+
In this release the CS Engine is supported on RHEL 7.2 OS

cs-engine/upgrade.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Learn how to install the commercially supported version of Docker Engine.
3+
keywords: docker, engine, dtr, upgrade
24
redirect_from:
35
- /docker-trusted-registry/cs-engine/upgrade/
4-
description: Learn how to install the commercially supported version of Docker Engine.
5-
keywords:
6-
- docker, engine, dtr, upgrade
76
title: Upgrade Commercially Supported Docker Engine
87
---
98

@@ -263,4 +262,4 @@ Use these instructions to update APT-based systems.
263262
264263
```bash
265264
$ sudo apt-get upgrade docker-engine
266-
```
265+
```

0 commit comments

Comments
 (0)