docs: Move files to Guides section#5441
Conversation
WalkthroughDocumentation navigation and internal links were reorganized: a new Solid framework section was added, React and Solid guide paths were standardized under guide/, a Next.js migration page was introduced to React Getting Started, and the Tutorials section was removed. Multiple docs updated internal references to the new guide structure. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
View your CI Pipeline Execution ↗ for commit e1c8bf3
☁️ Nx Cloud last updated this comment at |
More templates
@tanstack/arktype-adapter
@tanstack/directive-functions-plugin
@tanstack/eslint-plugin-router
@tanstack/history
@tanstack/nitro-v2-vite-plugin
@tanstack/react-router
@tanstack/react-router-devtools
@tanstack/react-router-ssr-query
@tanstack/react-start
@tanstack/react-start-client
@tanstack/react-start-server
@tanstack/router-cli
@tanstack/router-core
@tanstack/router-devtools
@tanstack/router-devtools-core
@tanstack/router-generator
@tanstack/router-plugin
@tanstack/router-ssr-query-core
@tanstack/router-utils
@tanstack/router-vite-plugin
@tanstack/server-functions-plugin
@tanstack/solid-router
@tanstack/solid-router-devtools
@tanstack/solid-start
@tanstack/solid-start-client
@tanstack/solid-start-server
@tanstack/start-client-core
@tanstack/start-plugin-core
@tanstack/start-server-core
@tanstack/start-static-server-functions
@tanstack/start-storage-context
@tanstack/valibot-adapter
@tanstack/virtual-file-routes
@tanstack/zod-adapter
commit: |
There was a problem hiding this comment.
Actionable comments posted: 4
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (19)
docs/start/config.json(1 hunks)docs/start/framework/react/build-from-scratch.md(2 hunks)docs/start/framework/react/getting-started.md(2 hunks)docs/start/framework/react/migrate-from-next-js.md(2 hunks)docs/start/framework/react/quick-start.md(2 hunks)docs/start/framework/solid/build-from-scratch.md(2 hunks)docs/start/framework/solid/environment-functions.md(0 hunks)docs/start/framework/solid/getting-started.md(1 hunks)docs/start/framework/solid/guide/authentication-overview.md(1 hunks)docs/start/framework/solid/guide/databases.md(1 hunks)docs/start/framework/solid/guide/environment-functions.md(1 hunks)docs/start/framework/solid/guide/middleware.md(1 hunks)docs/start/framework/solid/guide/path-aliases.md(1 hunks)docs/start/framework/solid/guide/reading-writing-file.md(1 hunks)docs/start/framework/solid/guide/server-entry-point.md(1 hunks)docs/start/framework/solid/guide/server-functions.md(1 hunks)docs/start/framework/solid/guide/spa-mode.md(1 hunks)docs/start/framework/solid/guide/static-server-functions.md(1 hunks)docs/start/framework/solid/quick-start.md(2 hunks)
💤 Files with no reviewable changes (1)
- docs/start/framework/solid/environment-functions.md
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.{md,mdx}
📄 CodeRabbit inference engine (AGENTS.md)
Use internal docs links relative to the docs/ folder (e.g., ./guide/data-loading)
Files:
docs/start/framework/react/quick-start.mddocs/start/framework/solid/build-from-scratch.mddocs/start/framework/solid/guide/authentication-overview.mddocs/start/framework/react/getting-started.mddocs/start/framework/solid/guide/environment-functions.mddocs/start/framework/react/build-from-scratch.mddocs/start/framework/solid/guide/spa-mode.mddocs/start/framework/solid/quick-start.mddocs/start/framework/solid/guide/middleware.mddocs/start/framework/solid/getting-started.mddocs/start/framework/solid/guide/path-aliases.mddocs/start/framework/solid/guide/server-entry-point.mddocs/start/framework/solid/guide/reading-writing-file.mddocs/start/framework/solid/guide/server-functions.mddocs/start/framework/solid/guide/static-server-functions.mddocs/start/framework/solid/guide/databases.mddocs/start/framework/react/migrate-from-next-js.md
docs/{router,start}/**
📄 CodeRabbit inference engine (AGENTS.md)
Place router docs under docs/router/ and start framework docs under docs/start/
Files:
docs/start/framework/react/quick-start.mddocs/start/framework/solid/build-from-scratch.mddocs/start/framework/solid/guide/authentication-overview.mddocs/start/framework/react/getting-started.mddocs/start/framework/solid/guide/environment-functions.mddocs/start/framework/react/build-from-scratch.mddocs/start/framework/solid/guide/spa-mode.mddocs/start/framework/solid/quick-start.mddocs/start/framework/solid/guide/middleware.mddocs/start/framework/solid/getting-started.mddocs/start/framework/solid/guide/path-aliases.mddocs/start/framework/solid/guide/server-entry-point.mddocs/start/framework/solid/guide/reading-writing-file.mddocs/start/framework/solid/guide/server-functions.mddocs/start/framework/solid/guide/static-server-functions.mddocs/start/config.jsondocs/start/framework/solid/guide/databases.mddocs/start/framework/react/migrate-from-next-js.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Preview
🔇 Additional comments (1)
docs/start/framework/solid/guide/databases.md (1)
2-4: Link update aligns with new guide structure. The reference now targets the React guide’s moved databases page, and the replacement map correctly switches to Solid-specific naming.
|
This page https://tanstack.com/start/latest/docs/framework/react/guide/streaming-data-from-server-functions is not visible in the menu and can only be found by following a link in page https://tanstack.com/start/latest/docs/framework/react/guide/server-functions Is this the expected behavior? |
|
@ttsirkia good question - i believe it wasnt originally included but i don't see why it shouldn't be. @schiller-manuel was this guide supposed to be published? |
|
@LadyBluenotes i think we shouldnt put everyhing in the sidebar as it might get too cluttered? needs some work on clustering etc |
|
@schiller-manuel yeah it is getting busy. might be worth a rethink on how to make it less so |
* update page refs * update newly broken links
Moved files not relevant to getting started to a Guides section and updated relevant links.
Summary by CodeRabbit
New Features
Documentation