Files
ResInsight/_includes/docs_contents_mobile.html
2018-11-28 11:30:47 +01:00

12 lines
441 B
HTML

<div class="docs-nav-mobile unit whole show-on-mobiles">
<select onchange="if (this.value) window.location.href=this.value">
<option value="">Navigate the docs…</option>
{% for section in site.data.docs %}
<optgroup label="{{ section.title }}">
{% include docs_option.html items=section.docs %}
{% include releasenotes_option.html items=section.releasenotes %}
</optgroup>
{% endfor %}
</select>
</div>