forked from ortus-docs/commandbox-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
38 lines (38 loc) · 867 Bytes
/
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
{
"isbn" : "978-1511837026",
"pdf": {
"margin": {
"bottom": 56,
"left": 25,
"right": 25,
"top": 56
}
},
"plugins": [
"richquotes",
"edit-link",
"github",
"advanced-emoji",
"sitemap-general",
"collapsible-chapters",
"anchors"
],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/Ortus-Solutions/commandbox-docs/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/ortus-solutions/commandbox"
},
"sitemap-general": {
"prefix": "https://commandbox.ortusbooks.com/content/"
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}