mirror of https://github.com/docker/docs.git
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:
parent
87087737ec
commit
3544131970
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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)
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
description: Docker's use of Open Source
|
||||
keywords:
|
||||
- docker, opensource
|
||||
keywords: docker, opensource
|
||||
title: Open source components and licensing
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
description: OSXFS
|
||||
keywords: mac, osxfs
|
||||
redirect_from:
|
||||
- /mackit/osxfs/
|
||||
description: OSXFS
|
||||
keywords:
|
||||
- mac, osxfs
|
||||
title: File system sharing (osxfs)
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue