@@ -2,6 +2,7 @@ import js from './images/js.svg';
2
2
import java from './images/java.svg' ;
3
3
import python from './images/python.svg' ;
4
4
import react from './images/react.svg' ;
5
+ import reactnative from './images/reactnative.svg' ;
5
6
import csharp from './images/csharp.svg' ;
6
7
import go from './images/go.svg' ;
7
8
import nodejs from './images/nodejs.svg' ;
@@ -33,155 +34,139 @@ export const data = {
33
34
title : 'JavaScript' ,
34
35
text : 'Ably SDK for JavaScript.' ,
35
36
image : { src : js , isWide : false } ,
36
- githubRepoURL : 'https://github.com/ably/ably-js' ,
37
- setupLink : 'getting-started/setup?lang=javascript' ,
37
+ setupLink : 'getting-started/javascript' ,
38
38
} ,
39
39
{
40
40
title : 'Java' ,
41
41
text : 'Ably SDK for Java.' ,
42
42
image : { src : java , isWide : false } ,
43
- githubRepoURL : 'https://github.com/ably/ably-java' ,
44
- setupLink : 'getting-started/setup?lang=java' ,
43
+ setupLink : 'getting-started/java' ,
45
44
} ,
46
45
{
47
46
title : 'Python' ,
48
47
text : 'Ably SDK for Python.' ,
49
48
image : { src : python , isWide : false } ,
50
- githubRepoURL : 'https://github.com/ably/ably-python' ,
51
- setupLink : 'getting-started/setup?lang=python' ,
49
+ setupLink : 'getting-started/python' ,
52
50
} ,
53
51
{
54
52
title : 'React' ,
55
53
text : 'Ably React Hooks package.' ,
56
54
image : { src : react , isWide : false } ,
57
- githubRepoURL : 'https://github.com/ably/ably-js' ,
58
- setupLink : 'getting-started/react-hooks' ,
55
+ setupLink : 'getting-started/react' ,
56
+ } ,
57
+ {
58
+ title : 'React Native' ,
59
+ text : 'Ably React Native SDK.' ,
60
+ image : { src : reactnative , isWide : false } ,
61
+ setupLink : 'getting-started/react-native' ,
59
62
} ,
60
63
{
61
64
title : 'C#.NET' ,
62
65
text : 'Ably SDK for C#.NET.' ,
63
66
image : { src : csharp , isWide : false } ,
64
- githubRepoURL : 'https://github.com/ably/ably-dotnet' ,
65
- setupLink : 'getting-started/setup?lang=csharp' ,
67
+ setupLink : 'getting-started/dotnet' ,
66
68
} ,
67
69
{
68
70
title : 'Go' ,
69
71
text : 'Ably SDK for Go.' ,
70
72
image : { src : go , isWide : false } ,
71
- githubRepoURL : 'https://github.com/ably/ably-go' ,
72
- setupLink : 'getting-started/setup?lang=go' ,
73
+ setupLink : 'getting-started/go' ,
73
74
} ,
74
75
{
75
76
title : 'Node.js' ,
76
77
text : 'Ably SDK for Node.js.' ,
77
78
image : { src : nodejs , isWide : false } ,
78
- githubRepoURL : 'https://github.com/ably/ably-js' ,
79
- setupLink : 'getting-started/setup?lang=nodejs' ,
79
+ setupLink : 'getting-started/node' ,
80
80
} ,
81
81
{
82
82
title : 'Ruby' ,
83
83
text : 'Ably SDK for Ruby.' ,
84
84
image : { src : ruby , isWide : false } ,
85
- githubRepoURL : 'https://github.com/ably/ably-ruby' ,
86
- setupLink : 'getting-started/setup?lang=ruby' ,
85
+ setupLink : 'getting-started/ruby' ,
87
86
} ,
88
87
{
89
88
title : 'Swift' ,
90
89
text : 'Ably SDK for Swift.' ,
91
90
image : { src : swift , isWide : false } ,
92
- githubRepoURL : 'https://github.com/ably/ably-cocoa' ,
93
- setupLink : 'getting-started/setup?lang=swift' ,
91
+ setupLink : 'getting-started/swift' ,
94
92
} ,
95
93
{
96
94
title : 'Objective-C' ,
97
95
text : 'Ably SDK for Objective-C.' ,
98
96
image : { src : objectivec , isWide : false } ,
99
- githubRepoURL : 'https://github.com/ably/ably-cocoa' ,
100
- setupLink : 'getting-started/setup?lang=objc' ,
97
+ setupLink : 'getting-started/objective-c' ,
101
98
} ,
102
99
{
103
100
title : 'Flutter' ,
104
101
text : 'Ably SDK for Flutter.' ,
105
102
image : { src : flutter , isWide : false } ,
106
- githubRepoURL : 'https://github.com/ably/ably-flutter' ,
107
- setupLink : 'getting-started/setup?lang=flutter' ,
103
+ setupLink : 'getting-started/flutter' ,
108
104
} ,
109
105
{
110
106
title : 'PHP' ,
111
107
text : 'Ably SDK for PHP.' ,
112
108
image : { src : php , isWide : false } ,
113
- githubRepoURL : 'https://github.com/ably/ably-php' ,
114
- setupLink : 'getting-started/setup?lang=php' ,
109
+ setupLink : 'getting-started/php' ,
115
110
} ,
116
111
{
117
112
title : 'PHP Laravel' ,
118
113
text : 'Ably SDK for PHP Laravel.' ,
119
114
image : { src : laravel , isWide : false } ,
120
- githubRepoURL : 'https://github.com/ably/ably-php#laravel-realtime-broadcasting' ,
121
- setupLink : 'https://github.com/ably/ably-php#laravel-realtime-broadcasting' ,
115
+ setupLink : 'getting-started/laravel' ,
122
116
} ,
123
117
{
124
118
title : 'Android' ,
125
119
text : 'Ably SDK for Android.' ,
126
120
image : { src : android , isWide : false } ,
127
- githubRepoURL : 'https://github.com/ably/ably-java' ,
128
- setupLink : 'getting-started/setup?lang=java' ,
121
+ setupLink : 'getting-started/kotlin' ,
129
122
} ,
130
123
{
131
124
title : 'Kotlin' ,
132
125
text : 'Ably SDK for Kotlin.' ,
133
126
image : { src : kotlin , isWide : false } ,
134
- githubRepoURL : 'https://github.com/ably/ably-java' ,
135
- setupLink : 'getting-started/setup?lang=java' ,
127
+ setupLink : 'getting-started/kotlin' ,
136
128
} ,
137
129
{
138
130
title : 'Unity' ,
139
131
text : 'Ably SDK for Unity.' ,
140
132
image : { src : unity , isWide : false } ,
141
- githubRepoURL : 'https://github.com/ably/ably-dotnet' ,
142
133
setupLink : 'https://github.com/ably/ably-dotnet/blob/main/unity/README.md' ,
143
134
} ,
144
135
{
145
136
title : 'Xamarin' ,
146
137
text : 'Ably SDK for Xamarin.' ,
147
138
image : { src : xamarin , isWide : false } ,
148
- githubRepoURL : 'https://github.com/ably/ably-dotnet' ,
149
- setupLink : 'getting-started/setup?lang=csharp' ,
139
+ setupLink : 'getting-started/dotnet' ,
150
140
} ,
151
141
{
152
142
title : 'NativeScript' ,
153
143
text : 'Ably SDK for NativeScript.' ,
154
144
image : { src : nativescript , isWide : false } ,
155
- githubRepoURL : 'https://github.com/ably/ably-js-nativescript' ,
156
145
setupLink : 'https://github.com/ably/ably-js-nativescript#how-to-use-this-library' ,
157
146
} ,
158
147
{
159
148
title : 'React Native' ,
160
149
text : 'Ably SDK for React Native.' ,
161
150
image : { src : react , isWide : false } ,
162
- githubRepoURL : 'https://github.com/ably/ably-js' ,
163
- setupLink : 'getting-started/react-hooks' ,
151
+ setupLink : 'getting-started/react-native' ,
164
152
} ,
165
153
{
166
154
title : 'Cordova' ,
167
155
text : 'Ably SDK for Cordova.' ,
168
156
image : { src : cordova , isWide : false } ,
169
- githubRepoURL : 'https://github.com/ably/ably-js' ,
170
- setupLink : 'getting-started/setup?lang=javascript' ,
157
+ setupLink : 'getting-started/javascript' ,
171
158
} ,
172
159
{
173
160
title : 'Clojure' ,
174
161
text : 'Ably SDK for Clojure.' ,
175
162
image : { src : clojure , isWide : false } ,
176
- githubRepoURL : 'https://github.com/ably/ably-java' ,
177
- setupLink : 'getting-started/setup?lang=java' ,
163
+ setupLink : 'getting-started/java' ,
178
164
} ,
179
165
{
180
166
title : 'Scala' ,
181
167
text : 'Ably SDK for Scala.' ,
182
168
image : { src : scala , isWide : false } ,
183
- githubRepoURL : 'https://github.com/ably/ably-java' ,
184
- setupLink : 'getting-started/setup?lang=java' ,
169
+ setupLink : 'getting-started/java' ,
185
170
} ,
186
171
] ,
187
172
} ,
@@ -192,14 +177,12 @@ export const data = {
192
177
title : 'JavaScript' ,
193
178
text : 'Ably Spaces SDK for JavaScript.' ,
194
179
image : { src : js , isWide : false } ,
195
- githubRepoURL : 'https://github.com/ably/spaces' ,
196
180
setupLink : 'spaces/setup' ,
197
181
} ,
198
182
{
199
183
title : 'React' ,
200
184
text : 'Ably Spaces React Hooks package.' ,
201
185
image : { src : react , isWide : false } ,
202
- githubRepoURL : 'https://github.com/ably/spaces' ,
203
186
setupLink : 'spaces/react' ,
204
187
} ,
205
188
] ,
@@ -211,29 +194,25 @@ export const data = {
211
194
title : 'JavaScript' ,
212
195
text : 'Ably Chat SDK for JavaScript.' ,
213
196
image : { src : js , isWide : false } ,
214
- githubRepoURL : 'https://github.com/ably/ably-chat-js' ,
215
- setupLink : 'chat/setup?lang=javascript' ,
197
+ setupLink : 'chat/getting-started/javascript' ,
216
198
} ,
217
199
{
218
200
title : 'React' ,
219
201
text : 'Ably Chat React Hooks package.' ,
220
202
image : { src : react , isWide : false } ,
221
- githubRepoURL : 'https://github.com/ably/ably-chat-js' ,
222
- setupLink : 'chat/setup?lang=react' ,
203
+ setupLink : 'chat/getting-started/react' ,
223
204
} ,
224
205
{
225
206
title : 'Swift' ,
226
207
text : 'Ably Chat SDK for Swift.' ,
227
208
image : { src : swift , isWide : false } ,
228
- githubRepoURL : 'https://github.com/ably/ably-chat-swift' ,
229
- setupLink : 'chat/setup?lang=swift' ,
209
+ setupLink : 'chat/getting-started/swift' ,
230
210
} ,
231
211
{
232
212
title : 'Kotlin' ,
233
213
text : 'Ably Chat SDK for Kotlin.' ,
234
214
image : { src : kotlin , isWide : false } ,
235
- githubRepoURL : 'https://github.com/ably/ably-chat-kotlin' ,
236
- setupLink : 'chat/setup?lang=kotlin' ,
215
+ setupLink : 'chat/getting-started/kotlin' ,
237
216
} ,
238
217
] ,
239
218
} ,
@@ -244,21 +223,18 @@ export const data = {
244
223
title : 'JavaScript' ,
245
224
text : 'LiveObjects plugin for JavaScript.' ,
246
225
image : { src : js , isWide : false } ,
247
- githubRepoURL : 'https://github.com/ably/ably-js' ,
248
226
setupLink : 'liveobjects/quickstart/javascript' ,
249
227
} ,
250
228
{
251
229
title : 'Swift' ,
252
230
text : 'LiveObjects plugin for Swift.' ,
253
231
image : { src : swift , isWide : false } ,
254
- githubRepoURL : 'https://github.com/ably/ably-liveobjects-swift-plugin' ,
255
232
setupLink : 'liveobjects/quickstart/swift' ,
256
233
} ,
257
234
{
258
235
title : 'Java' ,
259
236
text : 'LiveObjects plugin for Java.' ,
260
237
image : { src : java , isWide : false } ,
261
- githubRepoURL : 'https://github.com/ably/ably-java/tree/main/liveobjects' ,
262
238
setupLink : 'liveobjects/quickstart/java' ,
263
239
} ,
264
240
] ,
@@ -270,8 +246,7 @@ export const data = {
270
246
title : 'JavaScript' ,
271
247
text : 'Ably Models SDK for JavaScript.' ,
272
248
image : { src : js , isWide : false } ,
273
- githubRepoURL : 'https://github.com/ably-labs/models' ,
274
- setupLink : 'livesync/postgres/models' ,
249
+ setupLink : 'livesync/postgres/quickstart' ,
275
250
} ,
276
251
] ,
277
252
} ,
0 commit comments