doc/proto: sort pages by occurrence in the protocol file

This commit is contained in:
Peter Hutterer 2023-03-07 19:05:52 +10:00
parent f4f6dabbe2
commit f97aa73c7c
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
---
title: "{{chapter.title}}"
draft: false
weight: {{loop.index}}
---
{{chapter.text|ei_escape_names}}

View file

@ -3,6 +3,7 @@
---
title: "{{interface.name}}"
draft: false
weight: {{loop.index}}
---
# {{interface.description.summary|title}}