diff --git a/website/content/docs/api-gateway/usage/usage.mdx b/website/content/docs/api-gateway/usage/usage.mdx index b9b864ce234a..e815d21c5fda 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: + ``` @@ -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 +```