mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
12 lines
441 B
HTML
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>
|