2017-11-18 22:07:08 +08:00
|
|
|
[book]
|
2016-12-23 08:17:04 +00:00
|
|
|
title = "mdBook Documentation"
|
|
|
|
description = "Create book from markdown files. Like Gitbook but implemented in Rust"
|
2018-01-21 22:35:11 +08:00
|
|
|
authors = ["Mathieu David", "Michael-F-Bryan"]
|
2019-05-30 11:53:49 +09:00
|
|
|
language = "en"
|
2020-04-21 12:21:56 -07:00
|
|
|
|
|
|
|
[rust]
|
2019-11-17 21:36:10 +03:00
|
|
|
edition = "2018"
|
2017-08-10 18:11:26 +02:00
|
|
|
|
|
|
|
[output.html]
|
2024-05-13 13:43:00 -07:00
|
|
|
smart-punctuation = true
|
2017-11-18 22:07:08 +08:00
|
|
|
mathjax-support = true
|
2020-06-10 12:31:34 +02:00
|
|
|
site-url = "/mdBook/"
|
2021-02-12 07:34:20 -08:00
|
|
|
git-repository-url = "https://github.com/rust-lang/mdBook/tree/master/guide"
|
2021-04-26 09:59:08 +02:00
|
|
|
edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
|
2025-02-13 10:04:21 -07:00
|
|
|
hash-files = true
|
2018-01-16 21:26:13 -08:00
|
|
|
|
2020-06-22 07:34:25 -07:00
|
|
|
[output.html.playground]
|
2018-01-16 21:26:13 -08:00
|
|
|
editable = true
|
2019-09-24 21:27:02 +08:00
|
|
|
line-numbers = true
|
2018-03-07 07:02:06 -06:00
|
|
|
|
2022-02-23 01:02:54 +01:00
|
|
|
[output.html.code.hidelines]
|
|
|
|
python = "~"
|
|
|
|
|
2018-03-07 07:02:06 -06:00
|
|
|
[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
|
2021-05-23 17:59:52 -07:00
|
|
|
|
|
|
|
[output.html.redirect]
|
|
|
|
"/format/config.html" = "configuration/index.html"
|