{{ page_title }}
Auto-discovered project documentation.
{% if categories %}
{% for cat_name, docs in categories.items() %} {% set limit = 25 %}
{{ cat_name }}
({{ docs|length }})
{% for doc in docs %}
limit %} class="docs-overflow" style="display:none"{% endif %}>
{{ doc.name }}
{% if '/' in doc.path %}
{{ doc.path }}
{% endif %}
{% endfor %}
{% if docs|length > limit %}
Show all {{ docs|length }} items →
{% endif %}
{% endfor %}
{% else %}
No Documents Found
No Markdown documentation files found in the project.
{% endif %}