mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Schemas: Add description to kinds metadata (#62638)
* add description to kinds * omit empty
This commit is contained in:
@@ -2,8 +2,9 @@ package kind
|
||||
|
||||
import "strings"
|
||||
|
||||
name: "Dashboard"
|
||||
maturity: "experimental"
|
||||
name: "Dashboard"
|
||||
maturity: "experimental"
|
||||
description: "A Grafana dashboard."
|
||||
|
||||
lineage: seqs: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user