docs: Redirect mesh-gateway page to new location

The mesh gateway docs at /docs/connect/gateways/mesh-gateway were
moved in #11859 to a new location in order to accommodate the addition
of separate instructions for using gateways with admin partitions.

This commit redirects the old mesh gateway page to its new location at
/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters.
This commit is contained in:
Blake Covarrubias 2022-01-06 13:03:31 -08:00 committed by Blake Covarrubias
parent c9735476a7
commit 048d9b69ba
1 changed files with 8 additions and 1 deletions

View File

@ -114,7 +114,14 @@ module.exports = [
{ source: '/configuration', destination: '/', permanent: true },
{
source: '/docs/connect/mesh(_|-)gateway',
destination: '/docs/connect/gateways/mesh-gateway',
destination:
'/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
permanent: true,
},
{
source: '/docs/connect/gateways/mesh-gateway',
destination:
'/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
permanent: true,
},
{