docs: replace drifted adapter list on docs home with canonical overview link - #14157
Merged
detail-app[bot] merged 1 commit intoSep 6, 2026
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
pieterbeulque
approved these changes
Sep 6, 2026
pieterbeulque
left a comment
Contributor
There was a problem hiding this comment.
That "recommended" in the title is also TBD :-)
detail-app
Bot
deleted the
detail/fix-docs/docs-replace-drifted-adapter-list-on-docs-home-wit-615fed
branch
September 6, 2026 07:29
Contributor
Author
|
Detail merged this PR automatically because auto-merge is enabled for Doc Drift PRs on this repository. You can change this in the Doc Drift settings. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related Issue: #
Corrects the "Framework Adapters (Recommended)" section on the docs landing page,
which had drifted from the canonical adapter classification.
What
Replaced the hand-curated adapter CardGroup + "All 12 supported frameworks"
Expandable on
docs/introduction.mdxwith a single Card linking to the newcanonical overview at
/integrate/sdk/adapters/introduction.Why
The enumerated list conflicted with the canonical active-vs-deprecated adapter
classification in multiple ways:
expandable.
Supabase missing.
A developer following the homepage would have been directed to a deprecated
adapter as a recommended option and overlooked active adapters like Nuxt and
TanStack Start. Pointing at the canonical overview page keeps the homepage in
sync with the navigation dropdown and resists future drift as the adapter set
changes.
How
Single Card linking to the same canonical overview target the desktop
navigation dropdown now routes to, with a description naming the 5 active
adapters (Next.js, Nuxt, TanStack Start, Laravel, BetterAuth).
Checklist
uv run task lint && uv run task lint_types)Introduced by commit 68660ad (@pieterbeulque, #14135)
Doc Drift PRs can be configured here.