forked from loveloki/slate-docs-cn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
33 lines (33 loc) · 819 Bytes
/
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
{
"author": "Xheldon",
"generator": "site",
"output": "docs",
"language": "zh-hans",
"title": "Slate 中文",
"plugins": ["ga", "-search", "-lunr"],
"gitbook": "3.2.3",
"links": {
"sidebar": {
"关于我": "https://github.com/Xheldon",
"项目地址": "https://github.com/Xheldon/slate-docs-cn/tree/master"
}
},
"pluginsConfig": {
"sharing": {
"facebook": false,
"twitter": false,
"google": false,
"weibo": true,
"instapaper": false,
"vk": false
},
"ga": {
"token": "UA-79359216-3"
}
},
"headerTemplate": "__AUTHOR__",
"footerTemplate": "_TITLE_",
"styles": {
"website": "styles/website.css"
}
}