{% assign endpath = page.url | split: '/' | last %} {% for p in site.tags[page.version] %}
API {{p.version}}
{% for section in p.navigation %}
{{section.title}} {% for nav in section.nav %} {{nav.title}} {% endfor %}
{% endfor %} {% endfor %}