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:
ℍ𝕠𝕝𝕝𝕠𝕨 𝕄𝕒𝕟
2025-08-19 04:49:53 +03:00
committed by GitHub
parent d885587e88
commit 59739a4485

View File

@@ -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"