Skip to content

Commit

Permalink
Fix formatting codeblocks on APIgw docs (#17970)
Browse files Browse the repository at this point in the history
* fix formatting codeblocks

* remove unnecessary indents
  • Loading branch information
im2nguyen authored Jun 30, 2023
1 parent 2af6bc4 commit 5b7f360
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions website/content/docs/api-gateway/usage/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ 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>
## Apply configurations
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
```


<!--- Commented out per https://github.com/hashicorp/consul/pull/11951/files#r791204596
Expand Down

0 comments on commit 5b7f360

Please sign in to comment.