diff options
author | simonraven <simonraven@web> | 2009-10-21 19:33:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-10-21 19:33:20 -0400 |
commit | c83f8b9b25fb170b0e91a4ece350f9c549f3b336 (patch) | |
tree | 791a18dcfbe482c52d07c7576ed5e041c0708c9c | |
parent | f9de9f22d89892152438d5a83cd2100daf97ce3e (diff) |
-rw-r--r-- | doc/bugs/pages_missing_top-level_directory.mdwn | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/doc/bugs/pages_missing_top-level_directory.mdwn b/doc/bugs/pages_missing_top-level_directory.mdwn index 0f967db44..974ea1179 100644 --- a/doc/bugs/pages_missing_top-level_directory.mdwn +++ b/doc/bugs/pages_missing_top-level_directory.mdwn @@ -22,5 +22,31 @@ I don't know if it's related to the fact that I have one ikiwiki install under a > /Policy/ and NOT /About/Policy" can you provide an example of what > source generates the link? -- [[Jon]] +>> No, a \[[map]] call, such as: +>> +>> (actual code)<br /> +>> = = = = =<br /> +>> \[[!map pages="About/*" show="title"]]<br /> +>> = = = = =<br /> +>> +>> The end result is:<br /> +>> (actual code) +>> +<pre> +<div class="map"> +<ul> +<li><a class="mapitem" href="./Policy/">Policy</a> +<ul> +<li><a class="mapitem" href="./Policy/Microblog/">Microblogging subscription policy</a> +</li> +</ul> +</li> +</ul> +</div> +</pre> + > I'm also confused about what is generating the links. The map directive? -> You? --[[Joey]] +> You? --[[Joey]] + +>> see above :) + |