-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
65 lines (65 loc) · 1.26 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"plugins": [
"insert-logo-link",
"html5-video",
"youtube",
"codepen",
"sharing",
"code",
"richquotes"
],
"pluginsConfig": {
"code": {
"copyButtons": true
},
"richquotes":
{
"star": {
"alert": "warning",
"picto": "fa-star"
},
"custom": {
"alert": "success",
"picto": "fa-user"
}
},
"theme-default": {
"showLevel": false,
"styles": {
"website": "build/gitbook.css"
}
},
"insert-logo-link": {
"src": "https://res.cloudinary.com/cloudinary/image/upload/c_scale,w_200/v1/logo/for_white_bg/cloudinary_logo_for_white_bg.png",
"url": "https://www.cloudinary.com"
},
"sharing": {
"facebook": true,
"twitter": true,
"google": true,
"weibo": false,
"instapaper": false,
"vk": false,
"all": [
"facebook",
"google",
"twitter",
"weibo",
"instapaper"
]
},
"theme-api": {
"languages": [
{
"lang": "js",
"name": "JavaScript",
"default": true
},
{
"lang": "go",
"name": "Go"
}
]
}
}
}