Versions

{% if allVersions[currentVersion] %}

TOC for {{ allVersions[currentVersion].versionTitle }}

{% for product in siteTree[currentLanguage][currentVersion].products %}
{{product[1].title}}
  • {{ product[1].title }} {% for category in product[1].categories %} {% capture fullPathToCategory %}/{{currentLanguage}}{{category[1].href}}{% endcapture %}
    • {{ category[1].title }} {% if category[1].maptopics %} {% for maptopic in category[1].maptopics %} {% unless maptopic[1].hidden %} {% capture fullPathToMaptopic %}/{{currentLanguage}}{{maptopic[1].href}}{% endcapture %}
    • {{ maptopic[1].title }}
        {% for article in maptopic[1].articles %} {% capture fullPathToArticle %}/{{currentLanguage}}{{article[1].href}}{% endcapture %}
      • {{ article[1].title }}
      • {% endfor %}
    • {% endunless %} {% endfor %}
    {% else %}
      {% for article in category[1].articles %} {% capture fullPathToArticle %}/{{currentLanguage}}{{article[1].href}}{% endcapture %}
    • {{ article[1].title }}
    • {% endfor %}
    {% endif %}
  • {% endfor %}
{% endfor %} {% endif %} {% include scripts %}