Skip to content

Commit 59739a4

Browse files
authored
Support building books using mdbook in main (v0.5.x) (#204)
- The book.multilingual field was removed in rust-lang/mdBook#2775 - The default value for `git-repository-icon` is "fab-github", setting this to "fa-github" will give out error and it's not an valid option Signed-off-by: Hollow Man <[email protected]>
1 parent d885587 commit 59739a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

book.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[book]
22
authors = ["wendajiang"]
33
language = "zh"
4-
multilingual = false
54
src = "src"
65
title = "Effective Modern C++"
76

87
[output.html]
98
mathjax-support = true
109
no-section-label = true
1110
git-repository-url = "https://github.com/CnTransGroup/EffectiveModernCppChinese"
12-
git-repository-icon = "fa-github"

0 commit comments

Comments
 (0)