rm book.json update book.toml ignore book directory

This commit is contained in:
祝晓东 2018-06-10 11:32:02 +08:00
parent 44679c0f00
commit 80908fadbe
3 changed files with 5 additions and 23 deletions

4
.gitignore vendored
View File

@ -1,4 +1,4 @@
_book/
book/
mdbook/
.DS_Store
.DS_Store

View File

@ -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": {}
}

View File

@ -1,6 +1,7 @@
[book]
title = "Rust 程序设计语言 简体中文版"
author = "Steve Klabnik 和 Carol Nichols以及来自 Rust 社区的贡献KaiserY 以及 Rust 中文社区翻译"
description = "Rust 程序设计语言 简体中文版"
[output.html]
destination = "mdbook"
[build-dir]
destination = "mdbook"