mirror of https://github.com/docker/compose.git
Cleanup doc reference links.
Removed 'Compose command line completion' and 'Compose environment variables' from the list. command line completion is linked to from install docs, and environment variables are deprecated. Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
94e6727831
commit
cd48a7026a
|
@ -66,4 +66,3 @@ Enjoy working with Compose faster and with less typos!
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
|
|
|
@ -131,5 +131,3 @@ example, run `docker-compose up` and in another terminal run:
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -41,9 +41,5 @@ Fully qualified container name, e.g. `DB_1_NAME=/myapp_web_1/myapp_db_1`
|
|||
|
||||
- [User guide](/)
|
||||
- [Installing Compose](install.md)
|
||||
- [Get started with Django](django.md)
|
||||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -360,4 +360,3 @@ locally-defined bindings taking precedence:
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -55,8 +55,6 @@ Compose has commands for managing the whole lifecycle of your application:
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
||||
## Quick start
|
||||
|
||||
|
@ -218,14 +216,3 @@ like-minded individuals, we have a number of open channels for communication.
|
|||
* To contribute code or documentation changes: please submit a [pull request on Github](https://github.com/docker/compose/pulls).
|
||||
|
||||
For more information and resources, please visit the [Getting Help project page](https://docs.docker.com/project/get-help/).
|
||||
|
||||
## Where to go next
|
||||
|
||||
- [Installing Compose](install.md)
|
||||
- [Get started with Django](django.md)
|
||||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -117,5 +117,3 @@ To uninstall Docker Compose if you installed using `pip`:
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -91,5 +91,3 @@ guide</a>.
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -129,5 +129,3 @@ That's it. Your app should now be running on port 3000 on your Docker daemon. If
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -81,9 +81,4 @@ it failed. Defaults to 60 seconds.
|
|||
|
||||
- [User guide](/)
|
||||
- [Installing Compose](install.md)
|
||||
- [Get started with Django](django.md)
|
||||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -100,5 +100,3 @@ database containers. If you're using [Docker Machine](https://docs.docker.com/ma
|
|||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
|
@ -418,5 +418,3 @@ dollar sign (`$$`).
|
|||
- [Get started with Rails](rails.md)
|
||||
- [Get started with WordPress](wordpress.md)
|
||||
- [Command line reference](/reference)
|
||||
- [Compose environment variables](env.md)
|
||||
- [Compose command line completion](completion.md)
|
||||
|
|
Loading…
Reference in New Issue