diff --git a/README.md b/README.md index 69f9b05..2adc348 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Dashboard](https://github.com/VolkovLabs/volkovlabs-abc-panel/raw/main/src/img/dashboard.png) -![Grafana 10](https://img.shields.io/badge/Grafana-10.0-orange) +![Grafana 10](https://img.shields.io/badge/Grafana-10.1-orange) ![CI](https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/CI/badge.svg) ![E2E](https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/E2E/badge.svg) [![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel/branch/main/graph/badge.svg)](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel) @@ -18,9 +18,9 @@ Generate a template with [https://github.com/VolkovLabs/volkovlabs-abc-panel/gen ## Requirements -- **Grafana 9**, and **Grafana 10** are required for major version 3. -- **Grafana 8.5+** and **Grafana 9** are required for major version 2. -- **Grafana 8** is required for major version 1. +- Version 3.X requires Grafana 9 or Grafana 10. +- Version 2.X requires Grafana 8.5 or Grafana 9. +- Version 1.X requires Grafana 8. ## Getting Started @@ -39,7 +39,7 @@ npm run build 3. Sign the plugins if required ```bash -export GRAFANA_API_KEY=erfdfsgfs== +export GRAFANA_ACCESS_POLICY_TOKEN=token== npm run sign ``` @@ -51,7 +51,7 @@ npm run start ## Highlights -- Use `docker-compose` to start the development environment with provisioned data source and a dashboard. +- Use `docker-compose` to start the development environment with provisioned data source and dashboard. - Provides unit and E2E test configuration. - Based on the latest version of Grafana and Grafana Tools. - Includes GitHub Actions for CI, E2E and Release. @@ -66,7 +66,7 @@ Follow along and have your first-panel plugin built and provisioned. We created ## Support -- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and add a comment. +- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and leave your comments. - Premium support for the development plugins is available via [GitHub Sponsor](https://github.com/sponsors/VolkovLabs). ## License