Add rootUrl to links.

This commit is contained in:
Stephen Chung
2020-06-20 15:57:15 +08:00
parent 478bc7ab30
commit 348c3edc76
19 changed files with 159 additions and 150 deletions

View File

@@ -6,7 +6,11 @@ language = "en"
[output.html]
no-section-label = true
git-repository-url = "https://github.com/jonathandturner/rhai"
[output.html.fold]
enable = true
level = 4
level = 4
[preprocessor.tera]
command = "mdbook-tera --json ./src/context.json"