rust-cookbook/book.toml

25 lines
450 B
TOML
Raw Normal View History

[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