Skip to content

Commit cab3af3

Browse files
committed
Add hugo frontmatter to docs that should not be published, and fix a link
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
1 parent 4c414a7 commit cab3af3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/AVAILABLE_DRIVER_PLUGINS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--[metadata]>
2+
+++
3+
draft = true
4+
title = "Machine plugins"
5+
description = "Machine plugins"
6+
keywords = ["Docker, documentation, manual, guide, reference, api"]
7+
+++
8+
<![end-metadata]-->
9+
110
# Available driver plugins
211

312
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.
1221

1322
| Name | Repository | Maintainer GitHub Handle | Maintainer Email |
1423
| ---- | ---------- | ------------------------- | ---------------- |
15-
| BrightBox | https://github.com/brightbox/docker-machine-driver-brightbox | [NeilW](NeilW) | neil@aldur.co.uk |
24+
| BrightBox | https://github.com/brightbox/docker-machine-driver-brightbox | [NeilW](https://github.com/NeilW) | neil@aldur.co.uk |
1625
| Docker-In-Docker | https://github.com/nathanleclaire/docker-machine-driver-dind | [nathanleclaire](https://github.com/nathanleclaire) | nathan.leclaire@gmail.com |
1726
| Parallels for OSX | https://github.com/Parallels/docker-machine-parallels | [legal90](https://github.com/legal90) | legal90@gmail.com |
1827
| SAKURA CLOUD | https://github.com/yamamoto-febc/docker-machine-sakuracloud | [yamamoto-febc](https://github.com/yamamoto-febc) | ? |

docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--[metadata]>
2+
+++
3+
draft = true
4+
title = "Machine README"
5+
description = "Machine README"
6+
keywords = ["Docker, documentation, manual, guide, reference, api"]
7+
+++
8+
<![end-metadata]-->
9+
110
# Contributing to the Docker Machine documentation
211

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

0 commit comments

Comments
 (0)