mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
12 lines
302 B
HTML
12 lines
302 B
HTML
<div class="unit one-fifth hide-on-mobiles">
|
|
<aside>
|
|
{% for section in site.data.docs %}
|
|
<h4>{{ section.title }}</h4>
|
|
<ul>
|
|
{% include docs_ul.html items=section.docs %}
|
|
{% include releasenotes_ul.html items=section.releasenotes %}
|
|
</ul>
|
|
{% endfor %}
|
|
</aside>
|
|
</div>
|