mdBook/book-example/book.toml

18 lines
359 B
TOML
Raw Normal View History

[book]
title = "mdBook Documentation"
description = "Create book from markdown files. Like Gitbook but implemented in Rust"
author = "Mathieu David"
2017-08-11 00:11:26 +08:00
[output.html]
2017-11-14 05:18:13 +08:00
mathjax-support = true
[output.html.search]
enable = true
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
split-until-heading = 2