Re-order Compose TOC (#10593)

This makes more sense since environment variables and .env file is first mentioned in the section labelled "Environment variables in Compose"
This commit is contained in:
Charles Chan 2020-04-14 23:17:47 -07:00 committed by GitHub
parent 9d865ebcb9
commit 3ad57b1bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1100,10 +1100,10 @@ manuals:
title: Getting started
- path: /compose/swarm/
title: Using Compose with Swarm
- path: /compose/env-file/
title: Environment file
- path: /compose/environment-variables/
title: Environment variables in Compose
- path: /compose/env-file/
title: Environment file
- path: /compose/extends/
title: Extend services in Compose
- path: /compose/networking/