forked from NethermindEth/StarknetByExample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
33 lines (27 loc) · 769 Bytes
/
book.toml
File metadata and controls
33 lines (27 loc) · 769 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
32
33
[book]
authors = ["msaug", "julio4"]
language = "en"
multilingual = false
src = "src"
title = "Starknet by Example"
[build]
extra-watch-dirs = ["listings", "po"]
[preprocessor.cairo]
after = ["links"]
[preprocessor.gettext]
after = ["cairo"]
[preprocessor.last-changed]
command = "mdbook-last-changed"
renderer = ["html"]
[output.html.code.hidelines]
cairo = "# "
[output.html]
git-repository-url = "https://github.com/NethermindEth/StarknetByExample"
edit-url-template = "https://github.com/NethermindEth/StarknetByExample/edit/main/{path}"
playground.runnable = false
fold.enable = true
fold.level = 2
additional-css = ["./theme/css/last-changed.css", "./theme/css/catppuccin.css"]
default-theme = "latte"
preferred-dark-theme = "frappe"
mathjax-support = true