Skip to content

Commit

Permalink
chore: add yaml syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Aug 14, 2024
1 parent d3d9f8a commit c412fa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mission-control/docs/notifications/events/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The default notification template used is:
```

Sample notification:
```
```yaml title="notification.yaml"
apiVersion: mission-control.flanksource.com/v1
kind: Notification
metadata:
Expand Down
2 changes: 1 addition & 1 deletion mission-control/docs/notifications/events/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The default notification template for state events is:
```

Sample notification:
```
```yaml title="notification.yaml"
apiVersion: mission-control.flanksource.com/v1
kind: Notification
metadata:
Expand Down
2 changes: 1 addition & 1 deletion mission-control/docs/notifications/events/health-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Health checks emit 2 events
```

Sample notification:
```
```yaml title="notification.yaml"
apiVersion: mission-control.flanksource.com/v1
kind: Notification
metadata:
Expand Down

0 comments on commit c412fa2

Please sign in to comment.