fix(export_docs): stage Home/Sidebar and shorten sidebar folder labels

Gitea wiki clones may mark Home.md assume-unchanged; clear index flags before add and commit only staged changes. Sidebar shows last path segment without «Папка».

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mihailkudravcev
2026-07-29 13:31:10 +03:00
parent 3d272b46c7
commit a455cd8085
3 changed files with 174 additions and 27 deletions
+6 -1
View File
@@ -2,7 +2,12 @@
All notable changes to **export_1c_help** are documented in this file.
## [0.3.8] - 2026-07-29
## [0.3.10] - 2026-07-29
### Fixed
- `export_docs` wiki push: clear Gitea `assume-unchanged` on `Home.md` / `_Sidebar.md` before `git add`, and commit only when the index has staged changes (fixes «no changes added to commit» when nav pages were modified).
- `_Sidebar` folder links: short folder name only (`📁 meta`), without «Папка» and without full `docs/...` path.
## [0.3.9] - 2026-07-29