2014-08-22 11:02:08 +02:00
|
|
|
<?php
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
|
|
|
|
/* @var $this \Icinga\Application\Modules\Module */
|
|
|
|
|
2014-09-02 10:21:56 +02:00
|
|
|
$section = $this->menuSection($this->translate('Documentation'), array(
|
|
|
|
'title' => 'Documentation',
|
2014-11-13 20:08:58 +01:00
|
|
|
'icon' => 'book',
|
2014-08-22 11:02:08 +02:00
|
|
|
'url' => 'doc',
|
2014-11-13 15:56:34 +01:00
|
|
|
'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,
|
2014-08-22 11:02:08 +02:00
|
|
|
));
|