mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2024-12-26 12:50:42 +08:00
29 lines
610 B
TOML
29 lines
610 B
TOML
[book]
|
||
authors = ["Lenny Peng"]
|
||
language = "zh"
|
||
multilingual = false
|
||
src = "src"
|
||
title = "Yet another Chinese rust-lang book."
|
||
description = "又一本 rust-lang 书,Yet another Chinese rust-lang book。"
|
||
|
||
[preprocessor.last-changed]
|
||
command = "mdbook-last-changed"
|
||
renderer = ["html"]
|
||
|
||
|
||
[preprocessor.pagetoc]
|
||
[output.html]
|
||
additional-css = ["theme/pagetoc.css"]
|
||
additional-js = ["theme/pagetoc.js"]
|
||
git-repository-url = "https://github.com/gnu4cn/rust-lang-zh_CN"
|
||
git-repository-icon = "fa-github"
|
||
|
||
[output.html.print]
|
||
enable = false
|
||
|
||
[output.html.search]
|
||
enable = false
|
||
|
||
[output.html.favicon]
|
||
png = true
|