Merge pull request #12811 from hashicorp/japple-rename-apigw-install-doc
Docs: Rename and re-title docs page for installing Consul API Gateway
This commit is contained in:
commit
d44111091b
|
@ -64,4 +64,4 @@ Install the required CRDs by using the command in Step 1 of the [Consul API Gate
|
|||
--->
|
||||
[consul-common-errors]: /docs/troubleshoot/common-errors
|
||||
[troubleshooting]: https://learn.hashicorp.com/consul/day-2-operations/advanced-operations/troubleshooting
|
||||
[install-instructions]: /docs/api-gateway/api-gateway-usage#installation
|
||||
[install-instructions]: /docs/api-gateway/consul-api-gateway-install#installation
|
|
@ -1,17 +1,17 @@
|
|||
---
|
||||
layout: docs
|
||||
page_title: Consul API Gateway Usage
|
||||
page_title: Consul API Gateway Install
|
||||
description: >-
|
||||
Using Consul API gateway functionality
|
||||
Installing Consul API Gateway
|
||||
---
|
||||
|
||||
# Consul API Gateway Usage
|
||||
# Installing Consul API Gateway
|
||||
|
||||
This topic describes how to use the Consul API Gateway add-on module. It includes instructions for installation and configuration.
|
||||
|
||||
## Requirements
|
||||
|
||||
Refer to [Technical Specifications](/docs/api-gateway/tech-specs) for minimum software requirements.
|
||||
Ensure that the environment you are deploying Consul API Gateway in meets the requirements listed in the [Technical Specifications](/docs/api-gateway/tech-specs). This includes validating that the requirements for minimum versions of software are met.
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -305,7 +305,6 @@ spec:
|
|||
|
||||
</CodeBlockConfig>
|
||||
|
||||
|
||||
### MeshService
|
||||
|
||||
The `MeshService` configuration holds a reference to an externally-managed Consul service mesh service and can be used as a `backendRef` for a [`Route`](#route).
|
|
@ -382,8 +382,8 @@
|
|||
"path": "api-gateway"
|
||||
},
|
||||
{
|
||||
"title": "Usage",
|
||||
"path": "api-gateway/api-gateway-usage"
|
||||
"title": "Installation",
|
||||
"path": "api-gateway/consul-api-gateway-install"
|
||||
},
|
||||
{
|
||||
"title": "Technical Specifications",
|
||||
|
|
|
@ -1269,4 +1269,9 @@ module.exports = [
|
|||
destination: '/docs/agent/config',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs/api-gateway/api-gateway-usage',
|
||||
destination: '/docs/api-gateway/consul-api-gateway-install',
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue