From 7008f1f2130f21d9261ccb57c18d191c42dfd373 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:10:10 -0800 Subject: [PATCH] add aliases for 404s (#21945) ## Description Add some aliases for some top 404s. https://heapanalytics.com/app/env/4204607514/graph/chart/Docs-Weekly-404-Errors-13539083 ## Related issues or tickets ## Reviews - [ ] Editorial review Signed-off-by: Craig --- .../desktop/settings-and-maintenance/backup-and-restore.md | 2 +- content/manuals/desktop/setup/install/_index.md | 1 + .../manuals/desktop/troubleshoot-and-support/faqs/general.md | 1 + .../manuals/desktop/troubleshoot-and-support/faqs/linuxfaqs.md | 1 + .../manuals/desktop/troubleshoot-and-support/faqs/macfaqs.md | 1 + content/manuals/engine/network/_index.md | 1 + content/manuals/engine/storage/drivers/_index.md | 1 + content/reference/compose-file/_index.md | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) diff --git a/content/manuals/desktop/settings-and-maintenance/backup-and-restore.md b/content/manuals/desktop/settings-and-maintenance/backup-and-restore.md index b985426334..bec9b9f232 100644 --- a/content/manuals/desktop/settings-and-maintenance/backup-and-restore.md +++ b/content/manuals/desktop/settings-and-maintenance/backup-and-restore.md @@ -4,7 +4,7 @@ keywords: Docker Desktop, backup, restore, migration, reinstall, containers, ima volumes weight: 20 aliases: - - /desktop/backup-and-restore.md + - /desktop/backup-and-restore/ --- Use the following procedure to save and restore your images and container data. This is useful if you want to reset your VM disk or to move your Docker environment to a new diff --git a/content/manuals/desktop/setup/install/_index.md b/content/manuals/desktop/setup/install/_index.md index 3b6650ef5c..44d7b98a8c 100644 --- a/content/manuals/desktop/setup/install/_index.md +++ b/content/manuals/desktop/setup/install/_index.md @@ -5,4 +5,5 @@ title: Install weight: 10 aliases: - /desktop/install/ +- /desktop/setup/install/ --- diff --git a/content/manuals/desktop/troubleshoot-and-support/faqs/general.md b/content/manuals/desktop/troubleshoot-and-support/faqs/general.md index 2a48392d84..e7ac429bf9 100644 --- a/content/manuals/desktop/troubleshoot-and-support/faqs/general.md +++ b/content/manuals/desktop/troubleshoot-and-support/faqs/general.md @@ -9,6 +9,7 @@ aliases: - /docker-for-mac/faqs/ - /docker-for-windows/faqs/ - /desktop/faqs/ +- /desktop/faqs/general/ weight: 10 --- diff --git a/content/manuals/desktop/troubleshoot-and-support/faqs/linuxfaqs.md b/content/manuals/desktop/troubleshoot-and-support/faqs/linuxfaqs.md index 0cd0dbc985..3f8729ba6e 100644 --- a/content/manuals/desktop/troubleshoot-and-support/faqs/linuxfaqs.md +++ b/content/manuals/desktop/troubleshoot-and-support/faqs/linuxfaqs.md @@ -6,6 +6,7 @@ linkTitle: Linux tags: [FAQ] aliases: - /desktop/linux/space/ +- /desktop/faqs/linuxfaqs/ weight: 40 --- diff --git a/content/manuals/desktop/troubleshoot-and-support/faqs/macfaqs.md b/content/manuals/desktop/troubleshoot-and-support/faqs/macfaqs.md index 84b109f4a2..e1129dbd0c 100644 --- a/content/manuals/desktop/troubleshoot-and-support/faqs/macfaqs.md +++ b/content/manuals/desktop/troubleshoot-and-support/faqs/macfaqs.md @@ -7,6 +7,7 @@ tags: [FAQ] aliases: - /desktop/mac/space/ - /docker-for-mac/space/ +- /desktop/faqs/macfaqs/ weight: 20 --- diff --git a/content/manuals/engine/network/_index.md b/content/manuals/engine/network/_index.md index 0ffc841b59..a16b5b8b02 100644 --- a/content/manuals/engine/network/_index.md +++ b/content/manuals/engine/network/_index.md @@ -7,6 +7,7 @@ keywords: networking, container, standalone, IP address, DNS resolution aliases: - /articles/networking/ - /config/containers/container-networking/ +- /engine/tutorials/networkingcontainers/ - /engine/userguide/networking/ - /engine/userguide/networking/configure-dns/ - /engine/userguide/networking/default_network/binding/ diff --git a/content/manuals/engine/storage/drivers/_index.md b/content/manuals/engine/storage/drivers/_index.md index 57bf355e7b..c624173093 100644 --- a/content/manuals/engine/storage/drivers/_index.md +++ b/content/manuals/engine/storage/drivers/_index.md @@ -6,6 +6,7 @@ weight: 40 aliases: - /storage/storagedriver/imagesandcontainers/ - /storage/storagedriver/ + - /engine/userguide/storagedriver/imagesandcontainers/ --- To use storage drivers effectively, it's important to know how Docker builds and diff --git a/content/reference/compose-file/_index.md b/content/reference/compose-file/_index.md index f29f59f402..2c24cfb413 100644 --- a/content/reference/compose-file/_index.md +++ b/content/reference/compose-file/_index.md @@ -36,6 +36,7 @@ aliases: - /compose/yaml/ - /compose/compose-file/compose-file-v1/ - /compose/compose-file/ + - /compose/reference/overview/ --- >**New to Docker Compose?**