Merge branch 'sa-restructure-documentation' of github.com:hashicorp/consul into sa-restructure-documentation

pull/14153/head
Sarah Alsmiller 2022-08-05 10:18:15 -05:00
commit 60108c860a
3 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ The following outline shows how to format the configurations in the `GatewayClas
This topic provides details about the configuration parameters. This topic provides details about the configuration parameters.
### consul ### consul
Specifies configurations that enable an instance of Consul API Gateway to interact with Consul Specifies configurations that enable an instance of Consul API Gateway to interact with Consul.
* Type: object * Type: object
* Required: optional * Required: optional

View File

@ -81,7 +81,7 @@ consul-api-gateway 0.1.0
## Error Messages ## Error Messages
This topic provides information about potential error messages associated with Consul API Gateway. If your receive an error message that does not appear in this section, refer to the following resources: This topic provides information about potential error messages associated with Consul API Gateway. If you receive an error message that does not appear in this section, refer to the following resources:
* [Common Consul errors](/docs/troubleshoot/common-errors#common-errors-on-kubernetes) * [Common Consul errors](/docs/troubleshoot/common-errors#common-errors-on-kubernetes)
* [Consul troubleshooting guide](/docs/troubleshoot/common-errors) * [Consul troubleshooting guide](/docs/troubleshoot/common-errors)
@ -131,5 +131,5 @@ Consul API Gateway generates this error when the required CRD files have not bee
The installation process typically fails after this error message is generated. The installation process typically fails after this error message is generated.
**Recommended Action:** **Recommended Action:**
Install the required CRDs by using the command in Step 1 of the [Consul API Gateway installation instructions](/docs/api-gateway/consul-api-gateway-install) and then retry installing Consul API Gateway. Install the required CRDs by using the command in Step 1 of the [Consul API Gateway installation instructions](/docs/api-gateway/install#installation) and then retry installing Consul API Gateway.

View File

@ -1275,7 +1275,7 @@ module.exports = [
}, },
{ {
source: '/docs/api-gateway/common-errors', source: '/docs/api-gateway/common-errors',
destination: '/docs/api-gateway/usage/basic-usage#Common_Error_Messages', destination: '/docs/api-gateway/usage#error-messages',
permanent: true, permanent: true,
}, },
{ {