forked from pubkey/rxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.json
40 lines (40 loc) · 1.08 KB
/
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
35
36
37
38
39
40
{
"gitbook": "3.2.3",
"root": ".",
"output": "./docs",
"title": "RxDB - Documentation",
"plugins": [
"edit-link",
"github",
"custom-favicon",
"-sharing",
"expandable-chapters",
"scripts"
],
"links": {
"sidebar": {
"← Home ": "/",
"Follow @twitter ": "https://twitter.com/intent/user?screen_name=rxdbjs",
"Chat @gitter ": "https://gitter.im/pubkey/rxdb",
"Star @github ": "https://github.com/pubkey/rxdb",
"Donate @github ": "https://github.com/sponsors/pubkey"
}
},
"pluginsConfig": {
"favicon": "./files/logo/icon.ico",
"edit-link": {
"base": "https://github.com/pubkey/rxdb/tree/master/docs-src",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/pubkey/rxdb"
},
"expandable-chapters": {},
"scripts": {
"files": [
"./gitter.js",
"./analytics.js"
]
}
}
}