Skip to content

Commit ff696e4

Browse files
authored
Update plugin.json (#283)
added the correct links so that i shows the valid documentation page, link to report issues Also able to get displayed at the grafana.com/plugins page
1 parent fe8de66 commit ff696e4

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

src/plugin.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,28 @@
1111
"annotations": true,
1212

1313
"info": {
14-
"description": "Show data from google sheets",
14+
"description": "The Google Sheets data source plugin for Grafana lets you to visualize your Google spreadsheets in Grafana",
1515
"author": {
1616
"name": "Grafana Labs",
1717
"url": "https://grafana.com"
1818
},
19-
"keywords": ["google", "sheets", "spreadsheets", "excel", "cloud provider"],
19+
"keywords": ["google", "sheets", "google sheets", "spreadsheets", "excel", "cloud provider", "google api", "analytics", "developer tools"],
2020
"logos": {
2121
"small": "img/sheets.svg",
2222
"large": "img/sheets.svg"
2323
},
2424
"links": [
25+
{
26+
"name": "Docs",
27+
"url": "https://grafana.com/docs/plugins/grafana-googlesheets-datasource/"
28+
},
2529
{
2630
"name": "Website",
2731
"url": "https://github.com/grafana/google-sheets-datasource"
32+
},
33+
{
34+
"name": "Report bug",
35+
"url": "https://github.com/grafana/google-sheets-datasource/issues"
2836
}
2937
],
3038
"screenshots": [

0 commit comments

Comments
 (0)