Skip to content

remove multilingual field from book.toml#1992

Open
mysteriouslyseeing wants to merge 1 commit into
rust-osdev:mainfrom
mysteriouslyseeing:fix-mdbook
Open

remove multilingual field from book.toml#1992
mysteriouslyseeing wants to merge 1 commit into
rust-osdev:mainfrom
mysteriouslyseeing:fix-mdbook

Conversation

@mysteriouslyseeing

Copy link
Copy Markdown

When running mdbook serve book/ as shown in book/README.md, mdbook returns an error:

ERROR Invalid configuration file
	Caused by: TOML parse error at line 3, column 1
  |
3 | multilingual = false
  | ^^^^^^^^^^^^
unknown field `multilingual`, expected one of `title`, `authors`, `description`, `src`, `language`, `text-direction`

Apparently this field never did anything and was removed here.

It's a one-line fix to remove the field from the book/book.toml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant