mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-13 23:47:12 +00:00
40265251d8
This reverts commit fbcaca6c05
.
24 lines
450 B
TOML
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
|