hide the compose completion page until it's available for v2

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2022-05-12 17:30:46 +02:00
parent f28c257f11
commit fea1b5240e
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -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/

View File

@ -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: