fixed merge conflicts
This commit is contained in:
parent
48b9a0ff8c
commit
6ccf49ceea
|
@ -72,6 +72,74 @@ module.exports = [
|
||||||
destination: '/consul/docs/k8s/deployment-configurations/multi-cluster',
|
destination: '/consul/docs/k8s/deployment-configurations/multi-cluster',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/agi-gateway',
|
||||||
|
destination: '/consul/docs/connect/gateways/agi-gateway',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/install',
|
||||||
|
destination: '/consul/docs/connect/gateways/api-gateway/deploy/install-k8s',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/usage/reroute-http-requests',
|
||||||
|
destination:
|
||||||
|
'/consul/docs/connect/gateways/api-gateway/define-routes/reroute-http-requests',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/usage/route-to-peered-services',
|
||||||
|
destination:
|
||||||
|
'/consul/docs/connect/gateways/api-gateway/route-to-peered-services',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/usage/errors',
|
||||||
|
destination: '/consul/docs/connect/gateways/api-gateway/errors',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/usage/usage',
|
||||||
|
destination:
|
||||||
|
'/consul/docs/connect/gateways/api-gateway/deploy/listeners-k8s',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/upgrades',
|
||||||
|
destination: '/consul/docs/connect/gateways/api-gateway/upgrades-k8s',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/configuration/',
|
||||||
|
destination: '/consul/docs/connect/gateways/api-gateway/configuration/',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/api-gateway/configuration/:slug',
|
||||||
|
destination:
|
||||||
|
'/consul/docs/connect/gateways/api-gateway/configuration/:slug',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/connect/failover',
|
||||||
|
destination: '/consul/docs/connect/manage-traffic/failover',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/connect/l7',
|
||||||
|
destination: '/consul/docs/connect/manage-traffic',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/connect/l7/:slug',
|
||||||
|
destination: '/consul/docs/connect/manage-traffic/:slug',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: '/consul/docs/v1.8.x/connect/config-entries/:slug',
|
||||||
|
destination: '/consul/docs/v1.8.x/agent/config-entries/:slug',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
source: '/consul/docs/connect/registration/service-registration',
|
source: '/consul/docs/connect/registration/service-registration',
|
||||||
destination: '/consul/docs/connect/proxies/proxy-config-reference',
|
destination: '/consul/docs/connect/proxies/proxy-config-reference',
|
||||||
|
|
Loading…
Reference in New Issue