Skip to content

Commit 8708773

Browse files
gdevillelejohndmulhausen
authored andcommittedNov 10, 2016
fix type of keywords entry in frontmatter (in /docker-for-windows/ dir) (docker#497)
keywords should be a string, not an array containing one string Signed-off-by: Gaetan de Villele <[email protected]>
1 parent 546ba52 commit 8708773

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed
 

‎docker-for-windows/examples.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker for Mac and Docker for Windows Tutorials
3-
keywords:
4-
- mac, windows, examples, Compose
3+
keywords: mac, windows, examples, Compose
54
title: Example applications
65
---
76

@@ -21,4 +20,4 @@ able to run these with Docker for Mac and Docker for Windows.
2120
- [Quickstart: Compose and WordPress](/compose/wordpress/)
2221

2322
See also [learn by example](/engine/tutorials/) tutorials on building images,
24-
running containers, networking, managing data, and storing images on Docker Hub.
23+
running containers, networking, managing data, and storing images on Docker Hub.

‎docker-for-windows/faqs.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Frequently asked questions
3-
keywords:
4-
- windows faqs
3+
keywords: windows faqs
54
title: Frequently asked questions (FAQ)
65
---
76

@@ -183,4 +182,4 @@ in [Troubleshooting](troubleshoot.md).
183182
You might decide that you do not need Toolbox now that you have Docker for Windows, and want to uninstall it. For
184183
details on how to perform a clean uninstall of Toolbox on Windows, see [How to
185184
uninstall Toolbox](/toolbox/toolbox_install_windows.md#how-to-uninstall-toolbox)
186-
in the Toolbox Windows topics.
185+
in the Toolbox Windows topics.

‎docker-for-windows/index.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2+
description: Getting Started
3+
keywords: windows, beta, alpha, tutorial
24
redirect_from:
35
- /winkit/getting-started/
46
- /winkit/
57
- /windows/
68
- /windows/started/
79
- /docker-for-windows/started/
810
- /installation/windows/
9-
description: Getting Started
10-
keywords:
11-
- windows, beta, alpha, tutorial
1211
title: Get started with Docker for Windows
1312
---
1413

@@ -470,4 +469,4 @@ If you want to go back to using Docker Toolbox, you have to disable the Hyper-V
470469

471470
* Check out the <a href="https://blog.docker.com/2016/06/docker-mac-windows-public-beta/">blog posts</a> on Docker for Mac and Docker for Windows public betas, and <a href="https://blog.docker.com/2016/03/docker-for-mac-windows-beta/">earlier posts</a> on the initial private beta.
472471

473-
* Please give feedback on your experience with the app and report bugs and problems by logging into our [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows).
472+
* Please give feedback on your experience with the app and report bugs and problems by logging into our [Docker for Windows forum](https://forums.docker.com/c/docker-for-windows).

‎docker-for-windows/opensource.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: Docker's use of Open Source
3-
keywords:
4-
- docker, opensource
3+
keywords: docker, opensource
54
title: Open source components and licensing
65
---
76

@@ -11,4 +10,4 @@ details on the licensing, choose <img src="../images/whale-x.png">
1110

1211
Docker Desktop Editions distribute some components that are licensed under the
1312
GNU General Public License. You can download the source for these components
14-
[here](https://download.docker.com/opensource/License.tar.gz).
13+
[here](https://download.docker.com/opensource/License.tar.gz).

‎docker-for-windows/release-notes.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Change log / release notes per release
3+
keywords: pinata, alpha, tutorial
24
redirect_from:
35
- /winkit/release-notes/
4-
description: Change log / release notes per release
5-
keywords:
6-
- pinata, alpha, tutorial
76
title: Docker for Windows Release notes
87
---
98

@@ -1096,4 +1095,4 @@ are working on a solution.
10961095
Email us at <a href="mailto:feedback@docker.com?subject=Docker%20Feedback">feedback@docker.com</a>
10971096
</p>
10981097
</div>
1099-
</div>
1098+
</div>

‎docker-for-windows/troubleshoot.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2+
description: Troubleshooting, logs, and known issues
3+
keywords: windows, troubleshooting, logs, issues
24
redirect_from:
35
- /windows/troubleshoot/
4-
description: Troubleshooting, logs, and known issues
5-
keywords:
6-
- windows, troubleshooting, logs, issues
76
title: Logs and troubleshooting
87
---
98

@@ -328,4 +327,4 @@ relates to Docker: [Docker fails to start on Windows
328327
10](https://github.com/docker/for-win/issues/27).
329328

330329
For a temporary workaround, uninstall the firewall or anti-virus software, or explore other
331-
workarounds suggested on the forum.
330+
workarounds suggested on the forum.

0 commit comments

Comments
 (0)
Please sign in to comment.