-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathbook.json
More file actions
37 lines (37 loc) · 861 Bytes
/
book.json
File metadata and controls
37 lines (37 loc) · 861 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
30
31
32
33
34
35
36
37
{
"title": "JWT Framework",
"author": "Florent Morselli",
"language": "en",
"plugins": ["theme-api","autocover"],
"pluginsConfig": {
"theme-api": {
"theme": "dark"
},
"autocover": {
"font": {
"size": null,
"family": "Impact",
"color": "#FFF"
},
"size": {
"w": 1800,
"h": 2360
},
"background": {
"color": "#09F"
}
},
"pdf": {
"pageNumbers": true,
"fontSize": 12,
"fontFamily": "Arial",
"paperSize": "a4",
"margin": {
"top": 56,
"bottom": 56,
"left": 62,
"right": 62
}
}
}
}