mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-08 14:34:29 +02:00
6 lines
210 B
PHTML
6 lines
210 B
PHTML
<h1>Available documentations</h1>
|
|
<ul>
|
|
<li><a href="<?= $this->href('doc/icingaweb/toc'); ?>">Icinga Web 2</a></li>
|
|
<li><a href="<?= $this->href('doc/module/'); ?>">Module documentations</a></li>
|
|
</ul>
|