Merge pull request #2489 from poulinjulien/patch-1

docs: Fix list formatting
This commit is contained in:
Björn Rabenstein 2021-03-10 17:44:30 +01:00 committed by GitHub
commit 2d77eab99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Note that some fields are evaluated as text, and others as HTML which will affec
| ExternalURL | string | Backlink to the Alertmanager that sent the notification. |
The `Alerts` type exposes functions for filtering alerts:
- `Alerts.Firing` returns a list of currently firing alert objects in this group
- `Alerts.Resolved` returns a list of resolved alert objects in this group