mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 09:31:31 -04:00
modules/doc: restructure menu
Moved first hierarchy into the menu, added font style link refs #6936
This commit is contained in:
parent
dedb348af9
commit
c68f9502ea
1 changed files with 12 additions and 1 deletions
|
|
@ -8,5 +8,16 @@ $section = $this->menuSection($this->translate('Documentation'), array(
|
|||
'title' => 'Documentation',
|
||||
'icon' => 'img/icons/comment.png',
|
||||
'url' => 'doc',
|
||||
'priority' => 80
|
||||
'priority' => 190
|
||||
));
|
||||
|
||||
$section->add('Icinga Web 2', array(
|
||||
'url' => 'doc/icingaweb/toc',
|
||||
));
|
||||
$section->add('Module documentations', array(
|
||||
'url' => 'doc/module',
|
||||
));
|
||||
$section->add($this->translate('Fonts'), array(
|
||||
'url' => 'doc/style/font',
|
||||
'priority' => 200,
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue