forked from redux-saga/redux-saga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
32 lines (32 loc) · 835 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
{
"gitbook": "3.2.0",
"title": "Redux-Saga",
"plugins": ["prism@1.0.0", "-highlight", "github", "favicon"],
"pluginsConfig": {
"github": {
"url": "https://github.com/redux-saga/redux-saga/"
},
"sharing": {
"facebook": true,
"twitter": true,
"google": false,
"weibo": false,
"instapaper": false,
"vk": false
},
"theme-default": {
"styles": {
"website": "build/gitbook.css"
}
},
"favicon":{
"shortcut": "logo/favicon/favicon.ico",
"bookmark": "logo/favicon/favicon.ico",
"appleTouch": "logo/favicon/apple-touch-icon-152x152.png",
"appleTouchMore": {
"120x120": "logo/favicon/apple-touch-icon-120x120.png",
"180x180": "logo/favicon/apple-touch-icon-180x180.png"
}
}
}
}