-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
93 lines (93 loc) · 2.9 KB
/
book.json
File metadata and controls
93 lines (93 loc) · 2.9 KB
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
83
84
85
86
87
88
89
90
91
92
93
{
"title": "Javascript攻略",
"description": "Javascript运行环境的介绍",
"gitbook": ">=2.0.0",
"author" : "hsz",
"language": "zh-hans",
"plugins": [ "-lunr","-search","search-pro",
"advanced-emoji",
"github" ,"github-buttons",
"katex",
"splitter",
"expandable-chapters-small",
"tbfed-pagefooter",
"-sharing",
"donate",
"sitemap-general",
"anchors","anchor-navigation-ex"],
"pluginsConfig": {
"sharing": {
"weibo": false,
"facebook": false,
"twitter": false,
"google": true,
"instapaper": false,
"vk": false,
"all": [ "google"]
},
"github": {
"url": "http://blog.hszofficial.site/TutorialForJavascript"
},
"github-buttons": {
"repo": "hsz1273327/TutorialForJavascript",
"types": ["star","watch","fork"],
"size": "small"
},
"search-pro": {
"cutWordLib": "nodejieba",
"defineWord" : ["Gitbook Use"]
},
"tbfed-pagefooter": {
"copyright":"Copyright © hsz 2019",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"donate": {
"wechat": "http://blog.hszofficial.site/img/wechat_donate.jpg",
"alipay": "http://blog.hszofficial.site/img/zhifubao_donate.jpg",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"sitemap-general": {
"prefix": "http://blog.hszofficial.site/TutorialForJavascript/"
},
"anchor-navigation-ex": {
"showLevel": true,
"associatedWithSummary": true,
"mode": "float",
"float": {
"showLevelIcon": true,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevel": true,
"associatedWithSummary": true,
"mode": "float",
"float": {
"showLevelIcon": true,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
},
"pageTop": {
"showLevelIcon": false,
"level1Icon": "fa fa-hand-o-right",
"level2Icon": "fa fa-hand-o-right",
"level3Icon": "fa fa-hand-o-right"
}
}
}
},
"structure": {
"readme": "README.md"
},
"links" : {
"sidebar" : {
"Home" : "http://blog.hszofficial.site/"
}
}
}