fix(export_docs): Gitea wiki link targets and INDEX.md pages

Strip .md from internal links, merge folder INDEX bodies, rewrite out-of-wiki repo paths to Gitea src URLs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mihailkudravcev
2026-07-29 13:37:34 +03:00
parent a455cd8085
commit cd79549c27
4 changed files with 100 additions and 7 deletions
+8
View File
@@ -2,6 +2,14 @@
All notable changes to **export_1c_help** are documented in this file.
## [0.3.11] - 2026-07-29
### Fixed
- Internal wiki links omit the `.md` suffix in Markdown targets (Gitea resolves `/wiki/page`, not `/wiki/page.md`).
- Folder `INDEX.md`: merge source body into auto-generated index; do not list INDEX as a self-link under «Статьи».
- Relative links to files in the git repo but outside the wiki export (e.g. `ws-rhana/...`) rewrite to Gitea `src/branch/...` URLs.
## [0.3.10] - 2026-07-29
### Fixed