aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://jeremiahfoster.com/ <jeremiah@web>2010-07-19 09:15:30 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-07-19 09:15:30 +0000
commitc4d22bdb75a8a0c924f6fe8fba19bffd25ebf640 (patch)
tree8750295826598d1a75d07d2e1930b6986c500df0
parent1e01ec26fe6d6d179934bfa69a55eaaf1a184464 (diff)
downloadikiwiki-c4d22bdb75a8a0c924f6fe8fba19bffd25ebf640.tar
ikiwiki-c4d22bdb75a8a0c924f6fe8fba19bffd25ebf640.tar.gz
Added example
-rw-r--r--doc/plugins/goodstuff/discussion.mdwn7
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'],