aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/map.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/plugins/map.mdwn b/doc/plugins/map.mdwn
index b164d5ca8..c257d365f 100644
--- a/doc/plugins/map.mdwn
+++ b/doc/plugins/map.mdwn
@@ -5,7 +5,15 @@ This plugin provides the [[ikiwiki/directive/map]] [[ikiwiki/directive]],
which generates a hierarchical page map for the wiki.
[[!if test="enabled(map)" then="""
-Here's an example map, for the plugins section of this wiki:
+This will create an a map, for the plugins section of this wiki:
+
+ \[[!map pages="(plugins or plugins/*) and !*/*/*"]]
+
+Example:
[[!map pages="(plugins or plugins/*) and !*/*/*"]]
+
+It's also possible to search for specific tags or links:
+
+ [[!map pages="todo/* and !todo/done and !link(todo/done)]]
"""]]