doc/proto: remove now unused files

Obsolete since 5258a559eb:
    doc/proto: remove the embedded docs from the proto, use static pages instead
This commit is contained in:
Peter Hutterer 2023-03-09 13:42:38 +10:00
parent 6b7424e821
commit 3bcece1923
2 changed files with 0 additions and 14 deletions

View file

@ -1,13 +0,0 @@
{% for chapter in documentation.chapters %}
{% if chapter.title == extra.title %}
---
title: "{{chapter.title}}"
draft: false
weight: {{loop.index}}
---
{{chapter.text|ei_escape_names}}
{% endif %}
{% endfor %}

View file

@ -13,7 +13,6 @@ hugo_script = find_program(src_script)
src_hugo = files(
'config.toml',
'chapter.md.tmpl',
'interface.md.tmpl',
) + src_script