Move apidoc config with other build related config

This commit is contained in:
Tim Schaub
2014-08-21 16:42:29 -06:00
parent 403e87f697
commit 1fd0bada51
53 changed files with 10 additions and 9 deletions
@@ -0,0 +1,19 @@
<section>
<header>
<?js if (children.length > 0) { ?>
<ul><?js
var self = this;
children.forEach(function(t) { ?>
<li><?js= self.tutoriallink(t.name) ?></li>
<?js }); ?></ul>
<?js } ?>
<h2><?js= header ?></h2>
</header>
<article>
<?js= content ?>
</article>
</section>