Skip to content

Commit

Permalink
docs: Separate Start Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jan 30, 2025
1 parent 98b08a7 commit 2c35299
Show file tree
Hide file tree
Showing 139 changed files with 120 additions and 110 deletions.
110 changes: 0 additions & 110 deletions docs/config.json → docs/router/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,77 +184,6 @@
}
]
},
{
"label": "Start",
"children": [],
"frameworks": [
{
"label": "react",
"children": [
{
"label": "Overview",
"to": "framework/react/start/overview"
},
{
"label": "Getting Started",
"to": "framework/react/start/getting-started"
},
{
"label": "Quick Start",
"to": "framework/react/start/quick-start"
},
{
"label": "Build from Scratch",
"to": "framework/react/start/build-from-scratch"
},
{
"label": "Learn the Basics",
"to": "framework/react/start/learn-the-basics"
},
{
"label": "Server Functions",
"to": "framework/react/start/server-functions"
},
{
"label": "Middleware",
"to": "framework/react/start/middleware"
},
{
"label": "API Routes",
"to": "framework/react/start/api-routes"
},
{
"label": "SSR",
"to": "framework/react/start/ssr"
},
{
"label": "Hosting",
"to": "framework/react/start/hosting"
},
{
"label": "Authentication",
"to": "framework/react/start/authentication"
},
{
"label": "Databases",
"to": "framework/react/start/databases"
},
{
"label": "Observability",
"to": "framework/react/start/observability"
},
{
"label": "Static Prerendering",
"to": "framework/react/start/static-prerendering"
},
{
"label": "Path Aliases",
"to": "framework/react/start/path-aliases"
}
]
}
]
},
{
"label": "API",
"children": [],
Expand Down Expand Up @@ -381,45 +310,6 @@
]
}
]
},
{
"label": "Start 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.
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.
120 changes: 120 additions & 0 deletions docs/start/config.json
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.

0 comments on commit 2c35299

Please sign in to comment.