From 0e3d0c36f19078350640148dae5f195a4e7fe896 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 19 May 2020 16:16:38 +0200 Subject: [PATCH] more redirects for classic swarm - The index pages were not in the redirect (they were not in the TOC, but were published before, so could be indexed). - Added "redirect_from" pages that were in the pages that were removed. Signed-off-by: Sebastiaan van Stijn --- compose/index.md | 1 + engine/swarm/index.md | 44 +++++++++++++++++++++++++++---------------- 2 files changed, 29 insertions(+), 16 deletions(-) diff --git a/compose/index.md b/compose/index.md index b361f8627e..39bd7f395e 100644 --- a/compose/index.md +++ b/compose/index.md @@ -3,6 +3,7 @@ description: Introduction and Overview of Compose keywords: documentation, docs, docker, compose, orchestration, containers title: Overview of Docker Compose redirect_from: + - /compose/networking/swarm/ - /compose/overview/ - /compose/swarm/ --- diff --git a/engine/swarm/index.md b/engine/swarm/index.md index b7f861e559..35e17a16b1 100644 --- a/engine/swarm/index.md +++ b/engine/swarm/index.md @@ -3,34 +3,46 @@ description: Docker Engine swarm mode overview keywords: docker, container, cluster, swarm title: Swarm mode overview redirect_from: -- /swarm/overview/ +- /api/swarm-api/ +- /engine/userguide/networking/overlay-standalone-swarm/ +- /network/overlay-standalone.swarm/ +- /release-notes/docker-swarm/ +- /swarm/ +- /swarm/api/ +- /swarm/configure-tls/ +- /swarm/discovery/ - /swarm/get-swarm/ -- /swarm/release-notes/ -- /swarm/install-w-machine/ -- /swarm/plan-for-production/ - /swarm/install-manual/ -- /swarm/swarm_at_scale/about/ -- /swarm/swarm_at_scale/deploy-infra/ -- /swarm/swarm_at_scale/deploy-app/ -- /swarm/swarm_at_scale/troubleshoot/ +- /swarm/install-w-machine/ +- /swarm/multi-host-networking/ - /swarm/multi-manager-setup/ - /swarm/networking/ -- /swarm/multi-host-networking/ -- /swarm/discovery/ +- /swarm/overview/ +- /swarm/plan-for-production/ - /swarm/provision-with-machine/ -- /swarm/scheduler/filter/ -- /swarm/scheduler/rescheduling/ -- /swarm/scheduler/strategy/ -- /swarm/secure-swarm-tls/ -- /swarm/configure-tls/ +- /swarm/reference/ - /swarm/reference/create/ - /swarm/reference/help/ - /swarm/reference/join/ - /swarm/reference/list/ - /swarm/reference/manage/ - /swarm/reference/swarm/ +- /swarm/release-notes/ +- /swarm/scheduler/ +- /swarm/scheduler/filter/ +- /swarm/scheduler/rescheduling/ +- /swarm/scheduler/strategy/ +- /swarm/secure-swarm-tls/ - /swarm/status-code-comparison-to-docker/ -- /swarm/swarm-api/ +- /swarm/swarm-api/ +- /swarm/swarm_at_scale/ +- /swarm/swarm_at_scale/02-deploy-infra/ +- /swarm/swarm_at_scale/03-create-cluster/ +- /swarm/swarm_at_scale/04-deploy-app/ +- /swarm/swarm_at_scale/about/ +- /swarm/swarm_at_scale/deploy-app/ +- /swarm/swarm_at_scale/deploy-infra/ +- /swarm/swarm_at_scale/troubleshoot/ --- To use Docker in swarm mode, install Docker. See