forked from zhiyong0804/server_develop_guide_book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
29 lines (28 loc) · 620 Bytes
/
book.json
File metadata and controls
29 lines (28 loc) · 620 Bytes
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
{
"gitbook": "2.x.x",
"plugins": [],
"styles": {
"website": "styles/ebook.css",
"ebook": "styles/ebook.css",
"pdf": "styles/pdf.css",
"mobi": "styles/mobi.css",
"epub": "styles/epub.css"
},
"links": {
"sidebar": {
"ntyTcp": "http://www.0voice.com"
},
"sharing": {
"google": "fuck you gitbook",
"facebook": null,
"twitter": null,
"weibo": null,
"all": null
}
},
"pluginsConfig": {
"theme-default": {
"showLevel": false
}
}
}