Skip to content

Commit

Permalink
fix formatting codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen committed Jun 30, 2023
1 parent 2af6bc4 commit 1c8b715
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/content/docs/api-gateway/usage/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [

<CodeBlockConfig hideClipboard filename="values.yaml">

```yaml
apiGateway:
enabled: true
managedGatewayClass:
```
```yaml
apiGateway:
enabled: true
managedGatewayClass:
```
</CodeBlockConfig>
Expand All @@ -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
```


Expand Down

0 comments on commit 1c8b715

Please sign in to comment.