summaryrefslogtreecommitdiffstats
path: root/modules/doc/application/views/scripts/index/index.phtml
blob: 9bf745aeb045ac1f6e856d8000394ee1b5cf6cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="controls">
    <?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs ?>
</div>
<div class="content">
    <ul>
        <li><?= $this->qlink(
            '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 modules for which documentation is available'))
        ) ?></li>
    </ul>
</div>