From 4e9d62a2d75c79f3450781037e24b549dbd3eda6 Mon Sep 17 00:00:00 2001 From: "http://jeremiahfoster.com/" Date: Thu, 8 Jul 2010 16:09:32 +0000 Subject: --- doc/plugins/goodstuff/discussion.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/plugins/goodstuff/discussion.mdwn (limited to 'doc/plugins/goodstuff') diff --git a/doc/plugins/goodstuff/discussion.mdwn b/doc/plugins/goodstuff/discussion.mdwn new file mode 100644 index 000000000..0ad95c00a --- /dev/null +++ b/doc/plugins/goodstuff/discussion.mdwn @@ -0,0 +1 @@ +What is the syntax for enabling plugins in the setup file? -- cgit v1.2.3 From c4d22bdb75a8a0c924f6fe8fba19bffd25ebf640 Mon Sep 17 00:00:00 2001 From: "http://jeremiahfoster.com/" Date: Mon, 19 Jul 2010 09:15:30 +0000 Subject: Added example --- doc/plugins/goodstuff/discussion.mdwn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/plugins/goodstuff') 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'], -- cgit v1.2.3 From 011fb0b2e537f6185bb640e5d761c924bf38a154 Mon Sep 17 00:00:00 2001 From: "http://jeremiahfoster.com/" Date: Mon, 19 Jul 2010 09:16:09 +0000 Subject: --- doc/plugins/goodstuff/discussion.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/plugins/goodstuff') diff --git a/doc/plugins/goodstuff/discussion.mdwn b/doc/plugins/goodstuff/discussion.mdwn index 3ea5692a8..dd4a41345 100644 --- a/doc/plugins/goodstuff/discussion.mdwn +++ b/doc/plugins/goodstuff/discussion.mdwn @@ -2,5 +2,6 @@ Here is an example snippet from a working setup file: - # plugins to add to the default configuration - add_plugins => ['goodstuff'], +
# plugins to add to the default configuration
+    add_plugins => ['goodstuff'],     
+
-- cgit v1.2.3 From e50df5ea7601b6a1fc03994650ddff728aba7b57 Mon Sep 17 00:00:00 2001 From: "http://jeremiahfoster.com/" Date: Mon, 19 Jul 2010 09:16:32 +0000 Subject: --- doc/plugins/goodstuff/discussion.mdwn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/plugins/goodstuff') diff --git a/doc/plugins/goodstuff/discussion.mdwn b/doc/plugins/goodstuff/discussion.mdwn index dd4a41345..4ccea4ad4 100644 --- a/doc/plugins/goodstuff/discussion.mdwn +++ b/doc/plugins/goodstuff/discussion.mdwn @@ -2,6 +2,7 @@ Here is an example snippet from a working setup file: -
# plugins to add to the default configuration
-    add_plugins => ['goodstuff'],     
+ 
+   # plugins to add to the default configuration
+   add_plugins => ['goodstuff'],     
 
-- cgit v1.2.3