[Writer] Remove Turnkey callout from Wallets Quickstart (DOCS-54)#1248
Open
JackReacher0807 wants to merge 2 commits intomainfrom
Open
[Writer] Remove Turnkey callout from Wallets Quickstart (DOCS-54)#1248JackReacher0807 wants to merge 2 commits intomainfrom
JackReacher0807 wants to merge 2 commits intomainfrom
Conversation
Privy is the recommended embedded wallet provider, so drop the secondary Turnkey mention in the Smart Wallets SDK quickstart. Turnkey remains a supported signer; nav and the Turnkey signer page are unchanged.
🔗 Preview Mode
|
avarobinson
reviewed
Apr 22, 2026
🔍 Link CheckStatus: ❌ Failed Summary
Broken links (1) — click to expandErrors per inputErrors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx
|
SahilAujla
approved these changes
Apr 22, 2026
avarobinson
added a commit
that referenced
this pull request
Apr 22, 2026
…#1251) * [Writer] Remove Turnkey recommendations from overview pages (DOCS-55) Broaden the DOCS-54 cleanup (PR #1248) by removing Turnkey from overview, quickstart, and signer-options pages where we recommend it alongside Privy. The dedicated third-party Turnkey guide at content/wallets/pages/third-party/signers/turnkey.mdx and its nav entry in content/docs.yml are preserved, as is the redirect in content/redirects.yml. * docs: Update overview.mdx * docs: Apply suggestion from @avarobinson * docs: Update custom-integration.mdx * docs: Apply suggestions from code review Co-authored-by: avarobinson <45052879+avarobinson@users.noreply.github.com> --------- Co-authored-by: avarobinson <45052879+avarobinson@users.noreply.github.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
Removes the Turnkey mention from the Smart Wallets SDK Quickstart callout. Privy is our recommended embedded wallet provider, so we're no longer calling out Turnkey alongside it in the Quickstart prose.
Turnkey remains a supported signer — the Turnkey signer page (
content/wallets/pages/third-party/signers/turnkey.mdx) and its nav entry indocs.ymlare untouched.Change
File:
content/wallets/pages/smart-wallets/quickstart/sdk.mdx(line 35)Before:
After:
Scope check
Grepped
content/wallets/pages/smart-wallets/quickstart/for other Turnkey mentions — only this one callout existed.Linear
Closes DOCS-54
Requested by Ava via Slack.