fix type of keywords entry in frontmatter (in /docker-store/, /toolbox/, and /kitematic/ dirs) (#499)

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:37:00 -08:00 committed by John Mulhausen
parent 57b45d5f8d
commit 546ba52f34
17 changed files with 40 additions and 58 deletions

View File

@ -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)
---

View File

@ -1,7 +1,6 @@
---
description: Docker Store overview
keywords:
- Docker, docker, store, purchase images
keywords: Docker, docker, store, purchase images
title: Docker Store overview
---

View File

@ -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
---

View File

@ -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?

View File

@ -1,7 +1,6 @@
---
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
---

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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.

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---

View File

@ -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
---