forked from redux-observable/redux-observable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
26 lines (26 loc) · 633 Bytes
/
Copy pathbook.json
File metadata and controls
26 lines (26 loc) · 633 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
26
{
"gitbook": "^3.1.1",
"title": "redux-observable",
"plugins": ["edit-link", "prism", "github", "anker-enable", "addcssjs"],
"pluginsConfig": {
"theme-default": {
"showLevel": true
},
"sharing": {
"google": false,
"facebook": false,
"twitter": false
},
"edit-link": {
"base": "https://github.com/redux-observable/redux-observable/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/redux-observable/redux-observable/"
},
"addcssjs": {
"js": ["website/script.js"],
"css": ["website/style.css"]
}
}
}