## Sidebar-root feature **Motivation**: - For deeply nested docs, it would be useful to be able to anchor a section as the root of the left side nav. - This will also be helpful for versioned docs implemented using subfolders ### Tasks - [x] Add support for sidenav rooted in non-top-level sections - [x] sidenav root for "children" - [x] #2334 - [x] #2340 - [x] "self" sidenav roots - [x] #2341 - [x] #2342 - [x] #2361 - [x] Resolve the [#!forum/docsy-users runtime error](https://github.com/google/docsy/issues/2328#issuecomment-3538869206) - fix via ScrollSpy patch - [x] UG update - [x] Changelog entry - [x] Ensure that this features doesn't unduly increase the processing time to build the sidenav for large sites, esp. if the sidenav is cached - [x] Ensure that this works with multilingual sites - Note that this might be able to replace the `toc_root` feature. This will likely be tackled separately. Yep, see #2410. References for `toc_root` and docs-only features: - #368 - #173 - Resources: - Repo: https://github.com/LisaFC/justdocs - Preview: https://docsyjustdocs.netlify.com/ Related: - #2333
Sidebar-root feature
Motivation:
Tasks
sidebar_root:trueassidebar_root_for:children#2340sidebar_root_for:children#2361toc_rootfeature. This will likely be tackled separately. Yep, see Consider replacingtoc_rootfeature by section-as-root #2410.References for
toc_rootand docs-only features:Related: