]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - underlays/basewiki/directive/listdirectives.mdwn
Move the directive documentation into its own underlay, separate from basewiki,...
[www/ikiwiki.git] / underlays / basewiki / directive / listdirectives.mdwn
diff --git a/underlays/basewiki/directive/listdirectives.mdwn b/underlays/basewiki/directive/listdirectives.mdwn
deleted file mode 100644 (file)
index 0564159..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-The `listdirectives` directive is supplied by the [[!iki plugins/listdirectives]] plugin.
-
-This directive generates a list of available
-[[directives|ikiwiki/directive]].
-
-       \[[!listdirectives]]
-
-There is one optional keyword argument, `generated`.  Normally the
-`listdirectives` directive will list all built in directives and directives
-directly registered by plugins.  With this keyword, `listdirectives` will
-also list directives generated later.  For example, all [[shortcuts]] are
-directives generated in turn by the `shortcut` directive.  They will only
-be listed if the `generated` argument is supplied.
-
-    \[[!listdirectives generated]]
-
-This extended list is often quite long, and often contains many
-undocumented directives.
-
-[[!meta robots="noindex, follow"]]