forked from xuri/excelize-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
45 lines (45 loc) · 1.18 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
45
{
"title": "Excelize",
"author": "xuri",
"language": "en",
"plugins": [
"-sharing",
"-lunr",
"-search",
"search-plus",
"scripts",
"sitemap-general",
"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"
}
},
"sitemap-general": {
"prefix": "https://xuri.me/excelize/"
},
"scripts": {
"files": []
}
},
"pdf": {
"fontSize": 10,
"pageNumbers": false,
"paperSize": "a4",
"margin": {
"right": 0,
"left": 0,
"top": 0,
"bottom": 0
},
"headerTemplate": null,
"footerTemplate": null
}
}