Docs: Fix broken links to create-plugin docs (#72965)
* Fix broken links to create-plugin docs
* Typo fix
* Fix additional broken link
* Fix additional links
(cherry picked from commit eb6e19c7af)
Co-authored-by: Joseph Perez <45749060+josmperez@users.noreply.github.com>
1.1 KiB
1.1 KiB
description, keywords, labels, menuTitle, title, weight
| description | keywords | labels | menuTitle | title | weight | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| An index of how-to topics for Grafana plugin development. |
|
|
Develop a plugin | Develop a Grafana plugin | 100 |
Develop a Grafana plugin
This section contains how-to topics for developing Grafana plugins:
- [Build a panel plugin]({{< relref "./build-a-panel-plugin.md" >}})
- [Build a panel plugin with d3.js]({{< relref "./build-a-panel-plugin-with-d3.md" >}})
- [Build a data source plugin]({{< relref "./build-a-data-source-plugin.md" >}})
- [Build a data source backend plugin]({{< relref "./build-a-data-source-backend-plugin.md" >}})
- [Build a logs data source plugin]({{< relref "./build-a-logs-data-source-plugin.md" >}})
- [Build a streaming data source plugin]({{< relref "./build-a-streaming-data-source-plugin.md" >}})
- [Work with data frames]({{< relref "./working-with-data-frames.md" >}})
Additional resources: