-
Notifications
You must be signed in to change notification settings - Fork 247
/
book.json
executable file
·120 lines (120 loc) · 3.24 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
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
{
"title": "NativeBase",
"plugins": [
"versions",
"codetabs",
"include-codeblock",
"ace",
"copy-code-button",
"edit-link",
"scripts",
"navigator",
"ga"
],
"pluginsConfig": {
"ga": {
"token": "UA-100873927-1"
},
"scripts": {
"files": ["./engine.js"]
},
"edit-link": {
"base": "https://github.com/GeekyAnts/native-base-docs/tree/master",
"label": "Edit This Page"
},
"include-codeblock": {
"template": "ace",
"theme": "monokai"
},
"versions": {
"gitbookConfigURL": "https://rawgit.com/GeekyAnts/native-base-docs/master/book.json",
"options": [
{
"value": "https://nativebase.io/docs/v2.13.0/",
"text": "v2.13.0",
"selected": true
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.12.0/_book/index.html",
"text": "v2.12.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.11.0/_book/index.html",
"text": "v2.11.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.10.0/_book/index.html",
"text": "v2.10.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.9.0/_book/index.html",
"text": "v2.9.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.8.0/_book/index.html",
"text": "v2.8.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.7.0/_book/index.html",
"text": "v2.7.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.6.0/_book/index.html",
"text": "v2.6.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.5.0/_book/index.html",
"text": "v2.5.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.4.0/_book/index.html",
"text": "v2.4.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.2/_book/index.html",
"text": "v2.2.0"
},
{
"value": "https://rawgit.com/GeekyAnts/native-base-docs/v2.0/_book/index.html",
"text": "v2.0.0"
},
{
"value": "https://nativebase.io/docs/v0.5.13/",
"text": "v0.5.13"
},
{
"value": "https://nativebase.io/docs/v0.5.9/",
"text": "v0.5.9"
},
{
"value": "https://nativebase.io/docs/v0.5.7/",
"text": "v0.5.7"
},
{
"value": "https://nativebase.io/docs/v0.5.5/",
"text": "v0.5.5"
},
{
"value": "https://nativebase.io/docs/v0.5.2/",
"text": "v0.5.2"
},
{
"value": "https://nativebase.io/docs/v0.5.0/",
"text": "v0.5.0"
},
{
"value": "https://nativebase.io/docs/v0.4.6/",
"text": "v0.4.6"
},
{
"value": "https://nativebase.io/docs/v0.3.1/",
"text": "v0.3.1"
},
{
"value": "https://nativebase.io/docs/v0.3.0/",
"text": "v0.3.0"
}
]
}
}
}