rhai/doc
2021-01-07 17:30:06 +08:00
..
src Update URL links. 2021-01-07 17:30:06 +08:00
theme Revise Rhai logo. 2020-12-18 19:12:30 +08:00
book.toml Update URL links. 2021-01-07 17:30:06 +08:00
README.md Update URL links. 2021-01-07 17:30:06 +08:00

The Rhai Book

The Rhai Book serves as Rhai's primary documentation and tutorial resource.

How to Build from Source

cargo install mdbook
cargo install mdbook-tera
  • Run build in source directory:
cd doc
mdbook build

Configuration Settings

Settings stored in context.json:

Setting Description
version version of Rhai
repoHome points to the root of the GitHub repo
repoTree points to the root of the GitHub repo tree
rootUrl sub-directory for the root domain, e.g. /rhai