https://www.dokuwiki.org/template:navigation
http://www.jandecaluwe.com/testwiki/doku.php/navigation:intro
Put the sidebar
template directory in the lib/tpl
directory alongside the default template. Then, add the following to your conf/local.php
file:
$conf['template'] = 'sidebar';
If you want a tagline, you can define it as follows:
$conf['tagline'] = 'Your own tagline';
The content of the sidebar is defined in a page called sidebar
. You can use a sidebar
page per namespace. You have to define the page in a normal wiki way if it doesn't exist yet. (Hint: in DokuWiki, simply searching for the page makes it easy to create it.) The template searches for the sidebar page first in the current namespace, and then higher on if none was found. If no sidebar page is found, the index is displayed by default.