mdbook-check-missing-md

A backend for `mdbook` which will find Markdowns you forgot on SUMMARY.md.

MIT License

Downloads
838
Stars
0

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.

Package Rankings