Merge pull request #14355 from hashicorp/consul-docs-ia-reshuffle
This commit is contained in:
commit
ec1286af10
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: usecases
|
||||
description: >-
|
||||
Consul Service Mesh can be deployed on AWS ECS (Elastic Container Service).
|
||||
This section documents the official installation of Consul on ECS.
|
||||
---
|
||||
|
||||
lals
|
File diff suppressed because it is too large
Load Diff
|
@ -1288,4 +1288,24 @@ module.exports = [
|
|||
destination: '/docs/api-gateway/upgrades',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/api-gateway/upgrade-specific-versions',
|
||||
destination: '/docs/api-gateway/upgrades',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/intro/usecases/what-is-service-discovery',
|
||||
destination: '/docs/concepts/service-discovery',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/intro/usecases/what-is-a-service-mesh',
|
||||
destination: '/docs/concepts/service-mesh',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/download-tools',
|
||||
destination: '/docs/integrate/download-tools',
|
||||
permanent: true,
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue