mdBook/book-example/book.toml

26 lines
482 B
TOML
Raw Normal View History

2017-11-18 14:07:08 +00:00
[book]
title = "mdBook Documentation"
description = "Create book from markdown files. Like Gitbook but implemented in Rust"
authors = ["Mathieu David", "Michael-F-Bryan"]
language = "en"
2020-04-21 19:21:56 +00:00
[rust]
2019-11-17 18:36:10 +00:00
edition = "2018"
2017-08-10 16:11:26 +00:00
[output.html]
2017-11-18 14:07:08 +00:00
mathjax-support = true
site-url = "/"
2018-01-17 05:26:13 +00:00
[output.html.playpen]
editable = true
line-numbers = 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