rhai/doc
2020-11-10 23:26:50 +08:00
..
src Change modules to namespace. 2020-11-10 23:26:50 +08:00
book.toml Add linkcheck, fix typos and expand. 2020-06-20 22:56:56 +08:00
README.md Add README for docs. 2020-10-07 13:23:28 +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