فهرست منبع

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

2 small changes to clear up docs-validation complaints
Daniel Nephin 10 سال پیش
والد
کامیت
21a72e350b
6فایلهای تغییر یافته به همراه14 افزوده شده و 5 حذف شده
  1. 9 0
      docs/README.md
  2. 1 1
      docs/django.md
  3. 1 1
      docs/extends.md
  4. 1 1
      docs/install.md
  5. 1 1
      docs/rails.md
  6. 1 1
      docs/wordpress.md

+ 9 - 0
docs/README.md

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

+ 1 - 1
docs/django.md

@@ -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)

+ 1 - 1
docs/extends.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)

+ 1 - 1
docs/install.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)

+ 1 - 1
docs/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)

+ 1 - 1
docs/wordpress.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)