Skip to content

Commit

Permalink
Backport of added redirect for conf entries 1.8.x into release/1.15.x (
Browse files Browse the repository at this point in the history
…#19464)

* no-op commit due to failed cherry-picking

* added redirect for conf entries 1.8.x (#19460)

fixed merge conflicts in redirect

---------

Co-authored-by: temp <temp@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 1, 2023
1 parent a0a9e4f commit b22a770
Showing 1 changed file with 140 additions and 0 deletions.
140 changes: 140 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]

0 comments on commit b22a770

Please sign in to comment.