fix type of keywords entry in frontmatter (in /docker-for-windows/ dir) (#497)

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-09 16:37:34 -08:00 committed by John Mulhausen
parent 546ba52f34
commit 87087737ec
6 changed files with 15 additions and 21 deletions

View File

@ -1,7 +1,6 @@
--- ---
description: Docker for Mac and Docker for Windows Tutorials description: Docker for Mac and Docker for Windows Tutorials
keywords: keywords: mac, windows, examples, Compose
- mac, windows, examples, Compose
title: Example applications title: Example applications
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Frequently asked questions description: Frequently asked questions
keywords: keywords: windows faqs
- windows faqs
title: Frequently asked questions (FAQ) title: Frequently asked questions (FAQ)
--- ---

View File

@ -1,4 +1,6 @@
--- ---
description: Getting Started
keywords: windows, beta, alpha, tutorial
redirect_from: redirect_from:
- /winkit/getting-started/ - /winkit/getting-started/
- /winkit/ - /winkit/
@ -6,9 +8,6 @@ redirect_from:
- /windows/started/ - /windows/started/
- /docker-for-windows/started/ - /docker-for-windows/started/
- /installation/windows/ - /installation/windows/
description: Getting Started
keywords:
- windows, beta, alpha, tutorial
title: Get started with Docker for Windows title: Get started with Docker for Windows
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Docker's use of Open Source description: Docker's use of Open Source
keywords: keywords: docker, opensource
- docker, opensource
title: Open source components and licensing title: Open source components and licensing
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Change log / release notes per release
keywords: pinata, alpha, tutorial
redirect_from: redirect_from:
- /winkit/release-notes/ - /winkit/release-notes/
description: Change log / release notes per release
keywords:
- pinata, alpha, tutorial
title: Docker for Windows Release notes title: Docker for Windows Release notes
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Troubleshooting, logs, and known issues
keywords: windows, troubleshooting, logs, issues
redirect_from: redirect_from:
- /windows/troubleshoot/ - /windows/troubleshoot/
description: Troubleshooting, logs, and known issues
keywords:
- windows, troubleshooting, logs, issues
title: Logs and troubleshooting title: Logs and troubleshooting
--- ---