-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.toml
More file actions
25 lines (21 loc) · 639 Bytes
/
Copy pathbook.toml
File metadata and controls
25 lines (21 loc) · 639 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 = "Debt Algorand Standard Application (D-ASA)"
authors = ["Cosimo Bassi"]
description = "A standard for debt instruments tokenization on Algorand"
language = "en"
src = "docs"
[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
smart-punctuation = true
mathjax-support = true
git-repository-url = "https://github.com/cusma/d-asa"
edit-url-template = "https://github.com/cusma/d-asa/edit/main/{path}"
site-url = "https://cusma.github.io/d-asa/"
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.html.fold]
enable = true
level = 3
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"