Skip to content

Commit 202c551

Browse files
authored
Fix invalid YAML example (#468)
This also adds the .command class to that code block.
1 parent a63b8eb commit 202c551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs.kosli.com/content/getting_started/policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Once you create a policy, you will be able to see it in the UI under `policies`
5858

5959
A Policy is declaratively defined according to the following schema:
6060

61-
```yaml
61+
```yaml {.command}
6262
_schema: https://kosli.com/schemas/policy/environment/v1
6363

64-
artifacts
64+
artifacts:
6565
provenance:
6666
required: true | false (default = false)
6767
exceptions: (default [])

0 commit comments

Comments
 (0)