From 4fe971a0d524b02ac356a407667fff1bf09aa49d Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 27 Mar 2025 13:44:58 +0000 Subject: [PATCH] ENGDOCS-2505 (#22323) ## Description addresses 404 issues https://docs.google.com/spreadsheets/d/1yjQsYd-uBEuPaEZFRfuFbkla1xn7UBnIkfCJp8DcxYM/edit?gid=0#gid=0 ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- 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 c8d68c2526..4a4f87660f 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 3dcd843be5..596d27adb6 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 d99a39fc60..5fbe2748f0 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 a36cce0889..60ed541a15 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 ---