{% assign category = siteTree[currentLanguage][currentVersion].products[currentProduct].categories[currentPath] %} {% assign maxArticles = 10 %}

{{ category.title }} docs

{% for xmaptopic in category.maptopics %} {% assign maptopic = xmaptopic[1] %} {% unless maptopic.hidden %}

{{ maptopic.title }}

    {% for xarticle in maptopic.articles %} {% assign article = xarticle[1] %}
  • {{ article.title }}
  • {% endfor %} {% assign numArticles = maptopic.childArticles | obj_size %} {% if numArticles > maxArticles %} {% endif %}
{% endunless %} {% endfor %}