mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-13 13:06:14 -04:00
6 lines
295 B
PHTML
6 lines
295 B
PHTML
<div class="controls"></div>
|
|
<h1><?= $this->translate('Available documentations'); ?></h1>
|
|
<ul>
|
|
<li><a href="<?= $this->href('doc/icingaweb/toc'); ?>">Icinga Web 2</a></li>
|
|
<li><a href="<?= $this->href('doc/module/'); ?>"><?= $this->translate('Module documentations'); ?></a></li>
|
|
</ul>
|