From b36210d86c2afb8717e761a4b416939f04f37a24 Mon Sep 17 00:00:00 2001 From: Charles Chan Date: Tue, 7 Apr 2020 16:54:21 -0700 Subject: [PATCH] Re-order Compose TOC This makes more sense since environment variables and .env file is first mentioned in the section labelled "Environment variables in Compose" --- _data/toc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index dbe6ed440381..5d11fcdbbe42 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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/