Sign in
apache
/
pouchdb
/
refs/heads/master
/
.
/
docs
/
_includes
/
guides_nav.html
blob: 270403857ef6949d822478b2abe24dd2ca528ef9 [
file
]
{% for guide in collections.guides %}
{% assign title = guide.data.title %}
{% if guide.data.nav %}
{% assign title = guide.data.nav %}
{% endif %}
{% include nav_item.html path=guide.url text=title %}
{% endfor %}