|
184 | 184 | }
|
185 | 185 | ]
|
186 | 186 | },
|
187 |
| - { |
188 |
| - "label": "Start", |
189 |
| - "children": [], |
190 |
| - "frameworks": [ |
191 |
| - { |
192 |
| - "label": "react", |
193 |
| - "children": [ |
194 |
| - { |
195 |
| - "label": "Overview", |
196 |
| - "to": "framework/react/start/overview" |
197 |
| - }, |
198 |
| - { |
199 |
| - "label": "Getting Started", |
200 |
| - "to": "framework/react/start/getting-started" |
201 |
| - }, |
202 |
| - { |
203 |
| - "label": "Quick Start", |
204 |
| - "to": "framework/react/start/quick-start" |
205 |
| - }, |
206 |
| - { |
207 |
| - "label": "Build from Scratch", |
208 |
| - "to": "framework/react/start/build-from-scratch" |
209 |
| - }, |
210 |
| - { |
211 |
| - "label": "Learn the Basics", |
212 |
| - "to": "framework/react/start/learn-the-basics" |
213 |
| - }, |
214 |
| - { |
215 |
| - "label": "Server Functions", |
216 |
| - "to": "framework/react/start/server-functions" |
217 |
| - }, |
218 |
| - { |
219 |
| - "label": "Middleware", |
220 |
| - "to": "framework/react/start/middleware" |
221 |
| - }, |
222 |
| - { |
223 |
| - "label": "API Routes", |
224 |
| - "to": "framework/react/start/api-routes" |
225 |
| - }, |
226 |
| - { |
227 |
| - "label": "SSR", |
228 |
| - "to": "framework/react/start/ssr" |
229 |
| - }, |
230 |
| - { |
231 |
| - "label": "Hosting", |
232 |
| - "to": "framework/react/start/hosting" |
233 |
| - }, |
234 |
| - { |
235 |
| - "label": "Authentication", |
236 |
| - "to": "framework/react/start/authentication" |
237 |
| - }, |
238 |
| - { |
239 |
| - "label": "Databases", |
240 |
| - "to": "framework/react/start/databases" |
241 |
| - }, |
242 |
| - { |
243 |
| - "label": "Observability", |
244 |
| - "to": "framework/react/start/observability" |
245 |
| - }, |
246 |
| - { |
247 |
| - "label": "Static Prerendering", |
248 |
| - "to": "framework/react/start/static-prerendering" |
249 |
| - }, |
250 |
| - { |
251 |
| - "label": "Path Aliases", |
252 |
| - "to": "framework/react/start/path-aliases" |
253 |
| - } |
254 |
| - ] |
255 |
| - } |
256 |
| - ] |
257 |
| - }, |
258 | 187 | {
|
259 | 188 | "label": "API",
|
260 | 189 | "children": [],
|
|
381 | 310 | ]
|
382 | 311 | }
|
383 | 312 | ]
|
384 |
| - }, |
385 |
| - { |
386 |
| - "label": "Start Examples", |
387 |
| - "children": [], |
388 |
| - "frameworks": [ |
389 |
| - { |
390 |
| - "label": "react", |
391 |
| - "children": [ |
392 |
| - { |
393 |
| - "label": "Basic", |
394 |
| - "to": "framework/react/examples/start-basic" |
395 |
| - }, |
396 |
| - { |
397 |
| - "label": "Basic + React Query", |
398 |
| - "to": "framework/react/examples/start-basic-react-query" |
399 |
| - }, |
400 |
| - { |
401 |
| - "label": "Basic + Clerk Auth", |
402 |
| - "to": "framework/react/examples/start-clerk-basic" |
403 |
| - }, |
404 |
| - { |
405 |
| - "label": "Basic + DIY Auth", |
406 |
| - "to": "framework/react/examples/start-basic-auth" |
407 |
| - }, |
408 |
| - { |
409 |
| - "label": "Basic + Supabase Auth", |
410 |
| - "to": "framework/react/examples/start-supabase-basic" |
411 |
| - }, |
412 |
| - { |
413 |
| - "label": "Trellaux + Convex", |
414 |
| - "to": "framework/react/examples/start-convex-trellaux" |
415 |
| - }, |
416 |
| - { |
417 |
| - "label": "Trellaux", |
418 |
| - "to": "framework/react/examples/start-trellaux" |
419 |
| - } |
420 |
| - ] |
421 |
| - } |
422 |
| - ] |
423 | 313 | }
|
424 | 314 | ]
|
425 | 315 | }
|
0 commit comments