Fix dead aa-sdk reference links + rename Account Kit nav to v4#1327
Open
jakehobbs wants to merge 2 commits into
Open
Fix dead aa-sdk reference links + rename Account Kit nav to v4#1327jakehobbs wants to merge 2 commits into
jakehobbs wants to merge 2 commits into
Conversation
The aa-sdk repo dropped its v4 reference docs from main, leaving ~50 internal and external links 404'd. This repoints them to the v4.x.x branch on GitHub (no v5 equivalents exist for these symbols) and adds a soft v4 deprecation banner — via a single shared snippet — across the 26 pages now grouped under the renamed "Account Kit (v4)" nav section. Also removes the stale "currently in beta" notices from the four third-party signer pages that #1322 missed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🔗 Preview Mode
|
…leading on most AK pages Scope-cuts the PR back to dead-link fixes + nav rename + beta-notice removal. The "Account Kit (v4)" section label still accurately flags this content as v4-specific. We'll revisit a banner once v5 ships a signer SDK and pages actually have a v5 destination to point at. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
/docs/wallets/reference/account-kit/*and/docs/wallets/reference/aa-sdk/*links (41 internal + 9 external GitHub) toaa-sdk@v4.x.xsource — the aa-sdk repo dropped v4 reference docs frommainwhen v5 went GA, so these URLs 404 now. No v5 SDK reference equivalents exist for the React/signer/v4-core symbols, so v4.x.x GitHub source is the interim destination.A v4 → v5 deprecation banner was prototyped on all 26 AK-section pages and then reverted in this same PR — v5 has no signer SDK, so "we recommend v5" was misleading for most of the affected content. Will revisit the banner once a v5 signer ships and there's an actual upgrade path to point at.
Test plan
🤖 Generated with Claude Code