From 2eaec0061b27f6e22f1aaae17defed10c8cd0130 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Fri, 30 Jun 2023 05:55:44 +0000 Subject: [PATCH 1/2] backport of commit 1c8b71521297965bf04034caed10d29586084447 --- website/content/docs/api-gateway/usage/usage.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/docs/api-gateway/usage/usage.mdx b/website/content/docs/api-gateway/usage/usage.mdx index b9b864ce234a..bb9d699617dc 100644 --- a/website/content/docs/api-gateway/usage/usage.mdx +++ b/website/content/docs/api-gateway/usage/usage.mdx @@ -22,11 +22,11 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [ - ```yaml - apiGateway: - enabled: true - managedGatewayClass: - ``` + ```yaml + apiGateway: + enabled: true + managedGatewayClass: + ``` @@ -35,7 +35,7 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [ Issue the `kubectl apply` command to implement the configurations: ```shell-session - $ kubectl apply -f gateway.yaml routes.yaml + $ kubectl apply -f gateway.yaml routes.yaml ``` From 83c1198ae55f45137bdbec162f79839f11ba5d5a Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Fri, 30 Jun 2023 06:00:51 +0000 Subject: [PATCH 2/2] backport of commit 0d690d9eb6d6f29bb2771f59c1a3c707360d92a5 --- website/content/docs/api-gateway/usage/usage.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/api-gateway/usage/usage.mdx b/website/content/docs/api-gateway/usage/usage.mdx index bb9d699617dc..e815d21c5fda 100644 --- a/website/content/docs/api-gateway/usage/usage.mdx +++ b/website/content/docs/api-gateway/usage/usage.mdx @@ -34,9 +34,9 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [ Issue the `kubectl apply` command to implement the configurations: - ```shell-session - $ kubectl apply -f gateway.yaml routes.yaml - ``` +```shell-session +$ kubectl apply -f gateway.yaml routes.yaml +```