diff --git a/docker-store/faq.md b/docker-store/faq.md
index 5479448737..569cbf5b69 100644
--- a/docker-store/faq.md
+++ b/docker-store/faq.md
@@ -1,7 +1,6 @@
---
description: Docker Store frequently asked questions
-keywords:
-- Docker, docker, store, purchase images
+keywords: Docker, docker, store, purchase images
title: Docker Store frequently asked questions (FAQ)
---
@@ -78,4 +77,4 @@ You can view and download your all active licenses for an organization from the
Subscriptions page.
Click the user icon menu at the top right, choose **Subscriptions** and then
-select the organization from the **Accounts** drop down menu.
+select the organization from the **Accounts** drop down menu.
\ No newline at end of file
diff --git a/docker-store/index.md b/docker-store/index.md
index 18fe8db305..01ff422517 100644
--- a/docker-store/index.md
+++ b/docker-store/index.md
@@ -1,7 +1,6 @@
---
description: Docker Store overview
-keywords:
-- Docker, docker, store, purchase images
+keywords: Docker, docker, store, purchase images
title: Docker Store overview
---
@@ -80,4 +79,4 @@ The Docker Store is in private Beta. [Sign up today](https://store.docker.com/be
* [Publisher Hub](publish.md)
* How to become a publisher
* Publisher expectations
--->
+-->
\ No newline at end of file
diff --git a/docker-store/publish.md b/docker-store/publish.md
index 01b92aaa84..8975b76aec 100644
--- a/docker-store/publish.md
+++ b/docker-store/publish.md
@@ -1,7 +1,6 @@
---
description: Submit a product for the Docker Store
-keywords:
-- Docker, docker, store, purchase images
+keywords: Docker, docker, store, purchase images
title: Submit a product to Docker Store
---
@@ -185,4 +184,4 @@ ready to publish to the Docker Store.
Once you receive this email you can go to the Docker Store and click "Publish"
to make your product available.
-> **Tip**: Docker does not automatically make the approved product available. This means you can time the product's release on the Docker Store with announcements or marketing activity.
+> **Tip**: Docker does not automatically make the approved product available. This means you can time the product's release on the Docker Store with announcements or marketing activity.
\ No newline at end of file
diff --git a/kitematic/faq.md b/kitematic/faq.md
index e242b5d1aa..34f45dedfb 100644
--- a/kitematic/faq.md
+++ b/kitematic/faq.md
@@ -1,8 +1,7 @@
---
description: Documentation covering common questions users have about Kitematic
-keywords:
-- docker, documentation, about, technology, kitematic, gui
-title: "Kitematic: Frequently asked questions (FAQ)"
+keywords: docker, documentation, about, technology, kitematic, gui
+title: 'Kitematic: Frequently asked questions (FAQ)'
---
### Is Kitematic Open Source?
@@ -60,4 +59,4 @@ kitematic@docker.com or to open an issue on GitHub.
## Next Steps
For information about known issues in the current release of Kitematic, take a
-look at the [Known issues](./known-issues.md).
+look at the [Known issues](./known-issues.md).
\ No newline at end of file
diff --git a/kitematic/index.md b/kitematic/index.md
index 11a6d30547..9dff82436f 100644
--- a/kitematic/index.md
+++ b/kitematic/index.md
@@ -1,10 +1,9 @@
---
description: Documentation that provides an overview of Kitematic and installation instructions
-keywords:
-- docker, documentation, about, technology, kitematic, gui
+keywords: docker, documentation, about, technology, kitematic, gui
title: Kitematic
---
Kitematic, the Docker GUI, runs on macOS and Windows operating systems. Beginning with the 1.8 Docker release, you use the Docker Toolbox to install Kitematic. See the [macOS installation guide](/docker-for-mac/) or the [Windows installation guide](/docker-for-windows/) for details on installing with Docker Toolbox.
-For information about using Kitematic, take a look at the [User Guide](userguide.md).
+For information about using Kitematic, take a look at the [User Guide](userguide.md).
\ No newline at end of file
diff --git a/kitematic/known-issues.md b/kitematic/known-issues.md
index f361c5c47e..d6a4abae95 100644
--- a/kitematic/known-issues.md
+++ b/kitematic/known-issues.md
@@ -1,8 +1,7 @@
---
description: Information about known issues in Kitematic
-keywords:
-- docker, documentation, about, technology, kitematic, gui
-title: "Kitematic: Known issues"
+keywords: docker, documentation, about, technology, kitematic, gui
+title: 'Kitematic: Known issues'
---
Kitematic is in beta, so we're still working out the kinks. The most common
@@ -40,4 +39,4 @@ if you're looking to help fix specific issues around VM provisioning.
## View All Issues
For a full list of Kitematic bugs or issues see our existing GitHub
-issues labelled as `bug`.
+issues labelled as `bug`.
\ No newline at end of file
diff --git a/kitematic/minecraft-server.md b/kitematic/minecraft-server.md
index acb1bea884..2cbe0c5f1b 100644
--- a/kitematic/minecraft-server.md
+++ b/kitematic/minecraft-server.md
@@ -1,8 +1,7 @@
---
description: Tutorial demonstrating the setup of a Minecraft server using Docker and Kitematic
-keywords:
-- docker, documentation, about, technology, kitematic, gui, minecraft, tutorial
-title: "Kitematic tutorial: Set up a Minecraft server"
+keywords: docker, documentation, about, technology, kitematic, gui, minecraft, tutorial
+title: 'Kitematic tutorial: Set up a Minecraft server'
---
This is a quick tutorial demonstrating how to set up a local Minecraft server
@@ -69,4 +68,4 @@ Go back to your Minecraft client and join your server. The new map should load.
## Next Steps
For an example using Kitematic to run Nginx, take a look at the [Nginx web
-server](./nginx-web-server.md) page.
+server](./nginx-web-server.md) page.
\ No newline at end of file
diff --git a/kitematic/nginx-web-server.md b/kitematic/nginx-web-server.md
index baf2e90f7a..531f9d84d1 100644
--- a/kitematic/nginx-web-server.md
+++ b/kitematic/nginx-web-server.md
@@ -1,8 +1,7 @@
---
description: Tutorial demonstrating the setup of an Nginx web server using Docker and Kitematic
-keywords:
-- docker, documentation, about, technology, kitematic, gui, nginx, tutorial
-title: "Kitematic tutorial: Serve a static website with NGINX"
+keywords: docker, documentation, about, technology, kitematic, gui, nginx, tutorial
+title: 'Kitematic tutorial: Serve a static website with NGINX'
---
In this tutorial, you will:
@@ -78,4 +77,4 @@ serve a website we downloaded.
## Next Steps
For an example using Kitematic to run a Local RethinkDB database, take a look at
-the [RethinkDB development Database](./rethinkdb-dev-database.md) example.
+the [RethinkDB development Database](./rethinkdb-dev-database.md) example.
\ No newline at end of file
diff --git a/kitematic/rethinkdb-dev-database.md b/kitematic/rethinkdb-dev-database.md
index 5c7d08f009..d3ae737ec6 100644
--- a/kitematic/rethinkdb-dev-database.md
+++ b/kitematic/rethinkdb-dev-database.md
@@ -1,8 +1,7 @@
---
description: Tutorial demonstrating the setup of an RethinkDB database for development
-keywords:
-- docker, documentation, about, technology, kitematic, gui, rethink, tutorial
-title: "Kitematic tutorial: Create a local RethinkDB database for development"
+keywords: docker, documentation, about, technology, kitematic, gui, rethink, tutorial
+title: 'Kitematic tutorial: Create a local RethinkDB database for development'
---
In this tutorial, you will:
@@ -59,4 +58,4 @@ Now, point your browser to `http://localhost:8000`. Congratulations, you've
successfully used a RethinkDB container in Kitematic to build a real-time chat
app. Happy coding!
-
+
\ No newline at end of file
diff --git a/kitematic/userguide.md b/kitematic/userguide.md
index 962f1358e0..ba3f9a8378 100644
--- a/kitematic/userguide.md
+++ b/kitematic/userguide.md
@@ -1,8 +1,7 @@
---
description: Documentation that provides an overview of Kitematic and installation instructions
-keywords:
-- docker, documentation, about, technology, kitematic, gui
-title: "Kitematic user guide"
+keywords: docker, documentation, about, technology, kitematic, gui
+title: Kitematic user guide
---
## Overview
@@ -189,4 +188,4 @@ Now, go back to Kitematic. The Redis container should now be visible.
## Next Steps
For an example using Kitematic to run a Minecraft server, take a look at
-the [Minecraft server](./minecraft-server.md) page.
+the [Minecraft server](./minecraft-server.md) page.
\ No newline at end of file
diff --git a/thank-you-subscribing-docker-weekly.md b/thank-you-subscribing-docker-weekly.md
index 0a07dc9ac8..8480efc32f 100644
--- a/thank-you-subscribing-docker-weekly.md
+++ b/thank-you-subscribing-docker-weekly.md
@@ -1,10 +1,8 @@
---
description: We've sent you a welcome email with links to previous newsletters.
-keywords:
-- Docker, documentation, manual, guide, reference, api
+keywords: Docker, documentation, manual, guide, reference, api
title: Thank you for subscribing to Docker weekly
---
We've sent you a welcome email with links to previous newsletters.
-Please check your inbox to confirm you received it.
-
+Please check your inbox to confirm you received it.
\ No newline at end of file
diff --git a/toolbox/faqs/index.md b/toolbox/faqs/index.md
index cf48ab1eff..8fae3c262d 100644
--- a/toolbox/faqs/index.md
+++ b/toolbox/faqs/index.md
@@ -1,8 +1,7 @@
---
description: FAQs, troubleshooting, and tips index for Toolbox installs
identifier: toolbox_overview_faqs
-keywords:
-- docker, documentation, about, technology, kitematic, gui, toolbox
+keywords: docker, documentation, about, technology, kitematic, gui, toolbox
title: FAQs and troubleshooting
---
@@ -14,4 +13,4 @@ In the process of installing and setting up Docker, you might run into problems
* _**Looking for help with error messages?**_ Go to [Troubleshooting](troubleshoot.md).
-
+
\ No newline at end of file
diff --git a/toolbox/faqs/troubleshoot.md b/toolbox/faqs/troubleshoot.md
index fe23c0b041..ce077a3c50 100644
--- a/toolbox/faqs/troubleshoot.md
+++ b/toolbox/faqs/troubleshoot.md
@@ -1,7 +1,6 @@
---
description: Troubleshooting connectivity and certificate issues
-keywords:
-- beginner, getting started, FAQs, troubleshooting, Docker
+keywords: beginner, getting started, FAQs, troubleshooting, Docker
title: Troubleshooting
---
@@ -153,4 +152,4 @@ Here is an example of creating a `default` machine with proxies set to `http://e
To learn more about using `docker-machine create`, see the [create](/machine/reference/create/) command in the [Docker Machine](/machine/overview/) reference.
-
+
\ No newline at end of file
diff --git a/toolbox/index.md b/toolbox/index.md
index 2d9077ff1a..3d8d2c18c0 100644
--- a/toolbox/index.md
+++ b/toolbox/index.md
@@ -1,7 +1,6 @@
---
description: Documentation that provides an overview of Docker Toolbox and installation instructions
-keywords:
-- docker, documentation, about, technology, docker toolbox, gui
+keywords: docker, documentation, about, technology, docker toolbox, gui
title: Docker Toolbox
---
@@ -9,4 +8,4 @@ Available for both Windows and Mac, Docker Toolbox installs the Docker Client, M
**Learn about Docker Toolbox**. See [Docker Toolbox Overview](overview.md) for a quick tour of how to install Toolbox, and get started with Docker Machine, Kitematic, and Docker Compose.
-**Ready to download Toolbox?** Download Docker Toolbox from products.
+**Ready to download Toolbox?** Download Docker Toolbox from products.
\ No newline at end of file
diff --git a/toolbox/overview.md b/toolbox/overview.md
index c06b08fec9..dff761604a 100644
--- a/toolbox/overview.md
+++ b/toolbox/overview.md
@@ -1,7 +1,6 @@
---
description: Documentation that provides an overview of Toolbox
-keywords:
-- docker, documentation, about, technology, kitematic, gui, toolbox
+keywords: docker, documentation, about, technology, kitematic, gui, toolbox
title: Docker Toolbox Overview
---
@@ -46,4 +45,4 @@ Choose the install instructions for your platform, and follow the steps:
* [Learn about Docker Machine](/machine/overview.md)
-* [Learn about Docker Compose](/compose/overview.md)
+* [Learn about Docker Compose](/compose/overview.md)
\ No newline at end of file
diff --git a/toolbox/toolbox_install_mac.md b/toolbox/toolbox_install_mac.md
index d78e0eda15..fdfc159ee7 100644
--- a/toolbox/toolbox_install_mac.md
+++ b/toolbox/toolbox_install_mac.md
@@ -1,7 +1,6 @@
---
description: How to install Toolbox on Mac
-keywords:
-- docker, documentation, install, toolbox, mac
+keywords: docker, documentation, install, toolbox, mac
title: Install Docker Toolbox on macOS
---
@@ -202,4 +201,4 @@ To uninstall Toolbox on a Mac, do the following:
$ rm /usr/local/bin/docker
$ rm /usr/local/bin/docker-compose
$ rm /usr/local/bin/docker-machine
- ```
+ ```
\ No newline at end of file
diff --git a/toolbox/toolbox_install_windows.md b/toolbox/toolbox_install_windows.md
index 2eeb17c86d..f2d07d6d44 100644
--- a/toolbox/toolbox_install_windows.md
+++ b/toolbox/toolbox_install_windows.md
@@ -1,7 +1,6 @@
---
description: How to install Toolbox on Mac
-keywords:
-- docker, documentation, install, toolbox, win
+keywords: docker, documentation, install, toolbox, win
title: Install Docker Toolbox on Windows
---
@@ -193,4 +192,4 @@ To uninstall Toolbox on Windows, do the following:
>**Note:** This process does not remove the `docker-install.exe` file. You must delete that file yourself.
-
+
\ No newline at end of file