adding TOC logic
This commit is contained in:
Vendored
BIN
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 }}
|
||||
Reference in New Issue
Block a user