20 lines
406 B
TOML
20 lines
406 B
TOML
[book]
|
|
title = "mdBook Documentation"
|
|
description = "Create book from markdown files. Like Gitbook but implemented in Rust"
|
|
authors = ["Mathieu David", "Michael-F-Bryan"]
|
|
|
|
[output.html]
|
|
mathjax-support = true
|
|
|
|
[output.html.playpen]
|
|
editable = true
|
|
|
|
[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
|