File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
guide/src/format/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ extra-watch-dirs = [] # directories to watch for triggering builds
97
97
will be created when the book is built (i.e. ` create-missing = true ` ). If this
98
98
is ` false ` then the build process will instead exit with an error if any files
99
99
do not exist.
100
- - ** use-default-preprocessors:** Disable the default preprocessors of ( ` links ` &
100
+ - ** use-default-preprocessors:** Disable the default preprocessors ( of ` links ` &
101
101
` index ` ) by setting this option to ` false ` .
102
102
103
103
If you have the same, and/or other preprocessors declared via their table
@@ -111,4 +111,4 @@ extra-watch-dirs = [] # directories to watch for triggering builds
111
111
` use-default-preprocessors ` that ` links ` it will run.
112
112
- ** extra-watch-dirs** : A list of paths to directories that will be watched in
113
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.
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