-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
42 lines (42 loc) · 1 KB
/
book.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"title": "JavaScript全栈 - Pre-Course",
"description": "思沃学院之JavaScript全栈 - Pre-Course",
"language": "zh",
"plugins": [
"disqus",
"github",
"editlink",
"prism",
"-highlight",
"splitter",
"sitemap",
"-sharing",
"-search"
],
"pluginsConfig": {
"disqus": {
"shortName": "tws-js-precourse"
},
"github": {
"url": "https://github.com/tws-challenge/javascriptFullStackPre-Course"
},
"editlink": {
"base": "https://tws.gitbooks.io/javascript-pre-course/content",
"label": "编辑本页"
},
"sitemap": {
"hostname": "https://tws.gitbooks.io/javascript-pre-course/"
},"sharing": {
"facebook": true,
"twitter": true,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": [
"facebook", "google", "twitter",
"weibo", "instapaper"
]
}
}
}