Merge pull request #2413 from SvenDowideit/stop-docs-validation-errors

2 small changes to clear up docs-validation complaints
This commit is contained in:
Daniel Nephin 2015-11-19 12:52:43 -05:00
commit 21a72e350b
6 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
<!--[metadata]>
+++
draft = true
title = "Compose README"
description = "Compose README"
keywords = ["Docker, documentation, manual, guide, reference, api"]
+++
<![end-metadata]-->
# Contributing to the Docker Compose documentation
The documentation in this directory is part of the [https://docs.docker.com](https://docs.docker.com) website. Docker uses [the Hugo static generator](http://gohugo.io/overview/introduction/) to convert project Markdown files to a static HTML site.

View File

@ -171,7 +171,7 @@ In this section, you set up the database connection for Django.
## More Compose documentation
- [User guide](../index.md)
- [User guide](index.md)
- [Installing Compose](install.md)
- [Getting Started](gettingstarted.md)
- [Get started with Rails](rails.md)

View File

@ -365,7 +365,7 @@ In the case of `environment`, `labels`, `volumes` and `devices`, Compose
## Compose documentation
- [User guide](/)
- [User guide](index.md)
- [Installing Compose](install.md)
- [Getting Started](gettingstarted.md)
- [Get started with Django](django.md)

View File

@ -126,7 +126,7 @@ To uninstall Docker Compose if you installed using `pip`:
## Where to go next
- [User guide](/)
- [User guide](index.md)
- [Getting Started](gettingstarted.md)
- [Get started with Django](django.md)
- [Get started with Rails](rails.md)

View File

@ -133,7 +133,7 @@ That's it. Your app should now be running on port 3000 on your Docker daemon. If
## More Compose documentation
- [User guide](/)
- [User guide](index.md)
- [Installing Compose](install.md)
- [Getting Started](gettingstarted.md)
- [Get started with Django](django.md)

View File

@ -93,7 +93,7 @@ database containers. If you're using [Docker Machine](https://docs.docker.com/ma
## More Compose documentation
- [User guide](/)
- [User guide](index.md)
- [Installing Compose](install.md)
- [Getting Started](gettingstarted.md)
- [Get started with Django](django.md)