mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-04-09 13:58:06 +08:00
rm book.json update book.toml ignore book directory
This commit is contained in:
parent
44679c0f00
commit
80908fadbe
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
_book/
|
book/
|
||||||
mdbook/
|
mdbook/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
19
book.json
19
book.json
@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"root": "src",
|
|
||||||
|
|
||||||
"structure": {
|
|
||||||
"readme": "PREFACE.md"
|
|
||||||
},
|
|
||||||
|
|
||||||
"title": "Rust 程序设计语言 简体中文版",
|
|
||||||
|
|
||||||
"description": "Rust 程序设计语言 简体中文版",
|
|
||||||
|
|
||||||
"author": "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献,KaiserY 以及 Rust 中文社区翻译",
|
|
||||||
|
|
||||||
"language": "zh-hans",
|
|
||||||
|
|
||||||
"plugins": [],
|
|
||||||
|
|
||||||
"pluginsConfig": {}
|
|
||||||
}
|
|
@ -1,6 +1,7 @@
|
|||||||
|
[book]
|
||||||
title = "Rust 程序设计语言 简体中文版"
|
title = "Rust 程序设计语言 简体中文版"
|
||||||
author = "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献,KaiserY 以及 Rust 中文社区翻译"
|
author = "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献,KaiserY 以及 Rust 中文社区翻译"
|
||||||
description = "Rust 程序设计语言 简体中文版"
|
description = "Rust 程序设计语言 简体中文版"
|
||||||
|
|
||||||
[output.html]
|
[build-dir]
|
||||||
destination = "mdbook"
|
destination = "mdbook"
|
||||||
|
Loading…
Reference in New Issue
Block a user