diff --git a/website/redirects.js b/website/redirects.js index 5deb7617cc97..1fe298651508 100644 --- a/website/redirects.js +++ b/website/redirects.js @@ -67,4 +67,144 @@ module.exports = [ destination: '/consul/docs/k8s/deployment-configurations/multi-cluster', permanent: true, }, + { + source: '/consul/docs/connect/registration/service-registration', + destination: '/consul/docs/connect/proxies/proxy-config-reference', + permanent: true, + }, + { + source: '/consul/docs/connect/registration', + destination: '/consul/docs/connect/proxies/', + permanent: true, + }, + { + source: '/consul/docs/connect/registration/sidecar-service', + destination: '/consul/docs/connect/proxies/deploy-sidecar-services', + permanent: true, + }, + { + source: '/consul/docs/ecs/terraform/install', + destination: '/consul/docs/ecs/deploy/terraform', + permanent: true, + }, + { + source: '/consul/docs/ecs/terraform/secure-configuration', + destination: '/consul/docs/ecs/deploy/terraform', + permanent: true, + }, + { + source: '/consul/docs/ecs/terraform/migrate-existing-tasks', + destination: '/consul/docs/ecs/deploy/migrate-existing-tasks', + permanent: true, + }, + { + source: '/consul/docs/ecs/manual/install', + destination: '/consul/docs/ecs/deploy/manual', + permanent: true, + }, + { + source: '/consul/docs/ecs/manual/secure-configuration', + destination: '/consul/docs/ecs/deploy/manual', + permanent: true, + }, + { + source: '/consul/docs/ecs/manual/acl-controller', + destination: '/consul/docs/ecs/deploy/manual', + permanent: true, + }, + { + source: '/consul/docs/ecs/task-resource-usage', + destination: '/consul/docs/ecs/tech-specs', + permanent: true, + }, + { + source: '/consul/docs/ecs/requirements', + destination: '/consul/docs/ecs/tech-specs', + permanent: true, + }, + { + source: '/consul/docs/ecs/configuration-reference', + destination: '/consul/docs/ecs/reference/configuration-reference', + permanent: true, + }, + { + source: '/consul/docs/ecs/compatibility', + destination: '/consul/docs/ecs/reference/compatibility', + permanent: true, + }, + { + source: '/consul/docs/connect/gateways/api-gateway/usage', + destination: + '/consul/docs/connect/gateways/api-gateway/deploy/listeners-vms', + permanent: true, + }, + { + source: '/consul/docs/agi-gateway', + destination: '/consul/docs/connect/gateways/agi-gateway', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/install', + destination: '/consul/docs/connect/gateways/api-gateway/deploy/install-k8s', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/usage/reroute-http-requests', + destination: + '/consul/docs/connect/gateways/api-gateway/define-routes/reroute-http-requests', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/usage/route-to-peered-services', + destination: + '/consul/docs/connect/gateways/api-gateway/route-to-peered-services', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/usage/errors', + destination: '/consul/docs/connect/gateways/api-gateway/errors', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/usage/usage', + destination: + '/consul/docs/connect/gateways/api-gateway/deploy/listeners-k8s', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/upgrades', + destination: '/consul/docs/connect/gateways/api-gateway/upgrades-k8s', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/configuration/', + destination: '/consul/docs/connect/gateways/api-gateway/configuration/', + permanent: true, + }, + { + source: '/consul/docs/api-gateway/configuration/:slug', + destination: + '/consul/docs/connect/gateways/api-gateway/configuration/:slug', + permanent: true, + }, + { + source: '/consul/docs/connect/failover', + destination: '/consul/docs/connect/manage-traffic/failover', + permanent: true, + }, + { + source: '/consul/docs/connect/l7', + destination: '/consul/docs/connect/manage-traffic', + permanent: true, + }, + { + source: '/consul/docs/connect/l7/:slug', + destination: '/consul/docs/connect/manage-traffic/:slug', + permanent: true, + }, + { + source: '/consul/docs/v1.8.x/connect/config-entries/:slug', + destination: '/consul/docs/v1.8.x/agent/config-entries/:slug', + permanent: true, + }, ]