2 releases
0.1.1 | Jun 18, 2024 |
---|---|
0.1.0 | Jun 14, 2024 |
#618 in Text processing
13KB
208 lines
mdbook-check-missing-md
A backend for mdbook
which will find Markdowns you forgot on SUMMARY.md.
Installation
First you'll need to install mdbook-check-missing-md
:
cargo install mdbook-check-missing-md
To use this preprocessor, add it to your book.toml
file:
[output.check-missing-md]
Then run:
mdbook build
Development
Build and run tests with:
cargo build
cargo test
Credits
This plugin was heavily inspired by mdbook-linkcheck.
Dependencies
~13–24MB
~352K SLoC