forked from electrode-io/electrode-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
34 lines (34 loc) · 660 Bytes
/
book.json
File metadata and controls
34 lines (34 loc) · 660 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
27
28
29
30
31
32
33
34
{
"root": "./docs",
"gitbook": "3.2.3",
"title": "Electrode Native Documentation",
"description": "Electrode Native Documentation",
"plugins": [
"theme-api",
"prism",
"github",
"-highlight",
"copy-code-button"
],
"pluginsConfig": {
"prism": {
"css": ["prismjs/themes/prism-tomorrow.css"]
},
"theme-api": {
"languages": [
{
"lang": "ios",
"name": "iOS",
"default": true
},
{
"lang": "android",
"name": "Android"
}
]
},
"github": {
"url": "https://github.com/electrode-io/electrode-native"
}
}
}