qmk_firmware/data/templates/xap/docs/docs.md.j2

9 lines
248 B
Plaintext
Raw Normal View History

{{ constants.GPL2_HEADER_XML_LIKE }}
{{ constants.GENERATED_HEADER_XML_LIKE }}
2022-02-14 18:19:13 +00:00
{%- for item in xap.documentation.order -%}
{%- if not item[0:1] == '!' -%}
{{ xap.documentation.get(item) }}
{% else %}
{%- include item[1:] %}
{% endif %}
{% endfor %}