]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
Change Projects link to point to projects DB
[ikiwiki.git] / doc / bugs / Building_a_sidebar_does_not_regenerate_the_subpages.mdwn
index d0abeb7d91f630623ae90026586d704c78e2ca54..419292930404b49286967ea287ddeb619be0af91 100644 (file)
@@ -1 +1,8 @@
-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]]
\ No newline at end of file
+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]]
+
+> Yes, a known bug. As noted in the code: --[[Joey]]
+
+       # FIXME: This isn't quite right; it won't take into account
+       # adding a new sidebar page. So adding such a page
+       # currently requires a wiki rebuild.
+       add_depends($page, $sidebar_page);