From 3b8701a35d5753bfa53cf84caf5f05d5da97272a Mon Sep 17 00:00:00 2001 From: Marcus Olsson Date: Fri, 25 Sep 2020 16:47:52 +0200 Subject: [PATCH] Docs: Add reference to plugin examples (#27809) * Add reference to plugin examples * Remove unintended whitespace --- docs/sources/developers/plugins/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/developers/plugins/_index.md b/docs/sources/developers/plugins/_index.md index 61911173cfe..7012c7617f1 100644 --- a/docs/sources/developers/plugins/_index.md +++ b/docs/sources/developers/plugins/_index.md @@ -61,6 +61,10 @@ Deepen your knowledge through a series of high-level overviews of plugin concept Explore the many UI components in our [Grafana UI library](https://developers.grafana.com/ui). +### Examples + +For inspiration, check out our [plugin examples](https://github.com/grafana/grafana-plugin-examples). + ### API reference Learn more about Grafana options and packages.