[077a87]: / docs / _includes / docs_contents_mobile.html

Download this file

11 lines (10 with data), 369 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<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 %}
</optgroup>
{% endfor %}
</select>
</div>