fix(export_docs): sidebar folder tree follows parent/child paths

Render _Sidebar entries in DFS order instead of sorting by depth globally.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mihailkudravcev
2026-07-29 13:42:22 +03:00
parent cd79549c27
commit 31659d4287
3 changed files with 42 additions and 20 deletions
+6
View File
@@ -2,6 +2,12 @@
All notable changes to **export_1c_help** are documented in this file.
## [0.3.12] - 2026-07-29
### Fixed
- `_Sidebar` folder tree: list subfolders under their real parent (DFS), not as a flat sort by depth (which made e.g. `transfer/mapping` appear under `ws`).
## [0.3.11] - 2026-07-29
### Fixed