Revert: Remove the book.multilingual field

This reverts https://github.com/rust-lang/mdBook/pull/2646/ because I
overlooked that this is a public field in a public struct, which would
be a breaking API change.
This commit is contained in:
Eric Huss
2025-05-05 14:01:49 -07:00
parent 17b197620b
commit c9ddb4dd98
4 changed files with 11 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ mod nop_lib {
"book": {
"authors": ["AUTHOR"],
"language": "en",
"multilingual": false,
"src": "src",
"title": "TITLE"
},