Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
| ... | ... |
@@ -1,12 +1,12 @@ |
| 1 | 1 |
# Docker Documentation |
| 2 | 2 |
|
| 3 | 3 |
The source for Docker documentation is here under `sources/` and uses extended |
| 4 |
-Markdown, as implemented by [mkdocs](http://mkdocs.org). |
|
| 4 |
+Markdown, as implemented by [MkDocs](http://mkdocs.org). |
|
| 5 | 5 |
|
| 6 | 6 |
The HTML files are built and hosted on `https://docs.docker.io`, and update |
| 7 | 7 |
automatically after each change to the master or release branch of [Docker on |
| 8 | 8 |
GitHub](https://github.com/dotcloud/docker) thanks to post-commit hooks. The |
| 9 |
-"docs" branch maps to the "latest" documentation and the "master" (unreleased |
|
| 9 |
+`docs` branch maps to the "latest" documentation and the `master` (unreleased |
|
| 10 | 10 |
development) branch maps to the "master" documentation. |
| 11 | 11 |
|
| 12 | 12 |
## Branches |
| ... | ... |
@@ -22,11 +22,11 @@ base your changes on the `docs` branch. |
| 22 | 22 |
|
| 23 | 23 |
Also, now that we have a `docs` branch, we can keep the |
| 24 | 24 |
[http://docs.docker.io](http://docs.docker.io) docs up to date with any bugs |
| 25 |
-found between `docker` code releases. |
|
| 25 |
+found between Docker code releases. |
|
| 26 | 26 |
|
| 27 | 27 |
**Warning**: When *reading* the docs, the |
| 28 | 28 |
[http://beta-docs.docker.io](http://beta-docs.docker.io) documentation may |
| 29 |
-include features not yet part of any official docker release. The `beta-docs` |
|
| 29 |
+include features not yet part of any official Docker release. The `beta-docs` |
|
| 30 | 30 |
site should be used only for understanding bleeding-edge development and |
| 31 | 31 |
`docs.docker.io` (which points to the `docs` branch`) should be used for the |
| 32 | 32 |
latest official release. |