mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2026-08-19 12:43:33 +08:00
Support building books using mdbook in main (v0.5.x) (#204)
- The book.multilingual field was removed in https://github.com/rust-lang/mdBook/pull/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 <hollowman@opensuse.org>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[book]
|
||||
authors = ["wendajiang"]
|
||||
language = "zh"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Effective Modern C++"
|
||||
|
||||
@@ -9,4 +8,3 @@ title = "Effective Modern C++"
|
||||
mathjax-support = true
|
||||
no-section-label = true
|
||||
git-repository-url = "https://github.com/CnTransGroup/EffectiveModernCppChinese"
|
||||
git-repository-icon = "fa-github"
|
||||
|
||||
Reference in New Issue
Block a user