Skip to content

Conversation

@alexandratran
Copy link
Contributor

@alexandratran alexandratran commented Nov 10, 2025

Description

Update URLs and remaining instances of delegation toolkit.

Issue(s) fixed

Fixes #2423

Preview

https://metamask-docs-2hzb4aq43-consensys-ddffed67.vercel.app/smart-accounts-kit/

Checklist

  • If this PR updates or adds documentation content that changes or adds technical meaning, it has received an approval from an engineer or DevRel from the relevant team.
  • If this PR updates or adds documentation content, it has received an approval from a technical writer.

External contributor checklist

  • I've read the contribution guidelines.
  • I've created a new issue (or assigned myself to an existing issue) describing what this PR addresses.

Note

Rebrands Delegation Toolkit to Smart Accounts Kit across the site, updating routes, navigation, redirects, and documentation links/content.

  • Routing & Config:
    • Switch docs plugin path/routeBasePath from delegation-toolkit to smart-accounts-kit in docusaurus.config.js.
    • Update link checking config .linkspector.yml to include and ignore /smart-accounts-kit/ paths.
    • Add global redirect: '/delegation-toolkit/:path*/' -> '/smart-accounts-kit/' in vercel.json.
  • Navigation & UI:
    • Rename “Delegation Toolkit” to “Smart Accounts Kit” in navbar/footer, mobile menu, homepage cards, and products dropdown (src/components/NavDropdown/Products.html, src/config/mobileProductsMenu.ts, src/pages/index.tsx).
    • Update sidebar configs and titles (SMART_ACCOUNTS_KIT_CONFIG) and version dropdown default path to smart-accounts-kit (desktop/mobile sidebar components).
  • Docs & Links:
    • Update internal links across guides/tutorials/embedded-wallets to /smart-accounts-kit paths; fix minor copy (grammar) in quickstarts.
    • Adjust versioned doc links in gator_versioned_docs to point to smart-accounts-kit.
    • Update DocVersionBanner wording to reference Smart Accounts Kit.
  • Wallet docs:
    • Update batch transactions page to link to Smart Accounts Kit concepts.

Written by Cursor Bugbot for commit 2b490aa. This will update automatically on new commits. Configure here.

@alexandratran alexandratran requested review from a team as code owners November 10, 2025 17:48
@vercel
Copy link

vercel bot commented Nov 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
metamask-docs Ready Ready Preview Comment Nov 10, 2025 6:27pm

import { CaveatEnforcer } from "@delegator/src/enforcers/CaveatEnforcer.sol";
import { ModeCode } from "/delegation-toolkit/utils/Types.sol";
import { ModeCode } from "/smart-accounts-kit/utils/Types.sol";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Check the implementation, and fix the path.

Copy link
Member

@AyushBherwani1998 AyushBherwani1998 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alexandratran alexandratran merged commit d7d2e77 into main Nov 11, 2025
18 checks passed
@alexandratran alexandratran deleted the 2423-update-sak-urls branch November 11, 2025 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update URLs and unversioned content to Smart Accounts Kit

3 participants