Skip to content

Commit b1856fb

Browse files
diegoguzman-devsteveklabnik
authored andcommitted
Fix mdbook build failing due to unknown multilingual field
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.
1 parent 3d71edd commit b1856fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[book]
22
authors = ["Steve Klabnik"]
33
language = "en"
4-
multilingual = false
54
src = "src"
65
title = "Steve's Jujutsu Tutorial"
76

0 commit comments

Comments
 (0)