mdbook/crates/mdbook-summary
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
..
src Rename Book.sections to Book.items 2025-08-22 18:51:04 -07:00
Cargo.toml Move Book to mdbook-core 2025-07-23 17:29:55 -07:00
README.md Add READMEs for all new crates 2025-07-23 17:47:31 -07:00

mdbook-summary

Documentation crates.io Changelog

This is the Rust library used to parse the SUMMARY.md file structure for mdBook.

This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.

License

Mozilla Public License, version 2.0