libei/doc/protocol/chapter.md.tmpl
Peter Hutterer 2cf6df9cd0 meson: hook up the protocol documentation via meson
Since we want the generated documentation to be useful on-disk, drop the
baseURL and switch to relativeURLs = true for hugo.

This is arguably a bit nasty in that it git clones the theme into the
build directory. But oh well...
2023-03-07 14:14:58 +10:00

12 lines
191 B
Cheetah

{% for chapter in documentation.chapters %}
{% if chapter.title == extra.title %}
---
title: "{{chapter.title}}"
draft: false
---
{{chapter.text|ei_escape_names}}
{% endif %}
{% endfor %}