2014-07-28 19:17:03 +02:00
|
|
|
<div class="controls"></div>
|
|
|
|
<h1><?= $this->translate('Available documentations'); ?></h1>
|
2014-05-23 14:11:03 +02:00
|
|
|
<ul>
|
2014-06-06 14:10:35 +02:00
|
|
|
<li><a href="<?= $this->href('doc/icingaweb/toc'); ?>">Icinga Web 2</a></li>
|
2014-07-28 19:17:03 +02:00
|
|
|
<li><a href="<?= $this->href('doc/module/'); ?>"><?= $this->translate('Module documentations'); ?></a></li>
|
2014-05-23 14:11:03 +02:00
|
|
|
</ul>
|