From c0450107e80a749dc53697a858738e4633b08bc7 Mon Sep 17 00:00:00 2001 From: Sunmin Lee <134378502+sunm2n@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:17:15 +0900 Subject: [PATCH] docs: restore /docker-for-windows/troubleshoot/ alias The alias was removed in #25115 along with seven others on this page, as old and unused based on traffic analysis. It still receives inbound traffic that the analysis would not have shown as a working path: the VS Code documentation links to /docker-for-windows/troubleshoot/#volumes, and readers following that link get a 404. Restore only this one alias. The other seven removed in #25115 also 404, but no inbound links were found for them. Signed-off-by: Sunmin Lee <134378502+sunm2n@users.noreply.github.com> --- .../desktop/troubleshoot-and-support/troubleshoot/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md index 92905bcf363..fdbef6e6446 100644 --- a/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md +++ b/content/manuals/desktop/troubleshoot-and-support/troubleshoot/_index.md @@ -7,6 +7,7 @@ toc_max: 2 title: Troubleshoot Docker Desktop linkTitle: Troubleshoot and diagnose aliases: + - /docker-for-windows/troubleshoot/ - /desktop/troubleshoot/overview/ - /desktop/troubleshoot/ tags: [Troubleshooting]