fix type of keywords entry in frontmatter (in /docker-for-mac/ dir) (#496)

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:38:09 -08:00 committed by John Mulhausen
parent 87087737ec
commit 3544131970
10 changed files with 28 additions and 38 deletions

View File

@ -1,9 +1,8 @@
---
description: Docker for Mac and Docker Toolbox
keywords: mac, windows, alpha, beta, toolbox, docker-machine, tutorial
redirect_from:
- /mackit/docker-toolbox/
description: Docker for Mac and Docker Toolbox
keywords:
- mac, windows, alpha, beta, toolbox, docker-machine, tutorial
title: Docker for Mac vs. Docker Toolbox
---

View File

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

View File

@ -1,9 +1,8 @@
---
description: Frequently asked questions
keywords: mac faqs
redirect_from:
- /mackit/faqs/
description: Frequently asked questions
keywords:
- mac faqs
title: Frequently asked questions (FAQ)
---

View File

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

View File

@ -1,9 +1,8 @@
---
description: Multi-CPU Architecture Support
keywords: mac, Multi-CPU architecture support
redirect_from:
- /mackit/multi-arch/
description: Multi-CPU Architecture Support
keywords:
- mac, Multi-CPU architecture support
title: Leveraging multi-CPU architecture support
---

View File

@ -1,9 +1,8 @@
---
description: Networking
keywords: mac, networking
redirect_from:
- /mackit/networking/
description: Networking
keywords:
- mac, networking
title: Networking features in Docker for Mac
---

View File

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

View File

@ -1,9 +1,8 @@
---
description: OSXFS
keywords: mac, osxfs
redirect_from:
- /mackit/osxfs/
description: OSXFS
keywords:
- mac, osxfs
title: File system sharing (osxfs)
---

View File

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

View File

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