From 09a220702b23e12e7f4e7375cfdb8e0a51410996 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 13 Jul 2022 16:39:42 +0200 Subject: [PATCH] remove deprecated projects from TOC and add redirects This patch: - moves the kitematic, machine, and toolbox stubs to a "deprecated" directory (to remove clutter at the root of the repository) - adds "redirect_to" to each of them to redirect them to the Docker Desktop homepage - removes the "superseded projects" from the TOC Signed-off-by: Sebastiaan van Stijn --- _data/toc.yaml | 8 -------- kitematic/index.md => deprecated/kitematic.md | 2 ++ machine/index.md => deprecated/machine.md | 2 ++ toolbox/index.md => deprecated/toolbox.md | 2 ++ 4 files changed, 6 insertions(+), 8 deletions(-) rename kitematic/index.md => deprecated/kitematic.md (94%) rename machine/index.md => deprecated/machine.md (98%) rename toolbox/index.md => deprecated/toolbox.md (96%) diff --git a/_data/toc.yaml b/_data/toc.yaml index 06b8510bd8..28e31b6b1c 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1590,11 +1590,3 @@ manuals: title: Getting help - path: /release-notes/ title: Release notes -- sectiontitle: Superseded products and tools - section: - - path: /machine/ - title: Docker Machine (deprecated) - - path: /toolbox/ - title: Docker Toolbox (deprecated) - - path: /kitematic/ - title: Kitematic (deprecated) diff --git a/kitematic/index.md b/deprecated/kitematic.md similarity index 94% rename from kitematic/index.md rename to deprecated/kitematic.md index 56016d3d7a..fb371cd82e 100644 --- a/kitematic/index.md +++ b/deprecated/kitematic.md @@ -2,7 +2,9 @@ description: Kitematic userguide (deprecated) keywords: kitematic, deprecated title: Kitematic (deprecated) +redirect_to: /desktop/ redirect_from: +- /kitematic/ - /kitematic/faq/ - /kitematic/known-issues/ - /kitematic/minecraft-server/ diff --git a/machine/index.md b/deprecated/machine.md similarity index 98% rename from machine/index.md rename to deprecated/machine.md index c087d01c83..abfffe2e36 100644 --- a/machine/index.md +++ b/deprecated/machine.md @@ -2,7 +2,9 @@ description: Docker Machine keywords: docker, machine title: Docker Machine +redirect_to: /desktop/ redirect_from: +- /machine/ - /machine/overview/ - /machine/AVAILABLE_DRIVER_PLUGINS/ - /machine/DRIVER_SPEC/ diff --git a/toolbox/index.md b/deprecated/toolbox.md similarity index 96% rename from toolbox/index.md rename to deprecated/toolbox.md index 7c0f8dbbee..d8038fa898 100644 --- a/toolbox/index.md +++ b/deprecated/toolbox.md @@ -3,10 +3,12 @@ description: Docker Desktop for Windows and Docker Toolbox keywords: windows, alpha, beta, toolbox, docker-machine, tutorial sitemap: false title: Docker Toolbox +redirect_to: /desktop/ redirect_from: - /docker-for-mac/docker-toolbox/ - /docker-for-windows/docker-toolbox/ - /mackit/docker-toolbox/ +- /toolbox/ - /toolbox/faqs/ - /toolbox/faqs/troubleshoot/ - /toolbox/overview/