-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbook.json
102 lines (101 loc) · 2.15 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
91
92
93
94
95
96
97
98
99
100
101
102
{
"title": "anyRTC云平台",
"description": "anyRTC云平台",
"author": "anyRTC",
"output.name": "site",
"language": "zh-hans",
"gitbook": "3.2.3",
"styles": {
"website": "assets/styles/website.css"
},
"root": ".",
"plugins": [
"simpletabs",
"-lunr",
"-search",
"search-pro",
"-sharing",
"sharing-plus",
"github@^2.0.0",
"github-buttons",
"edit-link@^2.0.2",
"anchors@^0.7.1",
"include-codeblock@^3.0.2",
"splitter@^0.0.8",
"tbfed-pagefooter@^0.0.1",
"expandable-chapters",
"ar-intopic-toc",
"custom-favicon"
],
"pluginsConfig": {
"favicon": "assets/images/favicon.ico",
"theme-default": {
"showLevel": false
},
"github": {
"url": "https://github.com/anyRTC"
},
"github-buttons": {
"buttons": [
{
"user": "anyRTC",
"repo": "Documentation",
"type": "star",
"size": "small",
"count": true
}
]
},
"sharing": {
"douban": false,
"facebook": false,
"google": false,
"hatenaBookmark": false,
"instapaper": false,
"line": false,
"linkedin": false,
"messenger": false,
"pocket": false,
"qq": false,
"qzone": false,
"stumbleupon": false,
"twitter": false,
"viber": false,
"vk": false,
"weibo": false,
"whatsapp": false,
"all": [
"douban",
"facebook",
"google",
"twitter",
"qq",
"qzone",
"weibo",
"whatsapp"
]
},
"include-codeblock": {
"template": "ace",
"unindent": true,
"edit": true
},
"tbfed-pagefooter": {
"copyright": "© 2016-2019 铂渊信息技术(上海)有限公司",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
},
"edit-link": {
"base": "https://github.com/anyRTC/Documentation/blob/master/",
"label": "编辑本页"
},
"ar-intopic-toc": {
"selector": ".markdown-section h2",
"visible": true,
"label": {
"de": "",
"en": ""
}
}
}
}