[535f03]: / docs / _includes / docs_option.html

Download this file

6 lines (5 with data), 229 Bytes

1
2
3
4
5
{% for item in include.items %}
{% assign item_url = item | prepend:"/docs/" | append:"/" %}
{% assign doc = site.docs | where: "url", item_url | first %}
<option value="{{ doc.url }}">{{ doc.title }}</option>
{% endfor %}