add book.toml to configure mdbook

pull/161/head
Lzu Tao 6 years ago
parent c7b7850e6f
commit 1fc1086258

@ -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
Loading…
Cancel
Save