From d24e53d155c9a51e2e514115709c29cab30bdaeb Mon Sep 17 00:00:00 2001 From: Jay Pfaffman Date: Mon, 16 Jul 2018 03:36:30 +0200 Subject: [PATCH] Edit: add link to official plugins list (#6087) --- docs/PLUGINS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index b07268c05cf..8cf2d332c77 100644 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -3,6 +3,8 @@ If you just want to get some plugins for your Discourse instance, check out [the plugin category](https://meta.discourse.org/c/plugin) at meta. This is the most up to date place for plugin discussion and listing. +If you want to be safe, use only plugins on this list of [Official Plugins](https://github.com/discourse/discourse/blob/master/lib/plugin/metadata.rb): + ### Discourse Plugin Tutorials * [Part One: Getting Started](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins/30515)