mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2026-08-19 10:03:30 +08:00
- 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>
11 lines
234 B
TOML
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"
|