diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 18:46:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 18:46:32 -0400 |
commit | bc7381c4f9f76cbef6bef27cc382a8246b58a4f7 (patch) | |
tree | 30d1f252573f704eb27a09c48b96f2f0b0dda5ce /doc/plugins/listdirectives.mdwn | |
parent | 9921a4a8a1a696ce69acce5e14943f0149d926ff (diff) | |
download | ikiwiki-bc7381c4f9f76cbef6bef27cc382a8246b58a4f7.tar ikiwiki-bc7381c4f9f76cbef6bef27cc382a8246b58a4f7.tar.gz |
listdirectives: Enable use of the directives underlay.
Diffstat (limited to 'doc/plugins/listdirectives.mdwn')
-rw-r--r-- | doc/plugins/listdirectives.mdwn | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/plugins/listdirectives.mdwn b/doc/plugins/listdirectives.mdwn index 2f6691345..2939ff0ee 100644 --- a/doc/plugins/listdirectives.mdwn +++ b/doc/plugins/listdirectives.mdwn @@ -1,9 +1,15 @@ [[!template id=plugin name=listdirectives author="Will"]] [[!tag type/meta]] -This plugin provides the [[ikiwiki/directive/linkmap]] [[ikiwiki/directive]]. -The linkmap directive inserts a list of currently available directives into the page. +This plugin provides the [[ikiwiki/directive/linkmap]] +[[ikiwiki/directive]], which inserts a list of currently available +directives into the page. -Each directive links to a wiki page with the same name. The location of the -pages in the wiki can be controlled via the `directive_description_dir` -setting in the setup file. +Each directive links to a wiki page with the same name, that should +document that directive. The location of these pages can be controlled via +the `directive_description_dir` setting in the setup file, the default is +"ikiwiki/directive/foo". + +When this plugin is enabled, it enables the directives underlay, which +contains documentation about all the directives included in plugins shipped +with ikiwiki. This adds about 200 kb to the size of your wiki. |