mdbook/crates/mdbook-html/src/html_handlebars/helpers
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
..
mod.rs Replace navigation helpers with objects 2025-08-13 17:56:18 -07:00
resources.rs Enable unreachable_pub 2025-07-25 09:02:55 -07:00
theme.rs Enable unreachable_pub 2025-07-25 09:02:55 -07:00
toc.rs Enable unreachable_pub 2025-07-25 09:02:55 -07:00