Skip to content

Commit 8bb4d62

Browse files
gdevilleleMisty Stanley-Jones
authored and
Misty Stanley-Jones
committed
fix more frontmatter keywords values (docker#439)
* fix format of frontmatter keyword entry in some .md files Signed-off-by: Gaetan de Villele <[email protected]>
1 parent b58945c commit 8bb4d62

File tree

437 files changed

+932
-1509
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

437 files changed

+932
-1509
lines changed

compose/bundles.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
advisory: experimental
33
description: Description of Docker and Compose's experimental support for application
44
bundles
5-
keywords:
6-
- documentation, docs, docker, compose, bundles, stacks
5+
keywords: documentation, docs, docker, compose, bundles, stacks
76
menu:
87
main:
98
parent: workw_compose
@@ -206,4 +205,4 @@ A service has the following fields:
206205
</dl>
207206

208207
> **Note:** Some configuration options are not yet supported in the DAB format,
209-
> including volume mounts.
208+
> including volume mounts.

compose/completion.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Compose CLI reference
3-
keywords:
4-
- fig, composition, compose, docker, orchestration, cli, reference
3+
keywords: fig, composition, compose, docker, orchestration, cli, reference
54
menu:
65
main:
76
parent: workw_compose
@@ -65,4 +64,4 @@ Enjoy working with Compose faster and with less typos!
6564
- [Get started with Rails](rails.md)
6665
- [Get started with WordPress](wordpress.md)
6766
- [Command line reference](./reference/index.md)
68-
- [Compose file reference](compose-file.md)
67+
- [Compose file reference](compose-file.md)

compose/compose-file.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
aliases:
33
- /compose/yml
44
description: Compose file reference
5-
keywords:
6-
- fig, composition, compose, docker
5+
keywords: fig, composition, compose, docker
76
menu:
87
main:
98
parent: workw_compose
@@ -1169,4 +1168,4 @@ If you forget and use a single dollar sign (`$`), Compose interprets the value a
11691168
- [Get started with Django](django.md)
11701169
- [Get started with Rails](rails.md)
11711170
- [Get started with WordPress](wordpress.md)
1172-
- [Command line reference](./reference/index.md)
1171+
- [Command line reference](./reference/index.md)

compose/django.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Getting started with Docker Compose and Django
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers
3+
keywords: documentation, docs, docker, compose, orchestration, containers
54
menu:
65
main:
76
parent: workw_compose
@@ -190,4 +189,4 @@ In this section, you set up the database connection for Django.
190189
- [Get started with Rails](rails.md)
191190
- [Get started with WordPress](wordpress.md)
192191
- [Command line reference](./reference/index.md)
193-
- [Compose file reference](compose-file.md)
192+
- [Compose file reference](compose-file.md)

compose/env-file.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Declaring default environment variables in file
3-
keywords:
4-
- fig, composition, compose, docker, orchestration, environment, env file
3+
keywords: fig, composition, compose, docker, orchestration, environment, env file
54
menu:
65
main:
76
parent: workw_compose
@@ -39,4 +38,4 @@ file, but can also be used to define the following
3938

4039
- [User guide](index.md)
4140
- [Command line reference](./reference/index.md)
42-
- [Compose file reference](compose-file.md)
41+
- [Compose file reference](compose-file.md)

compose/environment-variables.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: How to set, use and manage environment variables in Compose
3-
keywords:
4-
- fig, composition, compose, docker, orchestration, environment, variables, env file
3+
keywords: fig, composition, compose, docker, orchestration, environment, variables, env file
54
menu:
65
main:
76
parent: workw_compose
@@ -104,4 +103,4 @@ Several environment variables are available for you to configure the Docker Comp
104103

105104
## Environment variables created by links
106105

107-
When using the ['links' option](compose-file.md#links) in a [v1 Compose file](compose-file.md#version-1), environment variables will be created for each link. They are documented in the [Link environment variables reference](link-env-deprecated.md). Please note, however, that these variables are deprecated - you should just use the link alias as a hostname instead.
106+
When using the ['links' option](compose-file.md#links) in a [v1 Compose file](compose-file.md#version-1), environment variables will be created for each link. They are documented in the [Link environment variables reference](link-env-deprecated.md). Please note, however, that these variables are deprecated - you should just use the link alias as a hostname instead.

compose/extends.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
description: How to use Docker Compose's extends keyword to share configuration between
33
files and projects
4-
keywords:
5-
- fig, composition, compose, docker, orchestration, documentation, docs
4+
keywords: fig, composition, compose, docker, orchestration, documentation, docs
65
menu:
76
main:
87
parent: workw_compose
@@ -351,4 +350,4 @@ In the case of `environment`, `labels`, `volumes` and `devices`, Compose
351350
- [Get started with Rails](rails.md)
352351
- [Get started with WordPress](wordpress.md)
353352
- [Command line reference](./reference/index.md)
354-
- [Compose file reference](compose-file.md)
353+
- [Compose file reference](compose-file.md)

compose/gettingstarted.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Getting started with Docker Compose
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers
3+
keywords: documentation, docs, docker, compose, orchestration, containers
54
menu:
65
main:
76
parent: workw_compose
@@ -187,4 +186,4 @@ At this point, you have seen the basics of how Compose works.
187186
- Next, try the quick start guide for [Django](django.md),
188187
[Rails](rails.md), or [WordPress](wordpress.md).
189188
- [Explore the full list of Compose commands](./reference/index.md)
190-
- [Compose configuration file reference](compose-file.md)
189+
- [Compose configuration file reference](compose-file.md)

compose/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Introduction and Overview of Compose
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers
3+
keywords: documentation, docs, docker, compose, orchestration, containers
54
menu:
65
main:
76
identifier: workw_compose
@@ -26,4 +25,4 @@ Compose is a tool for defining and running multi-container Docker applications.
2625

2726
To see a detailed list of changes for past and current releases of Docker
2827
Compose, please refer to the
29-
[CHANGELOG](https://github.com/docker/compose/blob/master/CHANGELOG.md).
28+
[CHANGELOG](https://github.com/docker/compose/blob/master/CHANGELOG.md).

compose/install.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: How to install Docker Compose
3-
keywords:
4-
- compose, orchestration, install, installation, docker, documentation
3+
keywords: compose, orchestration, install, installation, docker, documentation
54
menu:
65
main:
76
parent: workw_compose
@@ -132,4 +131,4 @@ To uninstall Docker Compose if you installed using `pip`:
132131
- [Get started with Rails](rails.md)
133132
- [Get started with WordPress](wordpress.md)
134133
- [Command line reference](./reference/index.md)
135-
- [Compose file reference](compose-file.md)
134+
- [Compose file reference](compose-file.md)

compose/link-env-deprecated.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
aliases:
33
- /compose/env
44
description: Compose CLI reference
5-
keywords:
6-
- fig, composition, compose, docker, orchestration, cli, reference
5+
keywords: fig, composition, compose, docker, orchestration, cli, reference
76
menu:
87
main:
98
parent: workw_compose
@@ -46,4 +45,4 @@ Fully qualified container name, e.g. `DB_1_NAME=/myapp_web_1/myapp_db_1`
4645
- [User guide](index.md)
4746
- [Installing Compose](install.md)
4847
- [Command line reference](./reference/index.md)
49-
- [Compose file reference](compose-file.md)
48+
- [Compose file reference](compose-file.md)

compose/networking.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: How Compose sets up networking between containers
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers, networking
3+
keywords: documentation, docs, docker, compose, orchestration, containers, networking
54
menu:
65
main:
76
parent: workw_compose
@@ -150,4 +149,4 @@ If you want your containers to join a pre-existing network, use the [`external`
150149
external:
151150
name: my-pre-existing-network
152151

153-
Instead of attempting to create a network called `[projectname]_default`, Compose will look for a network called `my-pre-existing-network` and connect your app's containers to it.
152+
Instead of attempting to create a network called `[projectname]_default`, Compose will look for a network called `my-pre-existing-network` and connect your app's containers to it.

compose/overview.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Introduction and Overview of Compose
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers
3+
keywords: documentation, docs, docker, compose, orchestration, containers
54
menu:
65
main:
76
parent: workw_compose
@@ -184,4 +183,4 @@ individuals, we have a number of open channels for communication.
184183

185184
* To contribute code or documentation changes: please submit a [pull request on Github](https://github.com/docker/compose/pulls).
186185

187-
For more information and resources, please visit the [Getting Help project page](/opensource/get-help/).
186+
For more information and resources, please visit the [Getting Help project page](/opensource/get-help/).

compose/production.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Guide to using Docker Compose in production
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers, production
3+
keywords: documentation, docs, docker, compose, orchestration, containers, production
54
menu:
65
main:
76
parent: workw_compose
@@ -84,4 +83,4 @@ Read more about the Compose/Swarm integration in the
8483

8584
- [Installing Compose](install.md)
8685
- [Command line reference](./reference/index.md)
87-
- [Compose file reference](compose-file.md)
86+
- [Compose file reference](compose-file.md)

compose/rails.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Getting started with Docker Compose and Rails
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers
3+
keywords: documentation, docs, docker, compose, orchestration, containers
54
menu:
65
main:
76
parent: workw_compose
@@ -171,4 +170,4 @@ up`.
171170
- [Get started with Django](django.md)
172171
- [Get started with WordPress](wordpress.md)
173172
- [Command line reference](./reference/index.md)
174-
- [Compose file reference](compose-file.md)
173+
- [Compose file reference](compose-file.md)

compose/swarm.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: How to use Compose and Swarm together to deploy apps to multi-host clusters
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers, swarm
3+
keywords: documentation, docs, docker, compose, orchestration, containers, swarm
54
menu:
65
main:
76
parent: workw_compose
@@ -177,4 +176,4 @@ them.
177176
- "affinity:image==redis"
178177

179178
For the full set of available filters and expressions, see the [Swarm
180-
documentation](/swarm/scheduler/filter.md).
179+
documentation](/swarm/scheduler/filter.md).

compose/wordpress.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Getting started with Compose and WordPress
3-
keywords:
4-
- documentation, docs, docker, compose, orchestration, containers
3+
keywords: documentation, docs, docker, compose, orchestration, containers
54
menu:
65
main:
76
parent: workw_compose
@@ -113,4 +112,4 @@ At this point, WordPress should be running on port `8000` of your Docker Host, a
113112
- [Get started with Django](django.md)
114113
- [Get started with Rails](rails.md)
115114
- [Command line reference](./reference/index.md)
116-
- [Compose file reference](compose-file.md)
115+
- [Compose file reference](compose-file.md)

cs-engine/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
aliases:
33
- /docker-trusted-registry/cs-engine/
44
description: Learn more about the Commercially Supported Docker Engine.
5-
keywords:
6-
- docker, engine, documentation
5+
keywords: docker, engine, documentation
76
menu:
87
main:
98
identifier: menu_csengine
@@ -17,4 +16,4 @@ This section includes the following topics:
1716

1817
* [Install CS Docker Engine](install.md)
1918
* [Upgrade](upgrade.md)
20-
* [Release notes](release-notes/release-notes.md)
19+
* [Release notes](release-notes/release-notes.md)

cs-engine/install.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ aliases:
44
- /docker-trusted-registry/install/install-csengine/
55
- /docker-trusted-registry/cs-engine/install/
66
description: Learn how to install the commercially supported version of Docker Engine.
7-
keywords:
8-
- docker, engine, dtr, install
7+
keywords: docker, engine, dtr, install
98
menu:
109
main:
1110
identifier: csengine_install
@@ -198,4 +197,4 @@ to the `docker` group.
198197
$ sudo usermod -a -G docker $USER
199198
```
200199

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

cs-engine/release-notes/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
aliases:
33
- /docker-trusted-registry/cs-engine/release-notes/
44
description: The release notes for CS Docker Engine.
5-
keywords:
6-
- docker, engine, release notes
5+
keywords: docker, engine, release notes
76
menu:
87
main:
98
identifier: menu_csengine_release_notes
@@ -15,4 +14,4 @@ title: Release notes
1514
# Docker CS Engine release notes
1615

1716
* [Release notes](release-notes.md)
18-
* [Prior release notes](prior-release-notes.md)
17+
* [Prior release notes](prior-release-notes.md)

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ aliases:
33
- /docker-trusted-registry/cse-prior-release-notes/
44
- /docker-trusted-registry/cs-engine/release-notes/prior-release-notes/
55
description: Archived release notes for commercially supported Docker Engine
6-
keywords:
7-
- docker, documentation, about, technology, understanding, enterprise, hub, registry,release,
8-
commercially supported Docker Engine
6+
keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry, release, commercially supported Docker Engine
97
menu:
108
main:
119
identifier: csengine_prior_release_notes
@@ -341,4 +339,4 @@ Because this addition is preventative, no CVE-ID is requested.
341339
(23 Apr 2015)
342340

343341
First release, see the [Docker Engine 1.6.0 Release notes](/v1.6/release-notes/)
344-
for more details.
342+
for more details.

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ aliases:
33
- /docker-trusted-registry/cse-release-notes/
44
- /docker-trusted-registry/cs-engine/release-notes/release-notes/
55
description: Commercially supported Docker Engine release notes
6-
keywords:
7-
- docker, documentation, about, technology, understanding, enterprise, hub, registry,
8-
Commercially Supported Docker Engine, release notes
6+
keywords: docker, documentation, about, technology, understanding, enterprise, hub,
7+
registry, Commercially Supported Docker Engine, release notes
98
menu:
109
main:
1110
identifier: csengine_release_notes
@@ -112,4 +111,4 @@ https://github.com/docker/docker/issues/22486
112111
## CS Engine 1.11.1-cs1
113112
(27 April 2016)
114113

115-
In this release the CS Engine is supported on RHEL 7.2 OS
114+
In this release the CS Engine is supported on RHEL 7.2 OS

cs-engine/upgrade.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
aliases:
33
- /docker-trusted-registry/cs-engine/upgrade/
44
description: Learn how to install the commercially supported version of Docker Engine.
5-
keywords:
6-
- docker, engine, dtr, upgrade
5+
keywords: docker, engine, dtr, upgrade
76
menu:
87
main:
98
identifier: csengine_upgrade
@@ -270,4 +269,4 @@ Use these instructions to update APT-based systems.
270269
271270
```bash
272271
$ sudo apt-get upgrade docker-engine
273-
```
272+
```

docker-cloud/apps/api-roles.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
aliases:
33
- /docker-cloud/feature-reference/api-roles/
44
description: API Roles
5-
keywords:
6-
- API, Services, roles
5+
keywords: API, Services, roles
76
menu:
87
main:
98
parent: apps
@@ -37,4 +36,4 @@ $ curl -H "Authorization: $DOCKERCLOUD_AUTH" -H "Accept: application/json" $WEB_
3736
For example, you can use information retrieved using the API to read the linked
3837
endpoints, and use them to reconfigure a proxy container.
3938

40-
See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available.
39+
See the [API documentation](/apidocs/docker-cloud.md) for more information on the different API operations available.

0 commit comments

Comments
 (0)