Skip to content

Commit

Permalink
add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Aug 31, 2023
1 parent 8903c8c commit 67e3328
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,30 @@ module.exports = [
permanent: true,
},
{
source:
'/consul/docs/enterprise/sentinel',
source: '/consul/docs/enterprise/sentinel',
destination:
'/consul/docs/dynamic-app-config/kv#using-sentinel-to-apply-policies-for-consul-kv',
permanent: true,
},
{
source:
'/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
destination:
'/consul/docs/k8s/deployment-configurations/multi-cluster',
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,
}
},
]

0 comments on commit 67e3328

Please sign in to comment.