mdbook/crates
Eric Huss ff5e85af51 Replace navigation helpers with objects
This replaces the `{{#previous}}` and `{{#next}}` handelbars helpers
with simple objects that contain the previous and next values. These
helpers have been a bit fussy to work with and have caused issues in the
past. This drops a large amount of somewhat fragile code with something
that is a bit simpler.

Additionally, this switches the previous/next arrows to use an `{{#if}}`
instead CSS trickery which may help with upcoming changes to
font-awesome.
2025-08-13 17:56:18 -07:00
..
mdbook-core Merge pull request #2791 from ehuss/un-pub-unique-id 2025-08-13 01:07:38 +00:00
mdbook-driver Remove legacy relative renderer command paths 2025-08-12 18:08:29 -07:00
mdbook-html Replace navigation helpers with objects 2025-08-13 17:56:18 -07:00
mdbook-markdown Update crate docs 2025-07-23 17:47:31 -07:00
mdbook-preprocessor Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00