-
Notifications
You must be signed in to change notification settings - Fork 3
/
book.json
44 lines (44 loc) · 1.24 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
{
"title": "Docs of Server-X",
"description": "svrx(server-x) is a pluggable platform built for efficient front-end development",
"language": "en",
"plugins": [
"code",
"todo",
"-lunr", "-search", "search-pro",
"github",
"-sharing", "sharing-plus",
"tbfed-pagefooter",
"anchor-navigation-ex",
"edit-link",
"hide-published-with"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/svrxjs/svrx"
},
"sharing": {
"douban": false,
"facebook": true,
"twitter": true,
"pocket": true,
"qq": false,
"qzone": false,
"weibo": true,
"all": [
"douban", "facebook", "twitter", "instapaper", "linkedin", "weibo",
"messenger","qq", "qzone","viber","whatsapp"
]
},
"tbfed-pagefooter": {
"copyright":"Copyright © 2019, NetEase, Inc."
},
"edit-link": {
"base": "https://github.com/svrxjs/svrx-docs/blob/master",
"label": "Edit This Page"
},
"anchor-navigation-ex": {
"showLevel": false
}
}
}