Skip to content

Commit

Permalink
Backport of Add redirects for mesh-gateway docs into release/1.15.x (#…
Browse files Browse the repository at this point in the history
…18379)

* no-op commit due to failed cherry-picking

* resolve merge conflicts

---------

Co-authored-by: temp <temp@hashicorp.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 4, 2023
1 parent 6ba25f7 commit afc7cd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,16 @@ module.exports = [
'/consul/docs/connect/cluster-peering/usage/establish-cluster-peering',
permanent: true,
},
{
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',
permanent: true,
},
]

0 comments on commit afc7cd1

Please sign in to comment.