Remove duplicate redirects

This commit is contained in:
Blake Covarrubias 2022-01-10 17:05:39 -08:00
parent 54b37823bc
commit 03b57c9e6c
1 changed files with 1 additions and 21 deletions

View File

@ -119,7 +119,7 @@ module.exports = [
permanent: true,
},
{
source: '/docs/connect/gateways/mesh-gateway',
source: '/docs/connect/gateways/mesh-gateway(s?)',
destination:
'/docs/connect/gateways/mesh-gateway/service-to-service-traffic-datacenters',
permanent: true,
@ -265,11 +265,6 @@ module.exports = [
destination: '/docs/install/glossary',
permanent: true,
},
{
source: '/docs/connect/gateways/mesh-gateways',
destination: '/docs/connect/gateways/mesh-gateway',
permanent: true,
},
{
source: '/docs/faq',
destination: '/docs/troubleshoot/faq',
@ -1234,26 +1229,11 @@ module.exports = [
destination: '/docs/download-tools',
permanent: true,
},
{
source: '/docs/k8s/ambassador',
destination: '/docs/k8s/connect/ambassador',
permanent: true,
},
{
source: '/docs/agent/config-entries/:path',
destination: '/docs/connect/config-entries/:path*',
permanent: true,
},
{
source: '/docs/partnerships',
destination: '/docs/integrate/partnerships',
permanent: true,
},
{
source: '/docs/k8s/installation/overview',
destination: '/docs/k8s/installation/install',
permanent: true,
},
{
source: '/docs/k8s/installation/multi-cluster/overview',
destination: '/docs/k8s/installation/multi-cluster',