From affd6c2b57eb54bda92276667629f03a806c88cd Mon Sep 17 00:00:00 2001 From: Gareth Dawson Date: Fri, 26 Jan 2024 12:54:20 +0000 Subject: [PATCH] avoid unnecessary words in cspell ignore list --- README.md | 2 +- cspell.config.json | 2 +- src/README.md | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a44c2c..a1a5df8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Before signing a plugin for the first time please consult the Grafana [plugin si 1. Create a [Grafana Cloud account](https://grafana.com/signup). 2. Make sure that the first part of the plugin ID matches the slug of your Grafana Cloud account. - - _You can find the plugin ID in the `plugin.json` file inside your plugin directory. For example, if your account slug is `acmecorp`, you need to prefix the plugin ID with `acmecorp-`._ + - _You can find the plugin ID in the `plugin.json` file inside your plugin directory. For example, if your account slug is `grafana`, you need to prefix the plugin ID with `grafana-`._ 3. Create a Grafana Cloud API key with the `PluginPublisher` role. 4. Keep a record of this API key as it will be required for signing a plugin diff --git a/cspell.config.json b/cspell.config.json index 4d26198..60b9716 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -23,5 +23,5 @@ // ignore single line imports "import\\s*.*\".*?\"" ], - "words": ["acmecorp", "datasource", "datasources", "grafana", "instancemgmt", "polystat", "volkovlabs", "yugabyte"] + "words": ["datasource", "grafana", "instancemgmt", "yugabyte"] } diff --git a/src/README.md b/src/README.md index 938b61c..43c1827 100644 --- a/src/README.md +++ b/src/README.md @@ -10,9 +10,6 @@ Yugabyte datasource plugin for grafana **BEFORE YOU BEGIN** - Ensure all links are absolute URLs so that they will work when the README is displayed within Grafana and Grafana.com -- Be inspired ✨ - - [grafana-polystat-panel](https://github.com/grafana/grafana-polystat-panel) - - [volkovlabs-variable-panel](https://github.com/volkovlabs/volkovlabs-variable-panel) **ADD SOME BADGES**