mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-06 16:20:27 +01:00
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:
parent
6b7424e821
commit
3bcece1923
2 changed files with 0 additions and 14 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
@ -13,7 +13,6 @@ hugo_script = find_program(src_script)
|
|||
|
||||
src_hugo = files(
|
||||
'config.toml',
|
||||
'chapter.md.tmpl',
|
||||
'interface.md.tmpl',
|
||||
) + src_script
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue