mirror of https://github.com/docker/docs.git
Merge pull request #2329 from SvenDowideit/reduce-docs-validation-errors
fix docs validation errors
This commit is contained in:
commit
1c43b5e106
|
@ -1,3 +1,12 @@
|
||||||
|
<!--[metadata]>
|
||||||
|
+++
|
||||||
|
draft = true
|
||||||
|
title = "Machine plugins"
|
||||||
|
description = "Machine plugins"
|
||||||
|
keywords = ["Docker, documentation, manual, guide, reference, api"]
|
||||||
|
+++
|
||||||
|
<![end-metadata]-->
|
||||||
|
|
||||||
# Available driver plugins
|
# Available driver plugins
|
||||||
|
|
||||||
This document is intended to act as a reference for the available 3rd-party
|
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 |
|
| 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 |
|
| 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 |
|
| 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) | ? |
|
| SAKURA CLOUD | https://github.com/yamamoto-febc/docker-machine-sakuracloud | [yamamoto-febc](https://github.com/yamamoto-febc) | ? |
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
<!--[metadata]>
|
||||||
|
+++
|
||||||
|
draft = true
|
||||||
|
title = "Machine README"
|
||||||
|
description = "Machine README"
|
||||||
|
keywords = ["Docker, documentation, manual, guide, reference, api"]
|
||||||
|
+++
|
||||||
|
<![end-metadata]-->
|
||||||
|
|
||||||
# Contributing to the Docker Machine documentation
|
# 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.
|
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.
|
||||||
|
|
|
@ -78,6 +78,6 @@ You can find additional documentation in the comments at the
|
||||||
|
|
||||||
## Where to go next
|
## Where to go next
|
||||||
|
|
||||||
* [Docker Machine overview](/)
|
* [Docker Machine overview](index.md)
|
||||||
* [Docker Machine driver reference](drivers/index.md)
|
* [Docker Machine driver reference](drivers/index.md)
|
||||||
* [Docker Machine subcommand reference](reference/index.md)
|
* [Docker Machine subcommand reference](reference/index.md)
|
||||||
|
|
Loading…
Reference in New Issue