]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove special case for shortcuts
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Sep 2008 21:08:26 +0000 (17:08 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 11 Sep 2008 21:08:26 +0000 (17:08 -0400)
If shortcuts are enabled, the shortcut directive will appear on the list,
and I think that's good enough.

doc/ikiwiki/directive.mdwn

index 4ab9a2076489377ea6fd0ab24ccf33659c5cca17..93549cb1ab40fa988eaaec67456f97b5f915a280 100644 (file)
@@ -38,14 +38,8 @@ using the older syntax, if the `prefix_directives` option is not enabled.
 For backward compatibility with existing wikis, this option currently
 defaults to off, so ikiwiki supports the old syntax.
 
-[[!if test="enabled(shortcut)" then="""
-The [[/ikiwiki/directive/shortcut]] directive allows defining simple wikilinks to
-remote wikis.  See the [[shortcuts]] page for a list of these shortcuts.
-"""]]
-
 [[!if test="enabled(listdirectives)" then="""
-Here is a list of available (non-[[shortcut|shortcuts]]) directives:
+Here is a list of available directives:
 
 [[!listdirectives]]
 """]]
-