Home
last modified time | relevance | path

Searched +full:sidebar -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/data/pages/wiki/
H A Dwelcome.txt14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php14 $hasSidebar = page_findnearest($conf['sidebar']);
37 <nav id="dokuwiki__aside" aria-label="<?php echo $lang['sidebar']
39 <h3 class="toggle"><?php echo $lang['sidebar'] ?></h3>
43 <?php tpl_include_page($conf['sidebar'], true, true) ?>
H A Dscript.js50 // toc and sidebar hiding
73 // increase sidebar length to match content (desktop mode only)
H A Dstyle.ini82 ; site and sidebar widths
/dokuwiki/conf/
H A Ddokuwiki.php21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
/dokuwiki/lib/tpl/dokuwiki/css/
H A Ddesign.less201 /* sidebar
209 /* make sidebar more condensed */
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php90 $meta['sidebar'] = ['string'];