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
124 lines (124 loc) · 3.39 KB
/
book.json
File metadata and controls
124 lines (124 loc) · 3.39 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"root": "./docs",
"gitbook": "3.2.3",
"title": "Electrode Native Documentation",
"description": "Electrode Native Documentation",
"plugins": [
"theme-api",
"edit-link",
"prism",
"github",
"versions",
"-highlight",
"scripts",
"copy-code-button"
],
"pluginsConfig": {
"prism": {
"css": ["prismjs/themes/prism-tomorrow.css"]
},
"theme-api": {
"languages": [
{
"lang": "ios",
"name": "iOS",
"default": true
},
{
"lang": "android",
"name": "Android"
}
],
"split": false
},
"edit-link": {
"base":
"https://github.com/electrode-io/electrode-native/tree/master/docs",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/electrode-io/electrode-native"
},
"versions": {
"gitbookConfigURL":
"https://raw.githubusercontent.com/electrode-io/electrode-native/master/book.json",
"options": [
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.7/",
"text": "Electrode Native [v0.7]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.8/",
"text": "Electrode Native [v0.8]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.9/",
"text": "Electrode Native [v0.9]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.10/",
"text": "Electrode Native [v0.10]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.11/",
"text": "Electrode Native [v0.11]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.12/",
"text": "Electrode Native [v0.12]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.13/",
"text": "Electrode Native [v0.13]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.14/",
"text": "Electrode Native [v0.14]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.15/",
"text": "Electrode Native [v0.15]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.16/",
"text": "Electrode Native [v0.16]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.17/",
"text": "Electrode Native [v0.17]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.18/",
"text": "Electrode Native [v0.18]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/v0.19/",
"text": "Electrode Native [v0.19]"
},
{
"value":
"https://electrode.gitbooks.io/electrode-native/content/v/master/",
"text": "Electrode Native [master]",
"selected": true
}
]
},
"scripts-styles": {
"js": ["./js/gitbook.js"],
"css": ["./styles/website.css"]
}
}
}