From 59739a44855eb501d11206cd4c42876bcabc7730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=84=8D=F0=9D=95=A0=F0=9D=95=9D=F0=9D=95=9D=F0=9D=95=A0?= =?UTF-8?q?=F0=9D=95=A8=20=F0=9D=95=84=F0=9D=95=92=F0=9D=95=9F?= Date: Tue, 19 Aug 2025 04:49:53 +0300 Subject: [PATCH] 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 --- book.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/book.toml b/book.toml index 0a5b5b8..9de768c 100644 --- a/book.toml +++ b/book.toml @@ -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"