Optional pre-processors

  • mdbook-linkcheck⮳ is a backend for mdbook⮳ that will check links. Install with cargo install mdbook-linkcheck. Uncomment the related section in book.toml.
  • mdbook-hide⮳ hides chapters under construction. Install with cargo install mdbook-hide. Uncomment the related section in book.toml. To mark a chapter as hidden, add the following comment anywhere in the Markdown file. It is better to have it at the top of the file for clarity.
<!--hidden-->
cargo install mdbook_keeper --git https://github.com/tfpk/mdbook_keeper.git