-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathbook.json
44 lines (44 loc) · 1.11 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
{
"root": "./book",
"title": "React 模式",
"description": "介绍 React 开发的设计模式和技术的免费开源书籍",
"author": "SangKa",
"gitbook": "3.2.3",
"plugins": ["github", "edit-link", "copy-code-button", "github-buttons"],
"pluginsConfig": {
"github": {
"url": "https://github.com/SangKa/react-in-patterns-cn"
},
"edit-link": {
"base": "https://github.com/SangKa/react-in-patterns-cn/tree/master/book",
"label": "帮忙纠错"
},
"github-buttons": {
"buttons": [{
"user" : "SangKa",
"repo" : "react-in-patterns-cn",
"type" : "fork",
"size" : "small",
"count": true
}, {
"user" : "SangKa",
"repo" : "react-in-patterns-cn",
"type" : "star",
"size" : "small",
"count": true
}]
}
},
"pdf": {
"pageNumbers": true,
"fontSize": 12,
"fontFamily": "Arial",
"paperSize": "a5",
"pageBreaksBefore": "//*[@class='new-page']"
},
"styles": {
"website": "./styles/website.css",
"ebook": "./styles/ebook.css",
"pdf": "./styles/ebook.css"
}
}