From bf6be0419fcb738702a946b3ed64e42f539cf7bb Mon Sep 17 00:00:00 2001 From: aevesdocker Date: Thu, 27 Mar 2025 11:17:58 +0000 Subject: [PATCH] ENGDOCS-2505 --- content/manuals/compose/install/linux.md | 1 + content/manuals/engine/logging/configure.md | 1 + content/manuals/engine/storage/volumes.md | 1 + content/reference/cli/docker/compose/config.md | 1 + 4 files changed, 4 insertions(+) diff --git a/content/manuals/compose/install/linux.md b/content/manuals/compose/install/linux.md index c8d68c2526d5..4a4f87660fe9 100644 --- a/content/manuals/compose/install/linux.md +++ b/content/manuals/compose/install/linux.md @@ -11,6 +11,7 @@ linkTitle: Plugin aliases: - /compose/compose-plugin/ - /compose/compose-linux/ +- /compose/install/compose-plugin/ weight: 10 --- diff --git a/content/manuals/engine/logging/configure.md b/content/manuals/engine/logging/configure.md index 3dcd843be5d9..596d27adb611 100644 --- a/content/manuals/engine/logging/configure.md +++ b/content/manuals/engine/logging/configure.md @@ -10,6 +10,7 @@ aliases: - /engine/admin/logging/logentries/ - /engine/admin/logging/overview/ - /config/containers/logging/configure/ + - /config/containers/ --- Docker includes multiple logging mechanisms to help you get information from diff --git a/content/manuals/engine/storage/volumes.md b/content/manuals/engine/storage/volumes.md index d99a39fc606d..5fbe2748f0ef 100644 --- a/content/manuals/engine/storage/volumes.md +++ b/content/manuals/engine/storage/volumes.md @@ -13,6 +13,7 @@ aliases: - /engine/userguide/dockervolumes/ - /engine/admin/volumes/volumes/ - /storage/volumes/ + - /engine/admin/volumes/backing-up/ --- Volumes are persistent data stores for containers, created and managed by diff --git a/content/reference/cli/docker/compose/config.md b/content/reference/cli/docker/compose/config.md index a36cce088952..60ed541a15e3 100644 --- a/content/reference/cli/docker/compose/config.md +++ b/content/reference/cli/docker/compose/config.md @@ -6,6 +6,7 @@ aliases: - /compose/reference/config/ - /engine/reference/commandline/compose_convert/ - /engine/reference/commandline/compose_config/ +- /compose/config/ layout: cli ---