forked from streamlifetv/waves-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
66 lines (66 loc) · 1.62 KB
/
Copy pathbook.json
File metadata and controls
66 lines (66 loc) · 1.62 KB
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
{
"plugins": [
"custom-js-css",
"tree-shaper@git+https://github.com/KardanovIR/gitbook-plugin-tree-shaper.git",
"inline-codes@git+https://github.com/KardanovIR/gitbook-plugin-inline-codes.git",
"github-gist@git+https://github.com/KardanovIR/gitbook-plugin-github-gist",
"pretty-hint@git+https://github.com/KardanovIR/gitbook-plugin-pretty-hint.git",
"pretty-link@git+https://github.com/KardanovIR/gitbook-plugin-pretty-link.git",
"headers-with-anchors@git+https://github.com/KardanovIR/gitbook-plugin-headers-with-anchors.git",
"custom-favicon",
"flexible-alerts",
"anchor-navigation",
"youtubex",
"gtm",
"bulk-redirect"
],
"pluginsConfig": {
"bulk-redirect": {
"basepath": "/",
"redirectsFile": "redirects.json"
},
"gtm": {
"token": "GTM-KR7HQLF",
"virtualPageViews": true
},
"page-toc-optional": {
"selector": ".markdown-section h1, .markdown-section h2, .markdown-section h3",
"position": "before-first",
"showByDefault": true
},
"favicon": "/_theme/favicon.ico",
"custom-js-css": {
"js": [
],
"css": [
]
},
"flexible-alerts": {
"style": "flat",
"note": {
"label": {
"de": "Hinweis",
"en": "NOTE"
}
},
"tip": {
"label": {
"de": "Tipp",
"en": "TIP"
}
},
"warning": {
"label": {
"de": "Warnung",
"en": "WARNING"
}
},
"danger": {
"label": {
"de": "Achtung",
"en": "ATTENTION"
}
}
}
}
}