From e57fce290bb27ea2bdaaf2b75024e99a12ede406 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 21 Jul 2023 15:29:56 +0200 Subject: [PATCH] misplaced bracket --- guide/src/format/configuration/general.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/configuration/general.md b/guide/src/format/configuration/general.md index af9d532e..1fc00968 100644 --- a/guide/src/format/configuration/general.md +++ b/guide/src/format/configuration/general.md @@ -97,7 +97,7 @@ extra-watch-dirs = [] # directories to watch for triggering builds will be created when the book is built (i.e. `create-missing = true`). If this is `false` then the build process will instead exit with an error if any files do not exist. -- **use-default-preprocessors:** Disable the default preprocessors of (`links` & +- **use-default-preprocessors:** Disable the default preprocessors (of `links` & `index`) by setting this option to `false`. 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 `use-default-preprocessors` that `links` it will run. - **extra-watch-dirs**: A list of paths to directories that will be watched in the `watch` and `serve` commands. Changes to files under these directories will - trigger rebuilds. Useful if your book depends on files outside its `src` directory. \ No newline at end of file + trigger rebuilds. Useful if your book depends on files outside its `src` directory.