Sign in
apache
/
pouchdb
/
refs/heads/read-as-array-buffer-node
/
.
/
docs
/
_includes
/
guides_nav.html
blob: d37e0915e4d517b8173630348ccbd3e5498ca4d1 [
file
] [
log
] [
blame
]
{% assign guides = (site.guides | sort: 'index') %}
{% for guide in guides %}
{% assign title = guide.title %}
{% if guide.nav %}
{% assign title = guide.nav %}
{% endif %}
{% include nav_item.html path=guide.url text=title %}
{% endfor %}