From 77856d090bed27d0fbd81b918dd182fa00a87f6a Mon Sep 17 00:00:00 2001 From: steaksauce- Date: Sat, 13 Oct 2018 22:16:47 -0500 Subject: [PATCH] Removed reference to plugin_api.md (SDK Readme) on the development page as the file that it points to no longer exists. This addresses an open issue on the grafana.org repo --- docs/sources/plugins/developing/development.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/plugins/developing/development.md b/docs/sources/plugins/developing/development.md index 58c3154d09f..48410b06732 100644 --- a/docs/sources/plugins/developing/development.md +++ b/docs/sources/plugins/developing/development.md @@ -60,7 +60,6 @@ and [apps]({{< relref "apps.md" >}}) plugins in the documentation. The Grafana SDK is quite small so far and can be found here: - [SDK file in Grafana](https://github.com/grafana/grafana/blob/master/public/app/plugins/sdk.ts) -- [SDK Readme](https://github.com/grafana/grafana/blob/master/public/app/plugins/plugin_api.md) The SDK contains three different plugin classes: PanelCtrl, MetricsPanelCtrl and QueryCtrl. For plugins of the panel type, the module.js file should export one of these. There are some extra classes for [data sources]({{< relref "datasources.md" >}}).