Skip to content

Commit 4ec03b1

Browse files
committed
Add mdbook-extra-watch-dirs
This helps when using `mdbook serve` so that mdbook will automatically reload whenever a file changes. This doesn't handle adding new files because that requires running `generate-book.py`, but that should be fine.
1 parent 0af6af8 commit 4ec03b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ heading-split-level = 0
1212

1313
[output.html.playground]
1414
runnable = false
15+
16+
[build]
17+
extra-watch-dirs = ["text"]

0 commit comments

Comments
 (0)