Use five-digit chapter indices

Keep generated chapter filenames and displayed section numbers lexicographically ordered beyond 99 sections.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Сергей Маринкевич
2026-07-15 18:19:54 +07:00
parent 72a7de6146
commit e3ee0aafaf
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ chmod +x run.sh
out/RealTek-r8169/
├── INDEX.md # оглавление со ссылками на главы
├── chapters/ # одна глава = один файл
│ ├── 01-features.md
│ ├── 00001-features.md
│ └── ...
└── assets/ # embedded PNG + page PNG для сломанных layout-страниц
```