mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
The compose cli reference section contained links to all compose commands, but all of them were redirects to the "compose" section in the Docker CLI reference. This patch: - removes the duplicated navigation - changes the Docker Compose CLI reference section into a link to the new location - moves the "overview" and "environment variables" pages inside the new section (this page should possibly be merged into the CLI overview, which lists all environment variables). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>