From 29c83c0eb450af4858af4798a1ad3bd7d6412a79 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Tue, 21 Jun 2022 15:37:26 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tu Nguyen --- .../content/docs/api-gateway/upgrade-specific-versions.mdx | 4 ++-- .../content/docs/release-notes/consul-api-gateway/v0_3_x.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/docs/api-gateway/upgrade-specific-versions.mdx b/website/content/docs/api-gateway/upgrade-specific-versions.mdx index 9c900a9124..c2d69b869a 100644 --- a/website/content/docs/api-gateway/upgrade-specific-versions.mdx +++ b/website/content/docs/api-gateway/upgrade-specific-versions.mdx @@ -48,7 +48,7 @@ Ensure that the following requirements are met prior to upgrading: ``` - If you have any active `Gateways`, you will receive output similar to the following response. The output has been truncated to show only relevant fields: + If you have any active `Gateways`, you will receive output similar to the following response. The output has been truncated to show only relevant fields: ```yaml apiVersion: v1 @@ -392,7 +392,7 @@ Ensure that the following requirements are met prior to upgrading: ## Standard Upgrade --> **NOTE** When you see `VERSION` in examples of commands or configuration settings, replace `VERSION` with the version number of the release you are installing, like `0.2.0`. If there is a lower case "v" in front of `VERSION` the version number needs to follow the "v" as is `v0.2.0` +~> **Note:** When you see `VERSION` in examples of commands or configuration settings, replace `VERSION` with the version number of the release you are installing, like `0.2.0`. If there is a lower case "v" in front of `VERSION` the version number needs to follow the "v" as is `v0.2.0` ### Requirements diff --git a/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx b/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx index 598808616d..7d6bf7ba30 100644 --- a/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx +++ b/website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx @@ -23,7 +23,7 @@ description: >- per `gateway` to all `gateways` in that `gatewayClass`. The minimum and maximum settings will override settings configured on any given `gateway`. - Note: There is a hard limit of eight (8) instances per `gateway` and it can + ~> **Note:** There is a hard limit of eight (8) instances per `gateway` and it can not be overridden. This hard limit will probably be increased in the future. - **Cross Namespace Reference Policies for Certificates:** @@ -54,6 +54,6 @@ For detailed information on upgrading, please refer to the [upgrade details page The changelogs for this major release version and any maintenance versions are listed below. --> **Note**: These links will take you to the changelogs on the GitHub website. +~> **Note:** The following link will take you to the changelogs on the GitHub website. - [0.3.0](https://github.com/hashicorp/consul-api-gateway/releases/tag/v0.3.0)