mirror of https://github.com/docker/docs.git
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:
parent
546ba52f34
commit
87087737ec
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue