-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbook.json
61 lines (61 loc) · 1.45 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
{
"title": "CNCC-sig",
"description": "CNCC-sig",
"author": "CNCC-sig.cn",
"gitbook": ">= 3.2.2",
"language": "zh-hans",
"plugins": [
"alerts",
"tbfed-pagefooter",
"sectionx",
"expandable-chapters",
"chapter-fold",
"emphasize",
"chapter-fold",
"hide-element",
"tags",
"text-highlight",
"hints",
"-sharing",
"sharing-plus",
"edit-link"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/houhuiting/cncc-sig-white-paper/edit/master",
"label": "编辑"
},
"sectionx": {
"tag": "b"
},
"hide-element": {
"elements": [".gitbook-link"]
},
"sharing": {
"douban": true,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": true,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": true,
"whatsapp": false,
"all": [
"weibo"
]
}
},
"structure": {
"readme": "introduction.md"
},
"generator": "site"
}