From bcb7eff6fa5c0e4a835f2823bfa7c23a16c39250 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 7 Mar 2016 12:16:52 +0100 Subject: [PATCH] docs(plugins): basic overview text --- docs/sources/plugins/overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/plugins/overview.md b/docs/sources/plugins/overview.md index 4863b4ee3f4..bb14b906e1a 100644 --- a/docs/sources/plugins/overview.md +++ b/docs/sources/plugins/overview.md @@ -6,5 +6,7 @@ page_keywords: grafana, plugins, documentation # Plugins -TODO +From Grafana 3.0 not only datsource plugins is supported but also panel plugins and apps. Having panels as plugins make it easy to create and add any kind of panel, to show your data or improve your favortie dashboards. Apps is something new in Grafana that enables bundling of datasources, panels that belongs together. + +Grafana allready 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.