docs(contrib): Add link to documentation in dashboard (#12602)
parent
18d6c18aa1
commit
77258b6725
|
@ -0,0 +1 @@
|
|||
Add link to documentation in Grafana Dashboard.
|
|
@ -66,6 +66,18 @@
|
|||
],
|
||||
"title": "Dashboards",
|
||||
"type": "dashboards"
|
||||
},
|
||||
{
|
||||
"asDropdown": false,
|
||||
"icon": "external link",
|
||||
"includeVars": false,
|
||||
"keepTime": false,
|
||||
"tags": [],
|
||||
"targetBlank": true,
|
||||
"title": "Synapse Documentation",
|
||||
"tooltip": "Open Documentation",
|
||||
"type": "link",
|
||||
"url": "https://matrix-org.github.io/synapse/latest/"
|
||||
}
|
||||
],
|
||||
"panels": [
|
||||
|
|
Loading…
Reference in New Issue