📚 New architecture in user guide

This commit is contained in:
Esther Moreno
2025-10-23 11:57:36 +02:00
committed by David Barragán Merino
parent 89763d7c5a
commit df718c940f
38 changed files with 1946 additions and 1432 deletions

View File

@@ -4,7 +4,7 @@ templateClass: tmpl-user-guide
---
{%- macro show_children(item) -%}
{%- for child in item | children | sorted('data.title') %}
{%- for child in item | children | sorted('data.order') %}
{%- if loop.first -%}<ul>{%- endif -%}
<li>
<a href="{{ child.url }}">{{ child.data.title }}</a>