Merge pull request #14355 from hashicorp/consul-docs-ia-reshuffle

This commit is contained in:
Tu Nguyen 2022-08-28 14:31:23 -07:00 committed by GitHub
commit ec1286af10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 489 additions and 480 deletions

View File

@ -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

View File

@ -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,
}
]