From 1c8b71521297965bf04034caed10d29586084447 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Thu, 29 Jun 2023 22:55:44 -0700 Subject: [PATCH] fix formatting codeblocks --- 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 ```