mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-17 23:23:21 +00:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
|
{%- for item in xap.documentation.order -%}
|
||
|
{%- if not item[0:1] == '!' -%}
|
||
|
{{ xap.documentation.get(item) }}
|
||
|
{% else %}
|
||
|
{%- include item[1:] %}
|
||
|
{% endif %}
|
||
|
{% endfor %}
|