Skip to content

Commit

Permalink
docs: update min grafana version (#1136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sympatheticmoose authored Sep 25, 2024
1 parent 700f7b4 commit 96f0284
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/get-started/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Grafana plugin tools work with the following operating systems:

### Supported Grafana version

We generally recommend that you build for a version of Grafana later than v9.0. For more information about requirements and dependencies when developing with Grafana, see the [Grafana developer's guide](https://github.com/grafana/grafana/blob/main/contribute/developer-guide.md).
We generally recommend that you build for a version of Grafana later than v10.0. For more information about requirements and dependencies when developing with Grafana, see the [Grafana developer's guide](https://github.com/grafana/grafana/blob/main/contribute/developer-guide.md).

### Recommended tooling

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In this tutorial, you'll:

#### Prerequisites

- Grafana v9.0 or later
- Grafana v10.0 or later
- [Docker](https://docs.docker.com/get-docker/)
- Go ([Version](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/templates/backend/go.mod#L3))
- [Mage](https://magefile.org/)
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/tutorials/build-a-data-source-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In this tutorial, you'll:

### Prerequisites

- Grafana v9.0 or later
- Grafana v10.0 or later
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js

## Create a new plugin
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/tutorials/build-a-panel-plugin-with-d3.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In this tutorial, you'll:

### Prerequisites

- Grafana v9.0 or later
- Grafana v10.0 or later
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js

## Create a new plugin
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/tutorials/build-a-panel-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For more information about panels, refer to the documentation on [Panels](https:

### Prerequisites

- Grafana v9.0 or later
- Grafana v10.0 or later
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js

## Create a new plugin
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/tutorials/build-an-app-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ App plugins can be displayed in the [navigation menu](#add-a-page-in-the-navigat

### Prerequisites

- Grafana v9.0 or later
- Grafana v10.0 or later
- [LTS](https://nodejs.dev/en/about/releases/) version of Node.js

## Create a new app plugin
Expand Down

0 comments on commit 96f0284

Please sign in to comment.