mirror of https://github.com/docker/compose.git
Some small changes to clear up docs-validation complaints
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
9f6a5a964a
commit
acf31181e8
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue