From cab3af3960dd6f99cbe615e032ffce17bd2bdaad Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 18 Nov 2015 21:08:36 +1000 Subject: [PATCH] Add hugo frontmatter to docs that should not be published, and fix a link Signed-off-by: Sven Dowideit --- docs/AVAILABLE_DRIVER_PLUGINS.md | 11 ++++++++++- docs/README.md | 9 +++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/AVAILABLE_DRIVER_PLUGINS.md b/docs/AVAILABLE_DRIVER_PLUGINS.md index 6bb93628a8..a4882d4c3d 100644 --- a/docs/AVAILABLE_DRIVER_PLUGINS.md +++ b/docs/AVAILABLE_DRIVER_PLUGINS.md @@ -1,3 +1,12 @@ + + # Available driver plugins This document is intended to act as a reference for the available 3rd-party @@ -12,7 +21,7 @@ with Docker Inc. Use 3rd party plugins at your own risk. | Name | Repository | Maintainer GitHub Handle | Maintainer Email | | ---- | ---------- | ------------------------- | ---------------- | -| BrightBox | https://github.com/brightbox/docker-machine-driver-brightbox | [NeilW](NeilW) | neil@aldur.co.uk | +| BrightBox | https://github.com/brightbox/docker-machine-driver-brightbox | [NeilW](https://github.com/NeilW) | neil@aldur.co.uk | | Docker-In-Docker | https://github.com/nathanleclaire/docker-machine-driver-dind | [nathanleclaire](https://github.com/nathanleclaire) | nathan.leclaire@gmail.com | | Parallels for OSX | https://github.com/Parallels/docker-machine-parallels | [legal90](https://github.com/legal90) | legal90@gmail.com | | SAKURA CLOUD | https://github.com/yamamoto-febc/docker-machine-sakuracloud | [yamamoto-febc](https://github.com/yamamoto-febc) | ? | diff --git a/docs/README.md b/docs/README.md index 6ab2c74760..91792d22a3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,12 @@ + + # Contributing to the Docker Machine documentation The documentation in this directory is part of the [this documentation](https://docs.docker.com). Docker uses [the Hugo static generator](http://gohugo.io/overview/introduction/) to convert project Markdown files to a static HTML site.