From c16b36fbf1abe617bcccd9ca7bd39bf0839b0aaf Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Wed, 5 Jul 2023 17:22:48 -0400 Subject: [PATCH] Add redirects introduced by docs reorganization PR #27703 rearranged some docs pages without adding redirects. This change corrects the missing redirects. --- docs/config.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs/config.json b/docs/config.json index e88ea882e97f8..dd38f3b417c75 100644 --- a/docs/config.json +++ b/docs/config.json @@ -2624,6 +2624,51 @@ "source": "/get-started/", "destination": "/", "permanent": true + }, + { + "source": "/management/join-services-to-your-cluster/", + "destination": "/agents/join-services-to-your-cluster/", + "permanent": true + }, + { + "source": "/management/join-services-to-your-cluster/aws-ec2/", + "destination": "/agents/join-services-to-your-cluster/aws-ec2/", + "permanent": true + }, + { + "source": "/management/join-services-to-your-cluster/aws-iam/", + "destination": "/agents/join-services-to-your-cluster/aws-iam/", + "permanent": true + }, + { + "source": "/management/join-services-to-your-cluster/azure/", + "destination": "/agents/join-services-to-your-cluster/azure/", + "permanent": true + }, + { + "source": "/management/join-services-to-your-cluster/gcp/", + "destination": "/agents/join-services-to-your-cluster/gcp/", + "permanent": true + }, + { + "source": "/management/join-services-to-your-cluster/join-token/", + "destination": "/agents/join-services-to-your-cluster/join-token/", + "permanent": true + }, + { + "source": "/management/join-services-to-your-cluster/kubernetes/", + "destination": "/agents/join-services-to-your-cluster/kubernetes/", + "permanent": true + }, + { + "source": "/management/guides/teleport-operator/", + "destination": "/management/dynamic-resources/teleport-operator/", + "permanent": true + }, + { + "source": "/management/guides/terraform-provider/", + "destination": "/management/dynamic-resources/terraform-provider/", + "permanent": true } ] }