-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbook.json
65 lines (65 loc) · 1.35 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
{
"title": "zhan 编程笔记",
"outputfile": "SUMMARY.md",
"catalog": "all",
"ignores": [
".vscode",
"_book",
"node_modules"
],
"unchanged": [],
"sortedBy": "-",
"disableTitleFormatting": true,
"description": "程序员笔记",
"plugins": [
"github",
"github-buttons",
"simple-page-toc",
"edit-link",
"copy-code-button",
"expandable-chapters",
"splitter",
"3-ba",
"anchor-navigation-ex",
"pageview-count"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/zhan3333"
},
"github-buttons": {
"buttons": [
{
"user": "zhan3333",
"repo": "note",
"type": "star",
"size": "small"
},
{
"user": "zhan3333",
"type": "follow",
"size": "small",
"count": false
}
]
},
"edit-link": {
"base": "https://github.com/zhan3333/note/blob/master",
"label": "编辑本页"
},
"size": "small",
"simple-page-toc": {
"maxDepth": 3,
"skipFirstH1": true
},
"3-ba": {
"token": "c0ea51a59e43824b86dd1cdb4d773734"
},
"anchor-navigation-ex": {
"isShowTocTitleIcon": true,
"tocLevel1Icon": "fa fa-hand-o-right",
"tocLevel2Icon": "fa fa-hand-o-right",
"tocLevel3Icon": "fa fa-hand-o-right"
}
}
}