mdbook/crates/mdbook-driver/src
Eric Huss 800fb54aeb Rename Book.sections to Book.items
This renames the "sections" list to "items". In practice, this list has
contained more than just "sections" since parts were added. Also, the
rest of the code consistently uses the term "items", since the values it
contains are called `BookItem`s. Finally, the naming has always been a
little confusing to me.

This is a very disruptive change, and I'm not doing it lightly. However,
since there are a number of other API changes going into 0.5, I think
now is an ok time to change this.
2025-08-22 18:51:04 -07:00
..
builtin_preprocessors Add optional field for preprocessors 2025-08-16 13:39:54 -07:00
builtin_renderers Factor out handle_render_command_error 2025-08-16 13:23:18 -07:00
mdbook Add tests for preprocessor/output default sort order 2025-08-18 11:59:15 -07:00
init.rs Update toml to 0.9.2 2025-07-25 13:24:27 -07:00
lib.rs Factor out handle_render_command_error 2025-08-16 13:23:18 -07:00
load.rs Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
mdbook.rs Change with_renderer/with_preprocessor to overwrite 2025-08-18 11:18:31 -07:00