{% if categories %}
{% for cat_name, docs in categories.items() %} {% set limit = 25 %}

{{ cat_name }} ({{ docs|length }})

{% if docs|length > limit %} Show all {{ docs|length }} items → {% endif %}
{% endfor %}
{% else %}

No Documents Found

No Markdown documentation files found in the project.

{% endif %}