mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Minor wording changes for plugin signing docs (#64615)
Minor wording changes
This commit is contained in:
parent
50ef183208
commit
f9b9041ad8
@ -6,7 +6,7 @@ Tooling for modern web development can be tricky to wrap your head around. While
|
||||
|
||||
Grafana [create-plugin tool](https://www.npmjs.com/package/@grafana/create-plugin) is a CLI application that simplifies Grafana plugin development, so that you can focus on code. The tool scaffolds a starter plugin and all the required configuration for you.
|
||||
|
||||
1. In the plugin directory, create a plugin from template using create-plugin. Select `datasource` when asked the kind of plugin:
|
||||
1. In the plugin directory, create a plugin from template using create-plugin. When prompted for the kind of plugin, select `datasource`:
|
||||
|
||||
```
|
||||
npx @grafana/create-plugin@latest
|
||||
|
@ -42,7 +42,7 @@ In this tutorial, you'll:
|
||||
|
||||
To build a backend for your data source plugin, Grafana requires a binary that it can execute when it loads the plugin during start-up. In this guide, we will build a binary using the [Grafana plugin SDK for Go](/docs/grafana/latest/developers/plugins/backend/grafana-plugin-sdk-for-go/).
|
||||
|
||||
The easiest way to get started is to use the Grafana [create-plugin tool](https://www.npmjs.com/package/@grafana/create-plugin). Navigate to the plugin folder that you configured in step 1 and type:
|
||||
The easiest way to get started is to use the Grafana [create-plugin tool](https://www.npmjs.com/package/@grafana/create-plugin). Navigate to the plugin folder that you configured in step 1 and enter:
|
||||
|
||||
```
|
||||
npx @grafana/create-plugin@latest
|
||||
|
Loading…
Reference in New Issue
Block a user