fix type of keywords entry in frontmatter (in /opensource/) (#516)

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-10 11:58:22 -08:00 committed by John Mulhausen
parent 1589927ce8
commit 06e2875742
36 changed files with 75 additions and 112 deletions

View File

@ -1,7 +1,6 @@
--- ---
description: Overview of contributing description: Overview of contributing
keywords: keywords: open, source, contributing, overview
- open, source, contributing, overview
title: FAQ for contributors title: FAQ for contributors
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Contribute code
keywords: governance, board, members, profiles
redirect_from: redirect_from:
- /contributing/contributing - /contributing/contributing
description: Contribute code
keywords:
- governance, board, members, profiles
title: Quickstart code or doc contribution title: Quickstart code or doc contribution
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Style guide for Docker documentation describing standards and conventions for contributors description: Style guide for Docker documentation describing standards and conventions for contributors
keywords: keywords: style, guide, docker, documentation
- style, guide, docker, documentation
title: Documentation style and grammar conventions title: Documentation style and grammar conventions
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Describes Docker's communication channels description: Describes Docker's communication channels
keywords: keywords: IRC, Google group, Twitter, blog, Stackoverflow
- IRC, Google group, Twitter, blog, Stackoverflow
title: Where to chat or get help title: Where to chat or get help
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Board member profiles description: Board member profiles
keywords: keywords: governance, board, members, profiles
- governance, board, members, profiles
title: Board member profiles title: Board member profiles
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Explains Docker's code of conduct description: Explains Docker's code of conduct
keywords: keywords: Docker, conduct, code
- Docker, conduct, code
title: Code of conduct title: Code of conduct
--- ---

View File

@ -1,8 +1,7 @@
--- ---
description: Docker Governance Advisory Board description: Docker Governance Advisory Board
keywords: keywords: governance, board, members, explained
- governance, board, members, explained title: 'Docker Governance Advisory Board: June 2015 version'
title: "Docker Governance Advisory Board: June 2015 version"
--- ---
An initial version of this proposal was posted for comments on April 30th, An initial version of this proposal was posted for comments on April 30th,

View File

@ -1,7 +1,6 @@
--- ---
description: Describes Docker's communication channels description: Describes Docker's communication channels
keywords: keywords: IRC, Google group, Twitter, blog, Stackoverflow
- IRC, Google group, Twitter, blog, Stackoverflow
title: Governance title: Governance
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Overview of contributing description: Overview of contributing
keywords: keywords: open, source, contributing, overview
- open, source, contributing, overview
title: Open Source at Docker title: Open Source at Docker
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Explains how to create a pull request for change or new feature description: Explains how to create a pull request for change or new feature
keywords: keywords: Kitematic, open source, contribute, contributor, tour, development, contribute, pull request, review, workflow, beginner, squash, commit
- Kitematic, open source, contribute, contributor, tour, development, contribute, pull request, review, workflow, beginner, squash, commit
title: Create a pull request (PR) title: Create a pull request (PR)
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Explains how to find a Kitematic issue description: Explains how to find a Kitematic issue
keywords: keywords: Kitematic, open source, contribute, contributor, tour
- Kitematic, open source, contribute, contributor, tour
title: Find an issue on GitHub title: Find an issue on GitHub
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Overview of Kitematic development process description: Overview of Kitematic development process
keywords: keywords: Kitematic, open source, contribute, contributor, tour, development
- Kitematic, open source, contribute, contributor, tour, development
title: Get started with your Kitematic contributions title: Get started with your Kitematic contributions
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Introduces Kitematic contribute topics and tour description: Introduces Kitematic contribute topics and tour
keywords: keywords: Kitematic, open source, contribute, contributor, tour, issue, review
- Kitematic, open source, contribute, contributor, tour, issue, review
title: Contribute to Kitematic title: Contribute to Kitematic
--- ---

View File

@ -1,8 +1,6 @@
--- ---
description: Explains next steps after the tour description: Explains next steps after the tour
keywords: keywords: Kitematic, open source, contribute, contributor, tour, development, contribute
- Kitematic, open source, contribute, contributor, tour, development, contribute
title: Where to learn more title: Where to learn more
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Explains how to find a Kitematic issue description: Explains how to find a Kitematic issue
keywords: keywords: Kitematic, open source, contribute, contributor, tour, development
- Kitematic, open source, contribute, contributor, tour, development
title: Set up for Kitematic development title: Set up for Kitematic development
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Explains how to find a Kitematic issue description: Explains how to find a Kitematic issue
keywords: keywords: Kitematic, open source, contribute, contributor, tour, development
- Kitematic, open source, contribute, contributor, tour, development
title: Develop in Kitematic (work on an issue) title: Develop in Kitematic (work on an issue)
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Describes Docker's communication channels description: Describes Docker's communication channels
keywords: keywords: IRC, Google group, Twitter, blog, Stackoverflow
- IRC, Google group, Twitter, blog, Stackoverflow
title: Set up for Engine development title: Set up for Engine development
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: How to use Docker's development environment description: How to use Docker's development environment
keywords: keywords: development, inception, container, image Dockerfile, dependencies, Go, artifacts
- development, inception, container, image Dockerfile, dependencies, Go, artifacts
title: Work with a development container title: Work with a development container
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Describes how to set up your local machine and repository description: Describes how to set up your local machine and repository
keywords: keywords: GitHub account, repository, clone, fork, branch, upstream, Git, Go, make
- GitHub account, repository, clone, fork, branch, upstream, Git, Go, make
title: Configure Git for contributing title: Configure Git for contributing
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: How to set up a server to test Docker Windows client description: How to set up a server to test Docker Windows client
keywords: keywords: development, inception, container, image Dockerfile, dependencies, Go, artifacts, windows
- development, inception, container, image Dockerfile, dependencies, Go, artifacts, windows
title: Get the required software for Windows title: Get the required software for Windows
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Describes the software required to contribute to Docker description: Describes the software required to contribute to Docker
keywords: keywords: 'GitHub account, repository, Docker, Git, Go, make, '
- 'GitHub account, repository, Docker, Git, Go, make, '
title: Get the required software for Linux or macOS title: Get the required software for Linux or macOS
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Describes Docker's testing infrastructure description: Describes Docker's testing infrastructure
keywords: keywords: make test, make docs, Go tests, gofmt, contributing, running tests
- make test, make docs, Go tests, gofmt, contributing, running tests
title: Run tests and test documentation title: Run tests and test documentation
--- ---

View File

@ -1,9 +1,8 @@
--- ---
description: Introduction to project contribution at Docker
keywords: Gordon, introduction, turtle, machine, libcontainer, how to
redirect_from: redirect_from:
- /project/who-written-for/ - /project/who-written-for/
description: Introduction to project contribution at Docker
keywords:
- Gordon, introduction, turtle, machine, libcontainer, how to
title: README first title: README first
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Support the community description: Support the community
keywords: keywords: support, community, users, irc
- support, community, users, irc
title: Support the community title: Support the community
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Contribute code description: Contribute code
keywords: keywords: governance, board, members, profiles
- governance, board, members, profiles
title: Other ways to contribute title: Other ways to contribute
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Organize our issues description: Organize our issues
keywords: keywords: governance, board, members, profiles
- governance, board, members, profiles
title: Organize our issues title: Organize our issues
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Organize a Docker Meetup description: Organize a Docker Meetup
keywords: keywords: Docker, meetup, hosting, organizing
- Docker, meetup, hosting, organizing
title: Organize a Docker meetup title: Organize a Docker meetup
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Testing contributions description: Testing contributions
keywords: keywords: test, source, contributions, Docker
- test, source, contributions, Docker
title: Testing contributions title: Testing contributions
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Explains workflows for refactor and design proposals description: Explains workflows for refactor and design proposals
keywords: keywords: contribute, project, design, refactor, proposal
- contribute, project, design, refactor, proposal
title: Advanced contributing title: Advanced contributing
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: List of guidelines for coding Docker contributions description: List of guidelines for coding Docker contributions
keywords: keywords: change, commit, squash, request, pull request, test, unit test, integration tests, Go, gofmt, LGTM
- change, commit, squash, request, pull request, test, unit test, integration tests, Go, gofmt, LGTM
title: Coding style checklist title: Coding style checklist
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Basic workflow for Docker contributions description: Basic workflow for Docker contributions
keywords: keywords: contribute, pull request, review, workflow, beginner, squash, commit
- contribute, pull request, review, workflow, beginner, squash, commit
title: Create a pull request (PR) title: Create a pull request (PR)
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Basic workflow for Docker contributions description: Basic workflow for Docker contributions
keywords: keywords: contribute, issue, review, workflow, beginner, expert, squash, commit
- contribute, issue, review, workflow, beginner, expert, squash, commit
title: Find and claim an issue title: Find and claim an issue
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Describes Docker's communication channels description: Describes Docker's communication channels
keywords: keywords: IRC, Google group, Twitter, blog, Stackoverflow
- IRC, Google group, Twitter, blog, Stackoverflow
title: Contribution workflow title: Contribution workflow
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Explains basic workflow for Docker contributions description: Explains basic workflow for Docker contributions
keywords: keywords: contribute, maintainers, review, workflow, process
- contribute, maintainers, review, workflow, process
title: Understand how to contribute title: Understand how to contribute
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Basic workflow for Docker contributions description: Basic workflow for Docker contributions
keywords: keywords: contribute, pull request, review, workflow, beginner, squash, commit
- contribute, pull request, review, workflow, beginner, squash, commit
title: Participate in the PR review title: Participate in the PR review
--- ---

View File

@ -1,7 +1,6 @@
--- ---
description: Basic workflow for Docker contributions description: Basic workflow for Docker contributions
keywords: keywords: contribute, pull request, review, workflow, beginner, squash, commit
- contribute, pull request, review, workflow, beginner, squash, commit
title: Work on your issue title: Work on your issue
--- ---