Files
EffectiveModernCppChinese/book.toml
ℍ𝕠𝕝𝕝𝕠𝕨 𝕄𝕒𝕟 59739a4485 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>
2025-08-19 09:49:53 +08:00

11 lines
234 B
TOML

[book]
authors = ["wendajiang"]
language = "zh"
src = "src"
title = "Effective Modern C++"
[output.html]
mathjax-support = true
no-section-label = true
git-repository-url = "https://github.com/CnTransGroup/EffectiveModernCppChinese"