mirror of https://github.com/hashicorp/consul
Add redirects for mesh-gateway docs (#18377)
parent
89aac4b098
commit
0a48a24a2f
|
@ -67,4 +67,11 @@ module.exports = [
|
||||||
'/consul/docs/dynamic-app-config/kv#using-sentinel-to-apply-policies-for-consul-kv',
|
'/consul/docs/dynamic-app-config/kv#using-sentinel-to-apply-policies-for-consul-kv',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source:
|
||||||
|
'/consul/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
|
||||||
|
destination:
|
||||||
|
'/consul/docs/k8s/deployment-configurations/multi-cluster',
|
||||||
|
permanent: true,
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue