fix type of keywords entry in frontmatter (in /swarm/ dir and search.md and release-notes.md) (#515)

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-10 11:59:37 -08:00 committed by John Mulhausen
parent 06e2875742
commit c56964c890
32 changed files with 71 additions and 103 deletions

View File

@ -1,7 +1,6 @@
---
description: Release notes for Docker
keywords:
- docker, documentation, about, technology, understanding, release
keywords: docker, documentation, about, technology, understanding, release
title: Docker Release Notes
---

View File

@ -1,10 +1,9 @@
---
description: Docker documentation search results
keywords:
- Search, Docker, documentation, manual, guide, reference, api
keywords: Search, Docker, documentation, manual, guide, reference, api
noratings: true
notoc: true
title: Search results
noratings: true
---
<style type='text/css'>

View File

@ -1,7 +1,6 @@
---
description: Swarm and transport layer security
keywords:
- docker, swarm, TLS, discovery, security, certificates
keywords: docker, swarm, TLS, discovery, security, certificates
title: Configure Docker Swarm for TLS
---

View File

@ -1,7 +1,6 @@
---
description: Swarm discovery
keywords:
- docker, swarm, clustering, discovery
keywords: docker, swarm, clustering, discovery
title: Docker Swarm discovery
---

View File

@ -1,7 +1,6 @@
---
description: Running a Swarm container on Docker Engine. Run a Swarm binary on the host OS without Docker Engine.
keywords:
- docker, Swarm, container, binary, clustering, install, installation
keywords: docker, Swarm, container, binary, clustering, install, installation
title: Get Docker Swarm
---

View File

@ -1,7 +1,6 @@
---
description: 'Swarm: a Docker-native clustering system'
keywords:
- docker, swarm, clustering
keywords: docker, swarm, clustering
title: Docker Swarm
---

View File

@ -1,7 +1,6 @@
---
description: Deploying Swarm on AWS EC2 AMI's in a VPC
keywords:
- docker, swarm, clustering, examples, Amazon, AWS EC2
keywords: docker, swarm, clustering, examples, Amazon, AWS EC2
title: Build a Swarm cluster for production
---

View File

@ -1,7 +1,6 @@
---
description: Swarm release notes
keywords:
- docker, swarm, clustering, discovery, release, notes
keywords: docker, swarm, clustering, discovery, release, notes
menu:
main:
parent: workw_swarm

View File

@ -1,7 +1,6 @@
---
description: High availability in Swarm
keywords:
- docker, swarm, clustering
keywords: docker, swarm, clustering
title: High availability in Docker Swarm
---

View File

@ -1,7 +1,6 @@
---
description: Swarm and container networks
keywords:
- docker, swarm, clustering, networking
keywords: docker, swarm, clustering, networking
title: Swarm and container networks
---

View File

@ -1,7 +1,6 @@
---
description: 'Swarm: a Docker-native clustering system'
keywords:
- docker, swarm, clustering
keywords: docker, swarm, clustering
title: Docker Swarm overview
---

View File

@ -1,7 +1,6 @@
---
description: Plan for Swarm in production
keywords:
- docker, swarm, scale, voting, application, plan
keywords: docker, swarm, scale, voting, application, plan
title: Plan for Swarm in production
---

View File

@ -1,7 +1,6 @@
---
description: Provision with Machine
keywords:
- docker, Swarm, clustering, provision, Machine
keywords: docker, Swarm, clustering, provision, Machine
title: Provision a Swarm cluster with Docker Machine
---

View File

@ -1,7 +1,6 @@
---
description: Create a Swarm manager.
keywords:
- swarm, create
keywords: swarm, create
title: create — Create a discovery token
---

View File

@ -1,7 +1,6 @@
---
description: Get help for Swarm commands.
keywords:
- swarm, help
keywords: swarm, help
title: help - Display information about a command
---

View File

@ -1,7 +1,6 @@
---
description: Docker Swarm Commands Overview
keywords:
- Swarm, cluster, commands
keywords: Swarm, cluster, commands
title: Swarm command-line reference
---

View File

@ -1,7 +1,6 @@
---
description: Create a Swarm node.
keywords:
- swarm, create, join
keywords: swarm, create, join
title: join — Create a Swarm node
---

View File

@ -1,7 +1,6 @@
---
description: List the nodes in a cluster.
keywords:
- swarm, list
keywords: swarm, list
title: list — List the nodes in a cluster
---

View File

@ -1,7 +1,6 @@
---
description: Create a Swarm manager.
keywords:
- swarm, create, manage
keywords: swarm, create, manage
title: manage — Create a Swarm manager
---

View File

@ -1,8 +1,7 @@
---
description: swarm command overview
keywords:
- Swarm, cluster, commands
title: "Swarm: A Docker-native clustering system"
keywords: Swarm, cluster, commands
title: 'Swarm: A Docker-native clustering system'
---
The `swarm` command runs a Swarm container on a Docker Engine host and performs the task specified by the required subcommand, `COMMAND`.

View File

@ -1,7 +1,6 @@
---
description: Swarm filters
keywords:
- docker, swarm, clustering, filters
keywords: docker, swarm, clustering, filters
title: Swarm filters
---

View File

@ -1,7 +1,6 @@
---
description: 'Swarm: a Docker-native clustering system'
keywords:
- docker, swarm, clustering, scheduling
keywords: docker, swarm, clustering, scheduling
title: Advanced Scheduling
---

View File

@ -1,7 +1,6 @@
---
description: Swarm rescheduling
keywords:
- docker, swarm, clustering, rescheduling
keywords: docker, swarm, clustering, rescheduling
title: Swarm rescheduling
---

View File

@ -1,7 +1,6 @@
---
description: Swarm strategies
keywords:
- docker, swarm, clustering, strategies
keywords: docker, swarm, clustering, strategies
title: Docker Swarm strategies
---

View File

@ -1,7 +1,6 @@
---
description: Swarm and transport layer security
keywords:
- docker, swarm, TLS, discovery, security, certificates
keywords: docker, swarm, TLS, discovery, security, certificates
title: Use Docker Swarm with TLS
---

View File

@ -1,7 +1,6 @@
---
description: Swarm API response codes
keywords:
- docker, swarm, response, code, api
keywords: docker, swarm, response, code, api
title: Swarm vs. Engine response codes
---

View File

@ -1,10 +1,9 @@
---
description: Swarm API
keywords: docker, swarm, clustering, api
redirect_from:
- /api/swarm-api/
- /swarm/api/
description: Swarm API
keywords:
- docker, swarm, clustering, api
title: Docker Swarm API
---

View File

@ -1,9 +1,8 @@
---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, architecture
redirect_from:
- /swarm/swarm_at_scale/about/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, architecture
title: Learn the application architecture
---

View File

@ -1,9 +1,8 @@
---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, certificates
redirect_from:
- /swarm/swarm_at_scale/04-deploy-app/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, certificates
title: Deploy the application
---

View File

@ -1,10 +1,9 @@
---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, certificates
redirect_from:
- /swarm/swarm_at_scale/03-create-cluster/
- /swarm/swarm_at_scale/02-deploy-infra/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, certificates
title: Deploy application infrastructure
---

View File

@ -1,7 +1,6 @@
---
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, certificates
keywords: docker, swarm, scale, voting, application, certificates
title: Try Swarm at scale
---

View File

@ -1,9 +1,8 @@
---
description: Try Swarm at scale
keywords: docker, swarm, scale, voting, application, certificates
redirect_from:
- /swarm/swarm_at_scale/05-troubleshoot/
description: Try Swarm at scale
keywords:
- docker, swarm, scale, voting, application, certificates
title: Troubleshoot the application
---