-
-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98b08a7
commit 2c35299
Showing
139 changed files
with
120 additions
and
110 deletions.
There are no files selected for viewing
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/TanStack/tanstack.com/main/tanstack-docs-config.schema.json", | ||
"docSearch": { | ||
"appId": "FQ0DQ6MA3C", | ||
"apiKey": "8264730bab8a9b7fa6a0c85761d7a3fe", | ||
"indexName": "tanstack" | ||
}, | ||
"sections": [ | ||
{ | ||
"label": "Getting Started", | ||
"children": [], | ||
"frameworks": [ | ||
{ | ||
"label": "react", | ||
"children": [ | ||
{ | ||
"label": "Overview", | ||
"to": "framework/react/overview" | ||
}, | ||
{ | ||
"label": "Getting Started", | ||
"to": "framework/react/getting-started" | ||
}, | ||
{ | ||
"label": "Quick Start", | ||
"to": "framework/react/quick-start" | ||
}, | ||
{ | ||
"label": "Build from Scratch", | ||
"to": "framework/react/build-from-scratch" | ||
}, | ||
{ | ||
"label": "Learn the Basics", | ||
"to": "framework/react/learn-the-basics" | ||
}, | ||
{ | ||
"label": "Server Functions", | ||
"to": "framework/react/server-functions" | ||
}, | ||
{ | ||
"label": "Middleware", | ||
"to": "framework/react/middleware" | ||
}, | ||
{ | ||
"label": "API Routes", | ||
"to": "framework/react/api-routes" | ||
}, | ||
{ | ||
"label": "SSR", | ||
"to": "framework/react/ssr" | ||
}, | ||
{ | ||
"label": "Hosting", | ||
"to": "framework/react/hosting" | ||
}, | ||
{ | ||
"label": "Authentication", | ||
"to": "framework/react/authentication" | ||
}, | ||
{ | ||
"label": "Databases", | ||
"to": "framework/react/databases" | ||
}, | ||
{ | ||
"label": "Observability", | ||
"to": "framework/react/observability" | ||
}, | ||
{ | ||
"label": "Static Prerendering", | ||
"to": "framework/react/static-prerendering" | ||
}, | ||
{ | ||
"label": "Path Aliases", | ||
"to": "framework/react/path-aliases" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Examples", | ||
"children": [], | ||
"frameworks": [ | ||
{ | ||
"label": "react", | ||
"children": [ | ||
{ | ||
"label": "Basic", | ||
"to": "framework/react/examples/start-basic" | ||
}, | ||
{ | ||
"label": "Basic + React Query", | ||
"to": "framework/react/examples/start-basic-react-query" | ||
}, | ||
{ | ||
"label": "Basic + Clerk Auth", | ||
"to": "framework/react/examples/start-clerk-basic" | ||
}, | ||
{ | ||
"label": "Basic + DIY Auth", | ||
"to": "framework/react/examples/start-basic-auth" | ||
}, | ||
{ | ||
"label": "Basic + Supabase Auth", | ||
"to": "framework/react/examples/start-supabase-basic" | ||
}, | ||
{ | ||
"label": "Trellaux + Convex", | ||
"to": "framework/react/examples/start-convex-trellaux" | ||
}, | ||
{ | ||
"label": "Trellaux", | ||
"to": "framework/react/examples/start-trellaux" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.