Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c56964c

Browse files
gdevillelejohndmulhausen
authored andcommitted
fix type of keywords entry in frontmatter (in /swarm/ dir and search.md and release-notes.md) (docker#515)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 06e2875 commit c56964c

32 files changed

+71
-103
lines changed

release-notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Release notes for Docker
3-
keywords:
4-
- docker, documentation, about, technology, understanding, release
3+
keywords: docker, documentation, about, technology, understanding, release
54
title: Docker Release Notes
65
---
76

@@ -18,4 +17,4 @@ target="_blank">Docker Machine</a>
1817
* <a href="https://github.com/docker/compose/blob/master/CHANGELOG.md"
1918
target="_blank">Docker Compose</a>
2019
* <a href="https://github.com/docker/swarm/blob/master/CHANGELOG.md"
21-
target="_blank">Docker Swarm</a>
20+
target="_blank">Docker Swarm</a>

search.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
description: Docker documentation search results
3-
keywords:
4-
- Search, Docker, documentation, manual, guide, reference, api
3+
keywords: Search, Docker, documentation, manual, guide, reference, api
4+
noratings: true
55
notoc: true
66
title: Search results
7-
noratings: true
87
---
98

109
<style type='text/css'>
@@ -34,4 +33,4 @@ noratings: true
3433
})();
3534
</script>
3635
<gcse:search></gcse:search>
37-
</div>
36+
</div>

swarm/configure-tls.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Swarm and transport layer security
3-
keywords:
4-
- docker, swarm, TLS, discovery, security, certificates
3+
keywords: docker, swarm, TLS, discovery, security, certificates
54
title: Configure Docker Swarm for TLS
65
---
76

@@ -540,4 +539,4 @@ Congratulations! You have configured a Docker Swarm cluster to use TLS.
540539
## Related Information
541540
542541
* [Secure Docker Swarm with TLS](secure-swarm-tls.md)
543-
* [Docker security](/engine/security/security/)
542+
* [Docker security](/engine/security/security/)

swarm/discovery.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Swarm discovery
3-
keywords:
4-
- docker, swarm, clustering, discovery
3+
keywords: docker, swarm, clustering, discovery
54
title: Docker Swarm discovery
65
---
76

@@ -216,4 +215,4 @@ github.com/docker/docker/pkg/discovery</a>.
216215
- [Docker Swarm overview](index.md)
217216
- [Scheduler strategies](scheduler/strategy.md)
218217
- [Scheduler filters](scheduler/filter.md)
219-
- [Swarm API](swarm-api.md)
218+
- [Swarm API](swarm-api.md)

swarm/get-swarm.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Running a Swarm container on Docker Engine. Run a Swarm binary on the host OS without Docker Engine.
3-
keywords:
4-
- docker, Swarm, container, binary, clustering, install, installation
3+
keywords: docker, Swarm, container, binary, clustering, install, installation
54
title: Get Docker Swarm
65
---
76

@@ -117,4 +116,4 @@ software tools, such as Docker Engine CLI at the node level.
117116
## Related information
118117

119118
* [Docker Swarm official image](https://hub.docker.com/_/swarm/) repository on Docker Hub
120-
* [Provision a Swarm with Docker Machine](provision-with-machine.md)
119+
* [Provision a Swarm with Docker Machine](provision-with-machine.md)

swarm/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: 'Swarm: a Docker-native clustering system'
3-
keywords:
4-
- docker, swarm, clustering
3+
keywords: docker, swarm, clustering
54
title: Docker Swarm
65
---
76

@@ -18,4 +17,4 @@ title: Docker Swarm
1817
* [Swarm and container networks](networking.md)
1918
* [Advanced Scheduling](scheduler/index.md)
2019
* [Provision a Swarm cluster with Docker Machine](provision-with-machine.md)
21-
* [Docker Swarm API](swarm-api.md)
20+
* [Docker Swarm API](swarm-api.md)

swarm/install-manual.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Deploying Swarm on AWS EC2 AMI's in a VPC
3-
keywords:
4-
- docker, swarm, clustering, examples, Amazon, AWS EC2
3+
keywords: docker, swarm, clustering, examples, Amazon, AWS EC2
54
title: Build a Swarm cluster for production
65
---
76

@@ -300,4 +299,4 @@ They will display corresponding entries for the change in leadership.
300299
- [High availability in Docker Swarm](multi-manager-setup.md)
301300
- [Discovery](discovery.md)
302301
- [High-availability cluster using a trio of consul nodes](https://hub.docker.com/r/progrium/consul/)
303-
- [Networking](networking.md)
302+
- [Networking](networking.md)

swarm/install-w-machine.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Swarm release notes
3-
keywords:
4-
- docker, swarm, clustering, discovery, release, notes
3+
keywords: docker, swarm, clustering, discovery, release, notes
54
menu:
65
main:
76
parent: workw_swarm
@@ -258,4 +257,4 @@ At this point, you've installed Docker Swarm by pulling the latest image of
258257
it from Docker Hub. Then, you built and ran a swarm on your local machine
259258
using VirtualBox. If you want, you can onto read an [overview of Docker Swarm
260259
features](index.md). Alternatively, you can develop a more in-depth view of Swarm by
261-
[manually installing Swarm](install-manual.md) on a network.
260+
[manually installing Swarm](install-manual.md) on a network.

swarm/multi-manager-setup.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: High availability in Swarm
3-
keywords:
4-
- docker, swarm, clustering
3+
keywords: docker, swarm, clustering
54
title: High availability in Docker Swarm
65
---
76

@@ -156,4 +155,4 @@ To switch the `DOCKER_HOST` to use `manager-2` as the primary, you do the follow
156155

157156
You can use the `docker` command on any Docker Swarm primary manager or any replica.
158157

159-
If you like, you can use custom mechanisms to always point `DOCKER_HOST` to the current primary manager. Then, you never lose contact with your Docker Swarm in the event of a failover.
158+
If you like, you can use custom mechanisms to always point `DOCKER_HOST` to the current primary manager. Then, you never lose contact with your Docker Swarm in the event of a failover.

swarm/networking.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Swarm and container networks
3-
keywords:
4-
- docker, swarm, clustering, networking
3+
keywords: docker, swarm, clustering, networking
54
title: Swarm and container networks
65
---
76

@@ -127,4 +126,4 @@ from `node-0`.
127126
- [Docker Swarm overview](index.md)
128127
- [Scheduler strategies](scheduler/strategy.md)
129128
- [Scheduler filters](scheduler/filter.md)
130-
- [Swarm API](swarm-api.md)
129+
- [Swarm API](swarm-api.md)

0 commit comments

Comments
 (0)