]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - 1.33.2/basewiki/subpage.mdwn
tagging version 1.33.2
[git.ikiwiki.info.git] / 1.33.2 / basewiki / subpage.mdwn
1 ikiwiki supports placing pages in a directory hierarchy. For example,
2 this page, [[SubPage]] has some related pages placed under it, like
3 [[SubPage/LinkingRules]]. This is a useful way to add some order to your
4 wiki rather than just having a great big directory full of pages.
6 To add a SubPage, just make a subdirectory and put pages in it. For
7 example, this page is SubPage.mdwn in this wiki's source, and there is also
8 a SubPage subdirectory, which contains SubPage/LinkingRules.mdwn. Subpages
9 can be nested as deeply as you'd like.
11 Linking to and from a SubPage is explained in [[LinkingRules]].