Fix Gitea wiki filenames: use percent-encoded Cyrillic slugs.

Unicode names caused HTTP 500 in the wiki UI; match Gitea storage format.
This commit is contained in:
mihailkudravcev
2026-07-23 14:58:58 +03:00
parent aec0407b87
commit 92fd17689c
2 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ python3 export_1c_help.py --version
|------|------------|
| `Home.md` | оглавление по типам метаданных |
| `_Sidebar.md` | боковая навигация (объекты без форм) |
| `«Заголовок».md` / `%D0%….md` | страницы справки (кириллица percent-encoded, как в Gitea) |
| `«Заголовок».md` / `%D0%….md` | страницы справки (кириллица в git — **percent-encoded**, как хранит Gitea) |
| `manifest.json` | карта `meta_key` → title / filename |
| Параметр | Описание |