Skip to content

Commit 2c35299

Browse files
committedJan 30, 2025
docs: Separate Start Docs
1 parent 98b08a7 commit 2c35299

File tree

139 files changed

+120
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+120
-110
lines changed
 

‎docs/config.json ‎docs/router/config.json

-110
Original file line numberDiff line numberDiff line change
@@ -184,77 +184,6 @@
184184
}
185185
]
186186
},
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-
},
258187
{
259188
"label": "API",
260189
"children": [],
@@ -381,45 +310,6 @@
381310
]
382311
}
383312
]
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-
]
423313
}
424314
]
425315
}

0 commit comments

Comments
 (0)
Please sign in to comment.