mdbook/crates
Eric Huss 1b55d4a389 Add sidebar heading navigation
This adds dynamic navigation of headers of the current page in the
sidebar. This is intended to help the user see what is on the current
page, and to be able to more easily navigate it. The "current" header is
tracked based on the scrolling behavior of the user, and is marked with
a small circle. This includes automatic folding to help keep it from
being too unwieldy on a page with a lot of nested headers.

This includes the `output.html.sidebar-header-nav` option to disable it.

I'm sure there are tweaks, fixes, and improvements that can be made. I'd
like to get this out now, and iterate on it over time to make
improvements.
2025-08-27 14:44:12 -07:00
..
mdbook-core Add sidebar heading navigation 2025-08-27 14:44:12 -07:00
mdbook-driver Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
mdbook-html Add sidebar heading navigation 2025-08-27 14:44:12 -07:00
mdbook-markdown Enable smart-punctuation by default 2025-08-22 16:52:08 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00