diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 17:08:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 17:08:26 -0400 |
commit | f33af231d222404a5b1ed4640a2ab63a68d6e0b7 (patch) | |
tree | 4e65a58bc4a4af943b40e4e4ddfc26e106615ef8 /doc/ikiwiki | |
parent | c69a7f758590c91bd137a8d1cfa99f37bf28045a (diff) |
remove special case for shortcuts
If shortcuts are enabled, the shortcut directive will appear on the list,
and I think that's good enough.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/directive.mdwn | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/ikiwiki/directive.mdwn b/doc/ikiwiki/directive.mdwn index 4ab9a2076..93549cb1a 100644 --- a/doc/ikiwiki/directive.mdwn +++ b/doc/ikiwiki/directive.mdwn @@ -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]] """]] - |