mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 10:22:17 +08:00
docs: update references to deprecated plugins (#71569)
* docs: update plugin management 2 of the 3 panels were deprecated and should no longer be referenced. Picked two recently updated panels to replace. * docs: update create app Remove reference to deprecated worldmap panel
This commit is contained in:
@ -194,9 +194,9 @@ If you want to let users know that your app requires an existing plugin, you can
|
||||
"plugins": [
|
||||
{
|
||||
"type": "panel",
|
||||
"name": "Worldmap Panel",
|
||||
"id": "grafana-worldmap-panel",
|
||||
"version": "^0.3.2"
|
||||
"name": "Clock Panel",
|
||||
"id": "grafana-clock-panel",
|
||||
"version": "^2.1.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user