Include documentation in the application

This commit is contained in:
Frederic Guillot
2015-08-29 20:00:53 -04:00
parent ef087f5e22
commit 6c711f696f
135 changed files with 285 additions and 38 deletions

13
app/Template/doc/show.php Normal file
View File

@@ -0,0 +1,13 @@
<section id="main">
<div class="page-header">
<ul>
<li>
<i class="fa fa-life-ring fa-fw"></i>
<?= $this->url->link(t('Table of contents'), 'doc', 'show', array('file' => 'index')) ?>
</li>
</ul>
</div>
<div class="markdown documentation">
<?= $content ?>
</div>
</section>