forked from rhaiscript/book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
33 lines (27 loc) · 836 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[book]
title = "Rhai - Embedded Scripting for Rust"
authors = ["Jonathan Turner", "Stephen Chung"]
description = "Tutorial and reference on the Rhai scripting engine and language."
language = "en"
[output.html]
no-section-label = true
additional-css = ["theme/rhai.min.css"]
site-url = "/book/"
git-repository-url = "https://github.com/rhaiscript/rhai"
edit-url-template = "https://github.com/rhaiscript/book/edit/master/{path}"
curly-quotes = true
[output.html.fold]
enable = true
level = 4
[output.html.playground]
runnable = false
[outputX.linkcheck]
optional = true
follow-web-links = false
traverse-parent-directories = false
warning-policy = "ignore"
[preprocessor.tera]
command = "mdbook-tera"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`