fixed bad md syntax

This commit is contained in:
trujillo-adam 2021-12-22 11:40:26 -08:00
parent e5b3be0597
commit 52f429db26
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@ MeshGateway {
Mode = "local" Mode = "local"
} }
``` ```
```yaml ```yaml
Kind: proxy-defaults Kind: proxy-defaults
MeshGateway: MeshGateway:
@ -102,6 +103,7 @@ Name: global
The following `service-defaults` configuration will enable gateways for all Connect services with the name `web`. The following `service-defaults` configuration will enable gateways for all Connect services with the name `web`.
<CodeTabs heading="Example: Enabling gateways per service."> <CodeTabs heading="Example: Enabling gateways per service.">
```hcl ```hcl
Kind = "service-defaults" Kind = "service-defaults"
Name = "web" Name = "web"