diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 15:30:08 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-16 15:30:08 -0500 |
commit | 65e9fbf6e98e0bf5525c39273f0327c0a122276f (patch) | |
tree | 9ac305c62d3f899633622b4c1b25c1a25ee3bfcf /doc | |
parent | 03fe40cdc5c55bafd0f3b9058fb985e66a872aab (diff) | |
download | ikiwiki-65e9fbf6e98e0bf5525c39273f0327c0a122276f.tar ikiwiki-65e9fbf6e98e0bf5525c39273f0327c0a122276f.tar.gz |
add example of a map showing page descriptions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/map.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/map.mdwn b/doc/ikiwiki/directive/map.mdwn index 09c95a0c9..4b6499547 100644 --- a/doc/ikiwiki/directive/map.mdwn +++ b/doc/ikiwiki/directive/map.mdwn @@ -13,6 +13,8 @@ the [[meta]] directive). For example: \[[!map pages="* and !blog/* and !*/Discussion" show=title]] + \[[!map pages="* and !blog/* and !*/Discussion" show=description]] + Hint: To limit the map to displaying pages less than a certain level deep, use a [[ikiwiki/PageSpec]] like this: `pages="* and !*/*/*"` |