forked from turi-code/userguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
30 lines (30 loc) · 694 Bytes
/
book.json
File metadata and controls
30 lines (30 loc) · 694 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
{
"gitbook": "2.6.4",
"plugins": [
"customtheme@0.2.1",
"collapsible-menu@1.0.2",
"anchors@0.5.0",
"mathjax@1.0.0"
],
"pluginsConfig": {
"fontSettings": {
"theme": "white",
"family": "sans",
"size": 2
},
"customtheme": {
"css": ["dato/css/glc.css"],
"js": ["dato/js/d3/d3.min.js",
"dato/js/jquery/jquery-2.1.3.min.js",
"supervised-learning/images/random-utils.js",
"supervised-learning/images/plotting-utils.js",
"dato/js/metrics.js"]
}
},
"links": {
"sidebar": {
"Dato.com": "https://dato.com",
"Edit this on Github": "https://github.com/dato-code/userguide"
}
}
}