Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,6 @@ manuals:
title: Engine 1.13 and earlier
- path: /engine/deprecated/
title: Deprecated features

- path: /buildx/working-with-buildx/
title: Docker Buildx
- path: /engine/context/working-with-contexts/
Expand All @@ -1399,13 +1398,20 @@ manuals:
title: Docker Scan
- path: /engine/sbom/
title: Docker SBOM (Experimental)

- sectiontitle: Docker Compose
section:
- path: /compose/
title: Overview of Docker Compose
- path: /compose/install/
title: Install Compose
- sectiontitle: Install Compose
section:
- path: /compose/install/
title: Install Docker Compose
- path: /compose/install/compose-desktop/
title: Install Compose plugin through Desktop
- path: /compose/install/compose-plugin/
title: Install Docker Compose Plugin
- path: /compose/install/uninstall/
title: Uninstall Docker Compose
- path: /compose/gettingstarted/
title: Getting started
- path: /compose/environment-variables/
Expand Down
2 changes: 1 addition & 1 deletion compose/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Enjoy working with Compose faster and with fewer typos!
## Compose documentation

- [User guide](index.md)
- [Installing Compose](install.md)
- [Installing Compose](install/index.md)
- [Command line reference](reference/index.md)
- [Compose file reference](compose-file/index.md)
- [Sample apps with Compose](samples-for-compose.md)
2 changes: 1 addition & 1 deletion compose/compose-file/compose-file-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ networks:
## Compose documentation

- [User guide](../index.md)
- [Installing Compose](../install.md)
- [Installing Compose](../install/index.md)
- [Compose file versions and upgrading](compose-versioning.md)
- [Sample apps with Compose](../samples-for-compose.md)
- [Command line reference](../reference/index.md)
2 changes: 1 addition & 1 deletion compose/compose-file/compose-file-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2760,7 +2760,7 @@ stack.
## Compose documentation

- [User guide](../index.md)
- [Installing Compose](../install.md)
- [Installing Compose](../install/index.md)
- [Compose file versions and upgrading](compose-versioning.md)
- [Sample apps with Compose](../samples-for-compose.md)
- [Command line reference](../reference/index.md)
2 changes: 1 addition & 1 deletion compose/compose-file/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2501,7 +2501,7 @@ for complex elements, interpolation MUST be applied _before_ merge on a per-file
## Compose documentation

- [User guide](../index.md)
- [Installing Compose](../install.md)
- [Installing Compose](../install/index.md)
- [Compose file versions and upgrading](compose-versioning.md)
- [Sample apps with Compose](../samples-for-compose.md)
- [Enabling GPU access with Compose](../gpu-support.md)
Expand Down
2 changes: 1 addition & 1 deletion compose/env-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ in your Compose file, and can also be used to define the following
## More Compose documentation

- [User guide](index.md)
- [Installing Compose](install.md)
- [Installing Compose](install/index.md)
- [Getting Started](gettingstarted.md)
- [Command line reference](reference/index.md)
- [Compose file reference](compose-file/index.md)
Expand Down
2 changes: 1 addition & 1 deletion compose/extends.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ services:
## Compose documentation

- [User guide](index.md)
- [Installing Compose](install.md)
- [Installing Compose](install/index.md)
- [Getting Started](gettingstarted.md)
- [Command line reference](reference/index.md)
- [Compose file reference](compose-file/index.md)
Expand Down
2 changes: 1 addition & 1 deletion compose/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GitHub](https://github.com/search?q=in%3Apath+docker-compose.yml+extension%3Ayml
## Compose documentation

- [User guide](index.md)
- [Installing Compose](install.md)
- [Installing Compose](install/index.md)
- [Getting Started](gettingstarted.md)
- [Command line reference](reference/index.md)
- [Compose file reference](compose-file/index.md)
Expand Down
2 changes: 1 addition & 1 deletion compose/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ understandable even if you're not familiar with it.
## Prerequisites

Make sure you have already installed both [Docker Engine](../get-docker.md)
and [Docker Compose](install.md). You don't need to install Python or Redis, as
and [Docker Compose](install/index.md). You don't need to install Python or Redis, as
both are provided by Docker images.

## Step 1: Setup
Expand Down
2 changes: 1 addition & 1 deletion compose/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Compose has commands for managing the whole lifecycle of your application:

If you rely on using Docker Compose as `docker-compose` (with a hyphen), you can
set up Compose V2 to act as a drop-in replacement of the previous `docker-compose`.
Refer to the [Installing Compose](install.md) section for detailed instructions.
Refer to the [Installing Compose](install/index.md) section for detailed instructions.

## Context of Docker Compose evolution

Expand Down
283 changes: 0 additions & 283 deletions compose/install.md

This file was deleted.

Loading