forked from piginzoo/finance-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
39 lines (39 loc) · 850 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
{
"plugins": [
"-lunr",
"chapter-fold",
"mathjax-pro",
"intopic-toc",
"back-to-top-button",
"livereload"
],
"styles": {
"website": "styles/website.css"
},
"pluginsConfig": {
"lunr": {
"maxIndexSize": 10000000000000000
},
"theme-default": {
"showLevel": true,
"maxdepth": 1,
"mindepth": 1
},
"intopic-toc": {
"label": "章节目录",
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4, .markdown-section h5, .markdown-section h6",
"mode": "nested",
"maxDepth": 3,
"isCollapsed": true,
"isScrollspyActive": true,
"visible": true
},
"chapter-fold": {
}
},
"links": {
"sidebar": {
"动物园的猪": "http://www.piginzoo.com"
}
}
}