Files
grafana/docs/sources/developers/plugins/get-started-with-plugins/_index.md
grafana-delivery-bot[bot] 01d5395e63 [v10.1.x] docs: fix broken links (#72585)
docs: fix broken links (#72582)

* docs: fix broken link

To reflect changes on plugin-tools site

* fix more links

(cherry picked from commit d250927850)

Co-authored-by: David Harris <david.harris@grafana.com>
2023-07-31 11:23:45 +01:00

28 lines
775 B
Markdown

---
description: Get started with Grafana plugin development.
keywords:
- grafana
- plugins
- plugin
- documentation
labels:
products:
- enterprise
- oss
menuTitle: Get started with plugins
title: Get started with Grafana plugin development
weight: 200
---
# Get started with Grafana plugin development
This section contains guidance for building plugins:
- [Develop with local Grafana]({{< relref "./development-with-local-grafana.md" >}})
Additional resources:
- [Get started with creating a plugin](https://grafana.github.io/plugin-tools/docs/getting-started)
- [Types of Grafana plugins](/docs/grafana/latest/administration/plugin-management/)
- [Set up your development environment](https://grafana.github.io/plugin-tools/docs/development/docker)