mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:12:54 +08:00
links: updated links from grafana.net to grafana.com
This commit is contained in:
@ -13,7 +13,7 @@ This guide has two parts. The first part describes the metadata and the second p
|
||||
|
||||
## Metadata
|
||||
|
||||
The plugin metadata consists of a plugin.json file and the README.md file. These two files are used by Grafana and Grafana.net.
|
||||
The plugin metadata consists of a plugin.json file and the README.md file. These two files are used by Grafana and Grafana.com.
|
||||
|
||||
### Plugin.json (mandatory)
|
||||
|
||||
|
@ -19,7 +19,7 @@ The plugin.json file is mandatory for all plugins. When Grafana starts it will s
|
||||
| id | unique name of the plugin - [conventions described in styleguide]({{< relref "code-styleguide.md" >}}) |
|
||||
| type | panel/datasource/app |
|
||||
| name | Human readable name of the plugin |
|
||||
| info.description | Description of plugin. Used for searching grafana net plugins |
|
||||
| info.description | Description of plugin. Used for searching grafana.com plugins |
|
||||
| info.author | |
|
||||
| info.keywords | plugin keywords. Used for search on grafana net|
|
||||
| info.logos | link to project logos |
|
||||
|
@ -17,7 +17,7 @@ Grafana already have a strong community of contributors and plugin developers.
|
||||
By making it easier to develop and install plugins we hope that the community
|
||||
can grow even stronger and develop new plugins that we would never think about.
|
||||
|
||||
To discover plugins checkout the official [Plugin Repository](https://grafana.net/plugins).
|
||||
To discover plugins checkout the official [Plugin Repository](https://grafana.com/plugins).
|
||||
|
||||
# Installing plugins
|
||||
|
||||
|
Reference in New Issue
Block a user