Download this file
1 2 3 4 5 6 7 8
<div class="unit one-fifth hide-on-mobiles"> <aside> {% for section in site.data.docs %} <h4>{{ section.title }}</h4> {% include docs_ul.html items=section.docs %} {% endfor %} </aside> </div>