Commit b1856fb
Fix
When cloning the project and directly running `mdbook build`, the following error was thrown:
```
ERROR Invalid configuration file
Caused by: TOML parse error at line 4, column 1
|
4 | multilingual = false
| ^^^^^^^^^^^^
unknown field `multilingual`, expected one of `title`, `authors`, `description`, `src`, `language`, `text-direction`
```
This PR simply removes the unknown `multilingual` fixing the error.mdbook build failing due to unknown multilingual field1 parent 3d71edd commit b1856fb
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments