mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Merge pull request #1020 from bfirsh/move-docs-index-higher-up-on-compose-docs
Move docs index higher up on index page
This commit is contained in:
commit
72003de737
@ -50,6 +50,13 @@ Compose has commands for managing the whole lifecycle of your application:
|
|||||||
* Stream the log output of running services
|
* Stream the log output of running services
|
||||||
* Run a one-off command on a service
|
* Run a one-off command on a service
|
||||||
|
|
||||||
|
## Compose documentation
|
||||||
|
|
||||||
|
- [Installing Compose](install.md)
|
||||||
|
- [Command line reference](cli.md)
|
||||||
|
- [Yaml file reference](yml.md)
|
||||||
|
- [Compose environment variables](env.md)
|
||||||
|
- [Compose command line completion](completion.md)
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
@ -180,10 +187,4 @@ your services once you've finished with them:
|
|||||||
|
|
||||||
At this point, you have seen the basics of how Compose works.
|
At this point, you have seen the basics of how Compose works.
|
||||||
|
|
||||||
## Compose documentation
|
|
||||||
|
|
||||||
- [Installing Compose](install.md)
|
|
||||||
- [Command line reference](cli.md)
|
|
||||||
- [Yaml file reference](yml.md)
|
|
||||||
- [Compose environment variables](env.md)
|
|
||||||
- [Compose command line completion](completion.md)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user