-
Notifications
You must be signed in to change notification settings - Fork 4
/
book.json
90 lines (90 loc) · 2.11 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
83
84
85
86
87
88
89
90
{
"title": "Node.js 应用开发",
"description" : "Node.js 应用开发课程资料",
"author": "王顶",
"language": "zh-hans",
"plugins": [
"-lunr",
"-search",
"-highlight",
"-sharing",
"edit-link",
"forkmegithub-cn",
"search-plus",
"sharing-plus",
"anchor-navigation-ex",
"copy-code-button",
"prism",
"splitter",
"image-captions-extended",
"bsz",
"fancybox",
"image-wrapper",
"gtalk",
"versions-select"
],
"pluginsConfig": {
"versions": {
"gitbookConfigURL": "http://nodejs.wangding.co/book.json",
"options": [
{
"value": "http://nodejs.wangding.co",
"text": "Node.js 应用开发"
},
{
"value": "http://nodejs.wangding.co/advanced/",
"text": "Node.js 高级实战"
}]
},
"gtalk": {
"clientID": "082a682f79b163ab6198",
"clientSecret": "f872143a272619b840ea2a1838f1316aa38ba994",
"repo": "nodejs",
"owner": "wangding",
"admin": ["wangding"],
"labels": ["nodejs"]
},
"anchor-navigation-ex": {
"multipleH1": false
},
"forkmegithub-cn": {
"url": "https://github.com/wangding/nodejs",
"color": "red"
},
"edit-link": {
"base": "https://github.com/wangding/nodejs/blob/master/",
"label": "编辑本页"
},
"sharing": {
"douban": true,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": true,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"weibo", "douban", "qzone", "qq"
]
},
"image-captions": {
"caption": "图:_CAPTION_"
},
"bsz": {
"copyright": "2018 - <span class=\"bsz-this-year\"></span> by <a href=\"http://i.wangding.co\">王顶</a>. All rights reserved."
}
},
"styles": {
"website": "styles/website.css"
}
}