Docs: Add Default column to generated schema docs (#64550)
Docs: Add column to generated schema docs
This commit is contained in:
@@ -13,16 +13,16 @@ title: AlertGroupsPanelCfg kind
|
||||
|
||||
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|----------------|-------------------------|----------|-------------|
|
||||
| `PanelOptions` | [object](#paneloptions) | **Yes** | |
|
||||
| Property | Type | Required | Default | Description |
|
||||
|----------------|-------------------------|----------|---------|-------------|
|
||||
| `PanelOptions` | [object](#paneloptions) | **Yes** | | |
|
||||
|
||||
### PanelOptions
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|----------------|---------|----------|-------------------------------------------------------------|
|
||||
| `alertmanager` | string | **Yes** | Name of the alertmanager used as a source for alerts |
|
||||
| `expandAll` | boolean | **Yes** | Expand all alert groups by default |
|
||||
| `labels` | string | **Yes** | Comma-separated list of values used to filter alert results |
|
||||
| Property | Type | Required | Default | Description |
|
||||
|----------------|---------|----------|---------|-------------------------------------------------------------|
|
||||
| `alertmanager` | string | **Yes** | | Name of the alertmanager used as a source for alerts |
|
||||
| `expandAll` | boolean | **Yes** | | Expand all alert groups by default |
|
||||
| `labels` | string | **Yes** | | Comma-separated list of values used to filter alert results |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user