Unlike mediawiki dokuwiki uses a folder based approach for storing it's content. In the url for example this page will be /doku.php?id=wiki:layout
The wiki:layout
represents the path to the page with the :
acting as a directory seperator.
Lets say I want to creat e a page within tools:woodworking:bandsaw
/doku.php?id=tools:woodworking:bandsaw
If I want to delete the page,
This will cause it to not show in the menu and be deleted.
If I want to create a page that can be visited by clicking on the folder in the index menu. Then I just need to end the name of the page with :start
So for example tools:woodworking:start
If you create a page called sidebar
at any point within the directory structure. Then this will override the default sidebar on the left hand side with the menu.
Typically the default root sidebar is hidden in the menu, but you can navigate to it via /doku.php?id=sidebar
The contents is the indexmenu plugin for showing page navigation.
{{indexmenu>:|navbar js#wb.png}}