adding TOC logic

This commit is contained in:
John Mulhausen
2016-02-09 11:56:38 -08:00
parent a4f120615d
commit 6d10939575
14 changed files with 1395 additions and 4 deletions
BIN
View File
Binary file not shown.
@@ -17,7 +17,9 @@ layout: headerfooter
<section id="encyclopedia">
<div id="docsToc">
HERE IS THE TOC
{% comment %} assign tree = site.data[page.toc].toc {% endcomment %}
{% assign tree = site.data[page.versionfilesafe][page.section].toc %}
{% include tree.html %}
</div>
<div id="docsContent">
{{ content }}