mdBook/guide/book.toml

27 lines
569 B
TOML
Raw Normal View History

2017-11-18 22:07:08 +08: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-22 03:21:56 +08:00
[rust]
2019-11-18 02:36:10 +08:00
edition = "2018"
2017-08-11 00:11:26 +08:00
[output.html]
2017-11-18 22:07:08 +08:00
mathjax-support = true
site-url = "/mdBook/"
git-repository-url = "https://github.com/rust-lang/mdBook/tree/master/guide"
2018-01-17 13:26:13 +08:00
[output.html.playground]
2018-01-17 13:26:13 +08:00
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