-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
41 lines (32 loc) · 831 Bytes
/
book.json
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
34
35
36
37
38
39
40
41
{
"gitbook" : "3.2.3",
"title": "GitBook Toolchain Documentation",
"structure": {
"readme": "README.md",
"summary": "SUMMARY.md"
},
"plugins": [
"tbfed-pagefooter",
"mermaid-gb3",
"chapter-fold"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright":"Copyright © aisnote at gmail dot com 2023",
"modify_label": "Latest update:",
"modify_format": "MM-DD-YYYY HH:mm:ss"
}
},
"links": {
"sidebar": {
"aisnote": "https://aisnote.com"
},
"sharing": {
"google": null,
"facebook": null,
"twitter": "https://twitter.com/aisnote",
"weibo": null,
"all": null
}
}
}