Collapse/fold `sidebar-header-nav`
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 22.2k
- Forks
- 1.9k
- PR merge metrics
- PR metrics pending
Description
Problem
Section-folding affects only the chapters and sub-chapters. It doesn't allow collapsing or folding the page headers creating by the sidebar-header-nav (#2822).
Proposed Solution
Add a new option like output.html.fold.headers = true to enable collapsing the headers.
Notes
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of sidebar-header-nav and comparing it with the existing output.html.fold section-folding behavior. Read the linked mdBook renderer configuration documentation and determine how a new output.html.fold.headers option should be exposed. Done means page headers can be collapsed when enabled without changing the existing chapter-folding behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100