diff --git a/.gitignore b/.gitignore index 4d6ce87..37f508e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -_book/ +book/ mdbook/ -.DS_Store \ No newline at end of file +.DS_Store diff --git a/book.json b/book.json deleted file mode 100644 index 09ac795..0000000 --- a/book.json +++ /dev/null @@ -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": {} -} \ No newline at end of file diff --git a/book.toml b/book.toml index 66f8c14..f34accd 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,7 @@ +[book] title = "Rust 程序设计语言 简体中文版" author = "Steve Klabnik 和 Carol Nichols,以及来自 Rust 社区的贡献,KaiserY 以及 Rust 中文社区翻译" description = "Rust 程序设计语言 简体中文版" -[output.html] -destination = "mdbook" \ No newline at end of file +[build-dir] +destination = "mdbook"