mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-05 20:38:04 +02:00
doc/proto: sort pages by occurrence in the protocol file
This commit is contained in:
parent
f4f6dabbe2
commit
f97aa73c7c
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
---
|
---
|
||||||
title: "{{chapter.title}}"
|
title: "{{chapter.title}}"
|
||||||
draft: false
|
draft: false
|
||||||
|
weight: {{loop.index}}
|
||||||
---
|
---
|
||||||
|
|
||||||
{{chapter.text|ei_escape_names}}
|
{{chapter.text|ei_escape_names}}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
---
|
---
|
||||||
title: "{{interface.name}}"
|
title: "{{interface.name}}"
|
||||||
draft: false
|
draft: false
|
||||||
|
weight: {{loop.index}}
|
||||||
---
|
---
|
||||||
|
|
||||||
# {{interface.description.summary|title}}
|
# {{interface.description.summary|title}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue