-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Labels
C-questionCategory: A question on how to do somethingCategory: A question on how to do something
Milestone
Description
Question
The code here
Line 424 in 4f698f8
pub multilingual: bool, |
expects a field called
multilingual
in the [book]
section of book.toml
.
The mdbook init
command even ads it to the book.toml
file.
However, this field does not seem to be used anywhere in the code and it is not mentioned in the documentation either.
Shall we remove it from the code and start warning about its presence?
Metadata
Metadata
Assignees
Labels
C-questionCategory: A question on how to do somethingCategory: A question on how to do something