-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathbook.toml
More file actions
25 lines (20 loc) · 608 Bytes
/
Copy pathbook.toml
File metadata and controls
25 lines (20 loc) · 608 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
[book]
title = "The HEMTT Book"
description = "Everything you need to build Arma 3 mods with HEMTT"
authors = ["Brett Mayson"]
language = "en"
src = "book"
[rust]
edition = "2024"
[output.html]
git-repository-url = "https://github.com/brettmayson/HEMTT/tree/main/book"
edit-url-template = "https://github.com/brettmayson/HEMTT/edit/main/{path}"
default-theme = "ayu"
preferred-dark-theme = "ayu"
additional-js = ["book/time.js", "book/whichlang.js"]
additional-css = ["book/whichlang.css"]
[build]
build-dir = "target/book"
[preprocessor]
[preprocessor.lints]
command = "cargo run --bin hemtt-book-gen"