-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
31 lines (25 loc) · 875 Bytes
/
book.toml
File metadata and controls
31 lines (25 loc) · 875 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
26
27
28
29
30
31
[book]
authors = ["Brandon Frohs"]
language = "en"
multilingual = false
src = "book/src"
title = "Oxiplate Documentation"
[rust]
edition = "2024"
[build]
build-dir = "book/output"
[output.html]
git-repository-url = "https://github.com/0b10011/oxiplate"
edit-url-template = "https://github.com/0b10011/oxiplate/edit/main/{path}"
site-url = "/oxiplate/"
[output.html.playground]
runnable = false
[output.html.redirect]
"/writs.html" = "./templates/writs/index.html"
"/statements/extends.html" = "../templates/statements/extends.html"
"/statements/if-else.html" = "../templates/statements/if-else.html"
"/statements/for.html" = "../templates/statements/for.html"
"/whitespace-control.html" = "./templates/whitespace-control.html"
"/expressions.html" = "./templates/expressions/index.html"
"/templates/expressions.html" = "./expressions/index.html"
[preprocessor.codename]