toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[link-forever] rewrite absolute paths to relative paths

+134 -91
+7
crates/mdbookkit/src/lib.rs
··· 1 + //! Toolkit for [`mdbook`]. 2 + //! 3 + //! This is the lib documentation. If you are looking for the mdBook [preprocessors] 4 + //! that this crate provides, visit <https://tonywu6.github.io/mdbookkit/> instead. 5 + //! 6 + //! [preprocessors]: https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html 7 + 1 8 #[cfg(feature = "common-logger")] 2 9 pub mod diagnostics; 3 10 pub mod env;
+1 -1
docs/book.toml
··· 8 8 [build] 9 9 build-dir = "dist" 10 10 create-missing = false 11 - extra-watch-dirs = ["app", "../crates/mdbookkit"] 11 + extra-watch-dirs = ["app"] 12 12 13 13 [rust] 14 14 edition = "2021"