mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 13:22:20 +08:00

* Fix broken links to create-plugin docs * Typo fix * Fix additional broken link * Fix additional links
28 lines
796 B
Markdown
28 lines
796 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/get-started/)
|
|
- [Types of Grafana plugins](/docs/grafana/latest/administration/plugin-management/)
|
|
- [Set up your development environment](https://grafana.github.io/plugin-tools/docs/get-started/set-up-development-environment)
|