Skip to content

Commit ec36420

Browse files
authored
Update config.md (#41)
1 parent 0ba9e6a commit ec36420

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ title: My Awesome Project
3131
slug: myproj
3232
src_dir: src
3333
tmp_dir: __folianttmp__
34+
multithread: false
3435
```
3536
3637
`title` *(string)*
@@ -45,6 +46,9 @@ tmp_dir: __folianttmp__
4546
`tmp_dir` *(string)*
4647
: Name of the directory where the intermediate files will be stored during preprocessor pipeline execution. Default: `__folianttmp__`.
4748

49+
`multithread` *(bool)*
50+
: The option enables multithreaded processing of files and tags by preprocessors using the `BasePreprocessorExt` class from [foliantcontrib.utils](https://github.com/foliant-docs/foliantcontrib.utils). Default: `false`.
51+
4852
### chapters
4953

5054
*(list)*

0 commit comments

Comments
 (0)