modules/doc: restructure menu

Moved first hierarchy into the menu, added font style link

refs #6936
This commit is contained in:
Thomas Gelf 2014-11-13 15:56:34 +01:00
parent dedb348af9
commit c68f9502ea
1 changed files with 12 additions and 1 deletions

View File

@ -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,
));