forked from ortus-docs/Modern-ColdFusion-CFML-In-100-Minutes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
box.json
38 lines (38 loc) · 854 Bytes
/
box.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
{
gitbook: ">=2.0.1",
pdf: {
margin: {
bottom: 56,
left: 25,
right: 25,
top: 56
}
},
plugins: [
"richquotes",
"edit-link",
"github",
"advanced-emoji",
"sitemap",
"collapsible-chapters",
"anchors"
],
pluginsConfig: {
edit-link: {
base: "https://github.com/ortus-docs/Modern-ColdFusion-CFML-In-100-Minutes/tree/development",
label: "Edit This Page"
},
github: {
url: "https://github.com/ortus-docs/Modern-ColdFusion-CFML-In-100-Minutes"
},
sitemap: {
hostname: "https://modern-cfml.ortusbooks.com"
}
},
links: {
sharing: {
facebook: false,
twitter: false
}
}
}