-
Notifications
You must be signed in to change notification settings - Fork 9
/
book.json
82 lines (75 loc) · 1.84 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "abacus-user-guide",
"description": "国产DFT开源软件ABACUS中文使用教程",
"plugins": [
"image-captions",
"auto-scroll-table",
"splitter",
"3-ba",
"theme-comscore",
"insert-logo",
"custom-favicon",
"intopic-toc",
"anchors",
"chapter-fold",
"expandable-chapters",
"-lunr",
"-search",
"search-plus",
"prism",
"-highlight",
"code",
"mathjax-pro",
"hide-element",
"tbfed-pagefooter",
"disqus",
"github-buttons",
"sharing-plus",
"-sharing"
],
"pluginsConfig": {
"tbfed-pagefooter": {
"copyright":"Copyright © mcresearch.gitee.io 2023",
"modify_label": "该文章修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"disqus": {
"shortName": "abacus-user-guide"
},
"image-captions": {
"caption": "图 _PAGE_IMAGE_NUMBER_. _CAPTION_"
},
"3-ba": {
"token": "25153cb8bd9a872cfec60b4b23ac0176"
},
"hide-element": {
"elements": [".gitbook-link"]
},
"page-treeview": {
"copyright": "Copyright © aleen42",
"minHeaderCount": "2",
"minHeaderDeep": "2"
},
"page-toc-button": {
"maxTocDepth": 2,
"minTocSize": 2
},
"insert-logo": {
"url": "./picture/abacus-logo.svg",
"style": "background: none;max-height: 70px;width: -webkit-fill-available;max-width: 180px;"
},
"favicon": "./picture/abacus-logo.jpg",
"github-buttons": {
"buttons": [{
"user": "MCresearch",
"repo": "abacus-user-guide",
"type": "star",
"size": "middle",
"count": true
}]
},
"sharing": {
"weibo": false
}
}
}