]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/goodstuff/discussion.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / goodstuff / discussion.mdwn
index 0ad95c00a2d7acda4149dad07d4340b5c3c857d4..dd4a413459f737aaa895a17758d9d501609b39dc 100644 (file)
@@ -1 +1,7 @@
-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:
+
+ <pre># plugins to add to the default configuration
+    add_plugins => ['goodstuff'],     
+</pre>