diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/goodstuff/discussion.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/plugins/goodstuff/discussion.mdwn b/doc/plugins/goodstuff/discussion.mdwn index 0ad95c00a..3ea5692a8 100644 --- a/doc/plugins/goodstuff/discussion.mdwn +++ b/doc/plugins/goodstuff/discussion.mdwn @@ -1 +1,6 @@ -What is the syntax for enabling plugins in the setup file? +### What is the syntax for enabling plugins in the setup file? + +Here is an example snippet from a working setup file: + + # plugins to add to the default configuration + add_plugins => ['goodstuff'], |