Initial commit

This commit is contained in:
Justin DiRose 2019-06-28 11:27:39 -05:00
commit 6add4cfc5f
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
en:
site_settings:
knowledge_base_enabled: "Enable the Knowledge Base Plugin"

4
config/settings.yml Normal file
View File

@ -0,0 +1,4 @@
plugins:
knowledge_base_enabled:
default: false
client: true

8
plugin.rb Normal file
View File

@ -0,0 +1,8 @@
# name: discourse-knowledge-base
# about: A plugin to make it easy to find knowledge base articles in Discourse
# version: 0.1
# author: Justin DiRose
# license:
# url:
enabled_site_setting :knowledge_base_enabled