From 35e53ee511b0cd329448e878680983e58d5ab585 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 17 Mar 2016 15:13:16 +0100 Subject: [PATCH] docs(plugin): add info about enabling apps --- docs/sources/plugins/app.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/sources/plugins/app.md b/docs/sources/plugins/app.md index fcb1c556175..250af25c57d 100644 --- a/docs/sources/plugins/app.md +++ b/docs/sources/plugins/app.md @@ -10,7 +10,12 @@ page_keywords: grafana, plugins, documentation App plugins is a new kind of grafana plugin that can bundle datasource and panel plugins within one package. It also enable the plugin author to create custom pages within grafana. The custom pages enables the plugin author to include things like documentation, sign up forms or controlling other services using HTTP requests. -Datasource and panel plugins will show up like normal plugins. The custom pages will be available in the main menu. +Datasource and panel plugins will show up like normal plugins. The app pages will be available in the main menu. + + + +## Enabling app plugins +After installing an app it have to be enabled before it show up as an datasource or panel. You can do that on the app page in the config tab. ## README.md