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",
|
"title": "Dashboards",
|
||||||
"type": "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": [
|
"panels": [
|
||||||
|
@ -10889,4 +10901,4 @@
|
||||||
"title": "Synapse",
|
"title": "Synapse",
|
||||||
"uid": "000000012",
|
"uid": "000000012",
|
||||||
"version": 100
|
"version": 100
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue