-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbook.json
103 lines (99 loc) · 2.97 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"gitbook": ">=3.2.0",
"plugins": [
"-collapsible-menu",
"-localized-footer",
"search",
"links",
"expandable-chapters",
"youtubex",
"-downloadpdf",
"advanced-emoji",
"-sharing",
"-ga",
"-3-ba",
"gtm",
"richquotes",
"-sidebar-ad",
"-edit-links",
"anchors",
"header",
"-meta",
"verifications",
"-quizzes",
"quiz",
"exercises",
"page-feedback",
"-disqus",
"language-picker",
"-recently-updated",
"cookie-consent"
],
"pluginsConfig": {
"cookieConsent": {
"message": "Accept cookies and our privacy policy found at toladata.com/data-privacy-policy/"
},
"disqus": {
"shortName": "toladata"
},
"page-feedback": {
"slack-channel": "knowledgebase-updates",
"slack-webhook": "https://hooks.slack.com/services/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"
},
"layout": {
"headerPath" : "layouts/header.html"
},
"richquotes": {
"default": false
},
"language-picker": {
"grid-columns": 3
},
"gtm": {
"token": "GTM-K7LMBTC",
"virtualPageViews": true
},
"meta": {
"name": "google-site-verification",
"content": "QHbZ-5LJ-NBS2JQ7d1EBhKvmwZGrrXLU-ZrXF0LjGBs"
},
"verifications": {
"googleSearchConsoleContent": "QHbZ-5LJ-NBS2JQ7d1EBhKvmwZGrrXLU-ZrXF0LjGBs"
},
"links": {
"sidebar": {
"Contact Us": "mailto:[email protected]",
"home": "https://help.toladata.com/en/"
},
"home": "https://help.toladata.com/en/"
},
"github": {
"url": "https://github.com/toladata"
},
"edit-link": {
"base": "https://github.com/toladata/knowledgebase/edit/master/",
"label": "Suggest Changes to this Page"
},
"localized-footer" : {
"hline": true,
"filename": "./FOOTER.md"
},
"sharing": {
"facebook": false,
"twitter": false,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false,
"all": []
},
"styles": {
"website": "styles/website.css"
},
"downloadpdf": {
"base": "https://www.gitbook.com/download/pdf/book/toladata/knowledgebase",
"label": "Download PDF",
"multilingual": false
}
}
}