Skip to content

Commit dba832f

Browse files
authored
Merge pull request #38 from cusma/docs
docs: general reorganization of docs structure
2 parents 2ffbb59 + 613d8fd commit dba832f

File tree

111 files changed

+394
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+394
-228
lines changed

.markdownlint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"tables": false
77
},
88
"MD028": false,
9+
"MD031": false,
10+
"MD032": false,
911
"MD033": {
1012
"allowed_elements": ["a"]
11-
}
13+
},
14+
"MD058": false
1215
}

.markdownlintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
SUMMARY.md
2+
styles.md

book.toml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
[book]
2+
title = "Debt Algorand Standard Application (D-ASA)"
23
authors = ["Cosimo Bassi"]
3-
language = "en"
4+
description = "A standard for debt instruments tokenization on Algorand"
45
multilingual = false
6+
language = "en"
57
src = "docs"
6-
title = "Debt Algorand Standard Application (D-ASA)"
78

89
[output.html]
10+
default-theme = "light"
11+
preferred-dark-theme = "navy"
12+
smart-punctuation = true
913
mathjax-support = true
14+
git-repository-url = "https://github.com/cusma/d-asa"
15+
git-repository-icon = "fa-github"
16+
edit-url-template = "https://github.com/cusma/d-asa/edit/main/{path}"
17+
site-url = "https://cusma.github.io/d-asa/"
18+
19+
[output.html.fold]
20+
enable = true
21+
level = 3

0 commit comments

Comments
 (0)