forked from onedata/onedata-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
34 lines (34 loc) · 851 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
{
"gitbook": "~2.6",
"plugins": [
"search@file:gitbook-plugin-search",
"onedata-theme@file:gitbook-plugin-onedata-theme",
"youtube@file:gitbook-plugin-youtube",
"include",
"custom-favicon",
"styles-sass@file:gitbook-plugin-styles-sass",
"ga",
],
"variables": {
},
"structure": {
"readme": "INTRO.md"
},
"styles": {
"website": "node_modules/gitbook-plugin-onedata-theme/book/onedata.scss"
},
"pluginsConfig": {
"image-captions": {
"caption": ""
},
"ga": {
"token": "UA-63301911-1"
},
"favicon": "doc/img/onedata.ico"
}
}