Skip to content

Commit 72003de

Browse files
committed
Merge pull request #1020 from bfirsh/move-docs-index-higher-up-on-compose-docs
Move docs index higher up on index page
2 parents a0db5be + 178c50d commit 72003de

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ Compose has commands for managing the whole lifecycle of your application:
5050
* Stream the log output of running services
5151
* Run a one-off command on a service
5252

53+
## Compose documentation
54+
55+
- [Installing Compose](install.md)
56+
- [Command line reference](cli.md)
57+
- [Yaml file reference](yml.md)
58+
- [Compose environment variables](env.md)
59+
- [Compose command line completion](completion.md)
5360

5461
## Quick start
5562

@@ -180,10 +187,4 @@ your services once you've finished with them:
180187

181188
At this point, you have seen the basics of how Compose works.
182189

183-
## Compose documentation
184190

185-
- [Installing Compose](install.md)
186-
- [Command line reference](cli.md)
187-
- [Yaml file reference](yml.md)
188-
- [Compose environment variables](env.md)
189-
- [Compose command line completion](completion.md)

0 commit comments

Comments
 (0)