Skip to content

Commit

Permalink
Add redirects introduced by docs reorganization (gravitational#28731)
Browse files Browse the repository at this point in the history
PR gravitational#27703 rearranged some docs pages without adding redirects. This
change corrects the missing redirects.
  • Loading branch information
ptgott authored Jul 7, 2023
1 parent 0062b2f commit 6ae0e86
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2629,6 +2629,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
}
]
}

0 comments on commit 6ae0e86

Please sign in to comment.