]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
web commit by http://svend.myopenid.com/: Submit bug.
[ikiwiki.git] / doc / bugs / Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
1 If sandbox/page.mdwn has been generated and sandbox/sidebar.mdwn is created, the sidebar is only added to sandbox and none of the subpages. --[[TaylorKillian]]
2
3 > Yes, a known bug. As noted in the code: --[[Joey]]
4
5         # FIXME: This isn't quite right; it won't take into account
6         # adding a new sidebar page. So adding such a page
7         # currently requires a wiki rebuild.
8         add_depends($page, $sidebar_page);
9