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
25 lines (25 loc) · 793 Bytes
/
book.json
File metadata and controls
25 lines (25 loc) · 793 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
{
"plugins": [
"custom-js-css",
"tree-shaper@git+https://github.com/KardanovIR/gitbook-plugin-tree-shaper.git",
"inline-codes@git+https://github.com/Shushik/gitbook-plugin-inline-codes.git",
"github-gist@git+https://github.com/Shushik/gitbook-plugin-github-gist.git",
"pretty-hint@git+https://github.com/Shushik/gitbook-plugin-pretty-hint.git",
"pretty-link@git+https://github.com/Shushik/gitbook-plugin-pretty-link.git",
"headers-with-anchors@git+https://github.com/Shushik/gitbook-plugin-headers-with-anchors.git",
"custom-favicon"
],
"pluginsConfig": {
"gtm": {
"token": "GTM-P2JT7Z",
"virtualPageViews": true
},
"favicon": "/_theme/favicon.ico",
"custom-js-css": {
"js": [
],
"css": [
]
}
}
}