diff --git a/public/app/features/styleguide/styleguide.html b/public/app/features/styleguide/styleguide.html
index 4bb0e8ac5a9..e573a0e3b09 100644
--- a/public/app/features/styleguide/styleguide.html
+++ b/public/app/features/styleguide/styleguide.html
@@ -49,6 +49,11 @@
+
+
From grafana 3.0 it's very easy to develop your own plugins and share them with other grafana users.
+
More information about plugin development can be found at docs.grafana.org
+
+
forms
diff --git a/public/app/features/styleguide/styleguide.ts b/public/app/features/styleguide/styleguide.ts
index dc5c5d94072..0397b7254a3 100644
--- a/public/app/features/styleguide/styleguide.ts
+++ b/public/app/features/styleguide/styleguide.ts
@@ -11,7 +11,7 @@ class StyleGuideCtrl {
buttonVariants = ['-', '-outline-'];
icons: any = [];
page: any;
- pages = ['colors', 'buttons', 'icons'];
+ pages = ['colors', 'buttons', 'icons', 'plugins'];
/** @ngInject **/
constructor(private $http, private $routeParams, private $location) {