-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathbook.toml
More file actions
31 lines (26 loc) · 838 Bytes
/
book.toml
File metadata and controls
31 lines (26 loc) · 838 Bytes
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
[book]
title = "Rhai - Embedded Scripting for Rust"
authors = ["Sophia 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}"
smart-punctuation = true
[output.html.fold]
enable = true
level = 4
[output.html.playground]
runnable = false
[preprocessor.admonish]
command = "mdbook-admonish"
on_failure = "bail"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[preprocessor.variables.variables]
version = "1.24.0"
repoHome = "https://github.com/rhaiscript/rhai/blob/main"
rootUrl = ""
#rootUrl = "/book"