Skip to content

Commit

Permalink
Merge pull request #12811 from hashicorp/japple-rename-apigw-install-doc
Browse files Browse the repository at this point in the history
Docs: Rename and re-title docs page for installing Consul API Gateway
  • Loading branch information
Jeff-Apple authored Apr 18, 2022
2 parents b55a71b + d2c07a3 commit c90315a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/api-gateway/common-errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 5 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
]

0 comments on commit c90315a

Please sign in to comment.