rust-cookbook/book.toml
Andrew Gauger 40265251d8 Revert "Update to mdbook 0.2.1 (#482)"
This reverts commit fbcaca6c05.
2018-10-10 15:15:49 -07:00

24 lines
450 B
TOML

[book]
title = "Rust Cookbook"
description = "Collection of useful Rust code examples"
authors = ["Rust Language Community"]
multilingual = false
src = "src"
[output.html]
mathjax-support = false
theme = "theme"
additional-css = ["theme/custom.css"]
[output.html.playpen]
editable = false
[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2