#mdbook #summary #md #back-end #find #book #build

bin+lib mdbook-check-missing-md

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

2 releases

0.1.1 Jun 18, 2024
0.1.0 Jun 14, 2024

#630 in Text processing

Download history 4/week @ 2024-07-26 1/week @ 2024-08-02 12/week @ 2024-09-20 1/week @ 2024-09-27

54 downloads per month

MIT license

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
~356K SLoC