Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit e9a4fdc

Browse files
authored
Update Readme (#45)
1 parent a294707 commit e9a4fdc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Dashboard](https://github.com/VolkovLabs/volkovlabs-abc-panel/raw/main/src/img/dashboard.png)
44

5-
![Grafana 10](https://img.shields.io/badge/Grafana-10.0-orange)
5+
![Grafana 10](https://img.shields.io/badge/Grafana-10.1-orange)
66
![CI](https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/CI/badge.svg)
77
![E2E](https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/E2E/badge.svg)
88
[![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
1818

1919
## Requirements
2020

21-
- **Grafana 9**, and **Grafana 10** are required for major version 3.
22-
- **Grafana 8.5+** and **Grafana 9** are required for major version 2.
23-
- **Grafana 8** is required for major version 1.
21+
- Version 3.X requires Grafana 9 or Grafana 10.
22+
- Version 2.X requires Grafana 8.5 or Grafana 9.
23+
- Version 1.X requires Grafana 8.
2424

2525
## Getting Started
2626

@@ -39,7 +39,7 @@ npm run build
3939
3. Sign the plugins if required
4040

4141
```bash
42-
export GRAFANA_API_KEY=erfdfsgfs==
42+
export GRAFANA_ACCESS_POLICY_TOKEN=token==
4343
npm run sign
4444
```
4545

@@ -51,7 +51,7 @@ npm run start
5151

5252
## Highlights
5353

54-
- Use `docker-compose` to start the development environment with provisioned data source and a dashboard.
54+
- Use `docker-compose` to start the development environment with provisioned data source and dashboard.
5555
- Provides unit and E2E test configuration.
5656
- Based on the latest version of Grafana and Grafana Tools.
5757
- 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
6666

6767
## Support
6868

69-
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and add a comment.
69+
- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and leave your comments.
7070
- Premium support for the development plugins is available via [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).
7171

7272
## License

0 commit comments

Comments
 (0)