[v9.4.x] Docs: Pinning to latest for grafana plugin tools (#64141)

Docs: Pinning to latest for grafana plugin tools (#64140)

Pinning to latest for grafana plugin tools

(cherry picked from commit 92ee03db78)

Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2023-03-03 09:11:31 -05:00
committed by GitHub
parent bdf8b7531b
commit aa60a45f6b
6 changed files with 7 additions and 7 deletions
@@ -162,7 +162,7 @@ In this step, you'll add a data source to your app plugin. You can add panel plu
```bash
mkdir tmp
cd tmp
npx @grafana/create-plugin
npx @grafana/create-plugin@latest
```
1. Move the `src` directory in the data source plugin to `src/datasources`, and rename it to `my-datasource`.