mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-01 21:58:59 +02:00
7 lines
295 B
PHTML
7 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>
|