mirror of https://github.com/docker/docs.git
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 <github@gone.nl>
This commit is contained in:
parent
38fec0d159
commit
09a220702b
|
@ -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)
|
||||
|
|
|
@ -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/
|
|
@ -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/
|
|
@ -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/
|
Loading…
Reference in New Issue