rhai/doc/book.toml

23 lines
542 B
TOML
Raw Normal View History

2020-06-20 06:06:17 +02:00
[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
2020-06-20 09:57:15 +02:00
git-repository-url = "https://github.com/jonathandturner/rhai"
2020-06-20 16:56:56 +02:00
curly-quotes = true
2020-06-20 06:06:17 +02:00
[output.html.fold]
enable = true
2020-06-20 09:57:15 +02:00
level = 4
2020-06-20 16:56:56 +02:00
[outputX.linkcheck]
follow-web-links = false
traverse-parent-directories = false
warning-policy = "ignore"
2020-06-20 09:57:15 +02:00
[preprocessor.tera]
command = "mdbook-tera --json ./src/context.json"