File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
guide/src/format/configuration Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ This controls the build process of your book.
87
87
build-dir = " book" # the directory where the output is placed
88
88
create-missing = true # whether or not to create missing pages
89
89
use-default-preprocessors = true # use the default preprocessors
90
+ extra-watch-dirs = [] # directories to watch for triggering builds
90
91
```
91
92
92
93
- ** build-dir:** The directory to put the rendered book in. By default this is
@@ -108,3 +109,6 @@ use-default-preprocessors = true # use the default preprocessors
108
109
default preprocessors from running.
109
110
- Adding ` [preprocessor.links] ` , for example, will ensure, regardless of
110
111
` use-default-preprocessors ` that ` links ` it will run.
112
+ - ** extra-watch-dirs** : A list of paths to directories that will be watched in
113
+ the ` watch ` and ` serve ` commands. Changes to files under these directories will
114
+ trigger rebuilds. Useful if your book depends on files outside its ` src ` directory.
You can’t perform that action at this time.
0 commit comments