-
Notifications
You must be signed in to change notification settings - Fork 47
/
book.json
50 lines (49 loc) · 853 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"plugins": [
"sharing",
"custom-favicon",
"gtm",
"custom-js-css",
"custom-favicon",
"anchors"
],
"pluginsConfig": {
"theme-bandwidth": {
"languages": [
{
"lang": "js",
"name": "Js",
"default": true
},
{
"lang": "csharp",
"name": "C#"
},
{
"lang": "ruby",
"name": "ruby"
},
{
"lang": "bash",
"name": "cURL"
}
]
},
"layout": {
"headerPath": "layouts/header.html"
},
"gtm": {
"token": "GTM-P2JT7Z",
"virtualPageViews": true
},
"favicon": "/_theme/favicon.ico",
"custom-js-css": {
"js": [
"./_theme/tree-shaper.js"
],
"css": [
"./_theme/tree-shaper.css"
]
}
}
}