forked from xuri/excelize-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
38 lines (38 loc) · 1 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
{
"title": "Documento Excelize",
"author": "xuri",
"language": "pt",
"plugins": [
"sharing",
"-lunr",
"-search",
"search-plus",
"language-picker",
"favicon"
],
"pluginsConfig": {
"favicon": {
"shortcut": "https://xuri.me/excelize/images/favicon.ico",
"bookmark": "https://xuri.me/excelize/images/favicon.ico",
"appleTouch": "https://xuri.me/excelize/images/logo_trans_300x300.png",
"appleTouchMore": {
"120x120": "https://xuri.me/excelize/images/apple-touch-icon-120x120.png",
"180x180": "https://xuri.me/excelize/images/apple-touch-icon-180x180.png"
}
}
},
"styles": {
"website": "styles/website.css"
},
"pdf": {
"fontSize": 10,
"pageNumbers": false,
"paperSize": "a4",
"margin": {
"right": 0,
"left": 0,
"top": 0,
"bottom": 0
}
}
}