From fea1b5240e3d8bbbdeb627213b82968620493c1b Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Thu, 12 May 2022 17:30:46 +0200 Subject: [PATCH] hide the compose completion page until it's available for v2 Signed-off-by: Guillaume Lours --- _data/toc.yaml | 2 -- compose/gettingstarted.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index d65c934dcd0e..1159ed6f9835 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -914,8 +914,6 @@ reference: title: Overview of docker-compose CLI - path: /compose/reference/envvars/ title: CLI environment variables - - path: /compose/completion/ - title: Command-line completion - path: /compose/reference/build/ title: docker-compose build - path: /compose/reference/config/ diff --git a/compose/gettingstarted.md b/compose/gettingstarted.md index 4d1e30c2ab2a..b89538dc31ba 100644 --- a/compose/gettingstarted.md +++ b/compose/gettingstarted.md @@ -329,7 +329,7 @@ services. For example, to see what environment variables are available to the $ docker-compose run web env ``` -See `docker-compose --help` to see other available commands. You can also install [command completion](completion.md) for the bash and zsh shell, which also shows you available commands. +See `docker-compose --help` to see other available commands. If you started Compose with `docker-compose up -d`, stop your services once you've finished with them: