mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
de744fdc83
commit
fb28da8f23
@ -1,9 +1,19 @@
|
|||||||
<div class="controls"></div>
|
<div class="controls"></div>
|
||||||
<?= /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton() ?>
|
<?= /** @type \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton(); ?>
|
||||||
<h1><?= $this->translate('Available documentations') ?></h1>
|
<h1><?= $this->translate('Available documentations'); ?></h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?= $this->href('doc/icingaweb/toc') ?>">Icinga Web 2</a></li>
|
<li><?= $this->qlink(
|
||||||
<li><a href="<?= $this->href('doc/module/') ?>"><?= $this->translate('Module documentations') ?></a></li>
|
'Icinga Web 2',
|
||||||
|
'doc/icingaweb/toc',
|
||||||
|
null,
|
||||||
|
array('title' => $this->translate('Show the documentation\'s table of contents for Icinga Web 2'))
|
||||||
|
); ?></li>
|
||||||
|
<li><?= $this->qlink(
|
||||||
|
$this->translate('Module documentations'),
|
||||||
|
'doc/module/',
|
||||||
|
null,
|
||||||
|
array('title' => $this->translate('List all modifications for which documentation is available'))
|
||||||
|
); ?></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user