diff --git a/README.md b/README.md index 3260735..2b0c900 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ Grafana doesn't supports Druid as a Data Source, this plugin aims to do so. ## Contribute -See [Contribute](CONTRIBUTE.md) +See [Contribute](https://github.com/grafadruid/druid-grafana/blob/master/CONTRIBUTE.md) diff --git a/src/img/screenshot-datasource.png b/src/img/screenshot-datasource.png new file mode 100644 index 0000000..0016b34 Binary files /dev/null and b/src/img/screenshot-datasource.png differ diff --git a/src/img/screenshot-panels.png b/src/img/screenshot-panels.png new file mode 100644 index 0000000..d5504a8 Binary files /dev/null and b/src/img/screenshot-panels.png differ diff --git a/src/img/screenshot-querybuilder.png b/src/img/screenshot-querybuilder.png new file mode 100644 index 0000000..e961303 Binary files /dev/null and b/src/img/screenshot-querybuilder.png differ diff --git a/src/img/screenshot-variables.png b/src/img/screenshot-variables.png new file mode 100644 index 0000000..8e720a0 Binary files /dev/null and b/src/img/screenshot-variables.png differ diff --git a/src/plugin.json b/src/plugin.json index fa66df7..6fa97c4 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -11,9 +11,7 @@ "author": { "name": "Grafadruid" }, - "keywords": [ - "druid" - ], + "keywords": ["druid"], "logos": { "small": "img/druid.svg", "large": "img/druid.svg" @@ -28,11 +26,17 @@ "url": "https://github.com/grafadruid/druid-grafana/blob/master/LICENSE" } ], - "screenshots": [], + "screenshots": [ + { "name": "datasource", "path": "img/screenshot-datasource.png" }, + { "name": "panels", "path": "img/screenshot-panels.png" }, + { "name": "query builder", "path": "img/screenshot-querybuilder.png" }, + { "name": "variables", "path": "img/screenshot-variables.png" } + ], "version": "%VERSION%", "updated": "%TODAY%" }, "dependencies": { + "grafanaDependency": ">=7.0.0", "grafanaVersion": "7.x.x", "plugins": [] }