chore: add TanStack Start to list of SDKs#734
Conversation
WalkthroughThis PR updates the SDK reference documentation page by refreshing front matter (metadata and context navigation), rewriting the introduction, reorganizing SDK categories, and consolidating community guidance into a styled aside block while removing external community links. ChangesSDK Documentation Refresh
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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 |
Deploying kinde-docs-preview with
|
| Latest commit: |
eeb5988
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://faeb628e.kinde-docs-preview.pages.dev |
| Branch Preview URL: | https://tamal-update-tanstack-sdk-li.kinde-docs-preview.pages.dev |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
src/content/docs/developer-tools/about/our-sdks.mdx (1)
51-53: ⚡ Quick winConsider restoring the version compatibility warning.
The AI summary indicates that a version compatibility warning
<Aside>was removed from this page. While the compatibility note now appears in theai_summarymetadata (line 48), users won't see this guidance when reading the page. Version compatibility is critical information that should be visible to developers choosing an SDK.Consider re-adding a brief compatibility note, such as:
💡 Suggested addition after line 53
Visit your preferred SDK page below to get started. You can also use [Kinde without an SDK](/developer-tools/about/using-kinde-without-an-sdk/). + +<Aside type="tip"> +Always verify that your tech stack versions are compatible with the SDK you choose before getting started. +</Aside>🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@src/content/docs/developer-tools/about/our-sdks.mdx` around lines 51 - 53, Restore a visible version compatibility note on the Our SDKs page by adding a brief Aside (or similar callout) immediately after the paragraph that starts "Kinde provides Software Development Kits (SDKs)..." so readers see the compatibility guidance that currently only exists in the ai_summary metadata; update the content to succinctly warn about SDK version compatibility with Kinde core (e.g., mention major/minor compatibility and where to find supported versions) and reference the Aside component (or callout component used elsewhere) so the note is rendered for readers.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@src/content/docs/developer-tools/about/our-sdks.mdx`:
- Around line 51-53: Restore a visible version compatibility note on the Our
SDKs page by adding a brief Aside (or similar callout) immediately after the
paragraph that starts "Kinde provides Software Development Kits (SDKs)..." so
readers see the compatibility guidance that currently only exists in the
ai_summary metadata; update the content to succinctly warn about SDK version
compatibility with Kinde core (e.g., mention major/minor compatibility and where
to find supported versions) and reference the Aside component (or callout
component used elsewhere) so the note is rendered for readers.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 53491de3-7e49-4e76-a431-c3b37f7a0d5f
📒 Files selected for processing (1)
src/content/docs/developer-tools/about/our-sdks.mdx
This quick PR adds the new TanStack Start SDK to the list of SDKs. Also cleans up and improves the overall doc.
Summary by CodeRabbit