rust-lang / mdBook

Create book from markdown files. Like Gitbook but implemented in Rust
https://rust-lang.github.io/mdBook/
Mozilla Public License 2.0
17.84k stars 1.62k forks source link

serve only html backend #2399

Open deerchao opened 3 months ago

deerchao commented 3 months ago

Question

While serving, when markdown contents on disk got modified, mdbook invokes all backends. It could be slow and unnecessary with some setup.

Is it possible to specify which backends to trigger with mdbook serve?

Version

No response