forked from prescottprue/react-redux-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
32 lines (32 loc) · 939 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.1",
"title": "React Redux Firebase",
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs", "versions-select"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/prescottprue/react-redux-firebase/tree/master",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/prescottprue/react-redux-firebase/"
},
"theme-default": {
"styles": {
"website": "build/gitbook.css"
}
},
"versions": {
"gitbookConfigURL": "https://raw.githubusercontent.com/prescottprue/react-redux-firebase/v2.0.0/book.json",
"options": [
{
"value": "http://docs.react-redux-firebase.com/history/v1.4.0/",
"text": "Version 1.4.0"
},
{
"value": "http://docs.react-redux-firebase.com/history/v2.0.0/",
"text": "Version 2.0.0"
}
]
}
}
}