-
Notifications
You must be signed in to change notification settings - Fork 271
Expand file tree
/
Copy pathbook.json
More file actions
40 lines (39 loc) · 709 Bytes
/
Copy pathbook.json
File metadata and controls
40 lines (39 loc) · 709 Bytes
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
{
"title": "前端进阶",
"author": "Dennis Jiang",
"description": "前端知识总结",
"language": "zh-hans",
"gitbook": "3.2.3",
"plugins": [
"highlight",
"search-pro",
"livereload",
"back-to-top-button",
"github",
"-sharing",
"sharing-plus",
"chapter-fold",
"anchor-navigation-ex",
"katex",
"icp"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/dennis-jiang/Front-End-Knowledges"
},
"sharing": {
"weibo": true,
"qq": true,
"all": [
"douban", "linkedin", "qzone", "facebook", "twitter", "google"
]
},
"anchor-navigation-ex": {
"showLevel": false,
"showGoTop": false
},
"icp": {
"number": "苏ICP备16008535号"
}
}
}