From 1fc10862588c9ebeadfa3bf73b91db4b93d7fe40 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Sat, 26 Oct 2019 02:05:10 +0700 Subject: [PATCH] add book.toml to configure mdbook --- book.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 book.toml diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..d426b93 --- /dev/null +++ b/book.toml @@ -0,0 +1,14 @@ +[book] +title = "The Rustonomicon" +author = "The Rust Project Developers" +description = "The Dark Arts of Advanced and Unsafe Rust Programming" + +[build] +build-dir = "book" +create-missing = false + +[output.html] +git-repository-url = "https://github.com/rust-lang-nursery/nomicon" + +[output.html.search] +limit-results = 30