diff --git a/.linkspector.yml b/.linkspector.yml index 84114c70333..24b55b1bf36 100644 --- a/.linkspector.yml +++ b/.linkspector.yml @@ -1,5 +1,5 @@ dirs: - - ./delegation-toolkit + - ./smart-accounts-kit - ./developer-tools - ./embedded-wallets - ./sdk @@ -24,7 +24,7 @@ ignorePatterns: - pattern: '^http(s)?://metamask.io' - pattern: '^http(s)?://rivet.cloud' - pattern: '^/img/' -- pattern: '^/delegation-toolkit/' +- pattern: '^/smart-accounts-kit/' - pattern: '^/developer-tools/' - pattern: '^/embedded-wallets/' - pattern: '^/sdk/' diff --git a/docusaurus.config.js b/docusaurus.config.js index 5762d5f9ab3..eb2803e77e6 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -203,8 +203,8 @@ const config = { '@docusaurus/plugin-content-docs', { id: 'gator', - path: 'delegation-toolkit', - routeBasePath: 'delegation-toolkit', + path: 'smart-accounts-kit', + routeBasePath: 'smart-accounts-kit', editUrl: 'https://github.com/MetaMask/metamask-docs/edit/main/', sidebarPath: require.resolve('./gator-sidebar.js'), breadcrumbs: false, @@ -453,8 +453,8 @@ const config = { to: '/wallet', }, { - label: 'Delegation Toolkit', - to: '/delegation-toolkit', + label: 'Smart Accounts Kit', + to: '/smart-accounts-kit', }, { label: 'Embedded Wallets', @@ -490,7 +490,7 @@ const config = { href: 'https://github.com/MetaMask/metamask-sdk/', }, { - label: 'Delegation Toolkit GitHub', + label: 'Smart Accounts Kit GitHub', href: 'https://github.com/MetaMask/smart-accounts-kit', }, { diff --git a/embedded-wallets/features/smart-accounts.mdx b/embedded-wallets/features/smart-accounts.mdx index 2bb7cbb0ac2..0010c41a753 100644 --- a/embedded-wallets/features/smart-accounts.mdx +++ b/embedded-wallets/features/smart-accounts.mdx @@ -18,7 +18,7 @@ Create and manage smart accounts for your users with just a single toggle on the ## Getting Started -Our native smart accounts powered by [MetaMask Smart Accounts kit](/delegation-toolkit) simplify setup, enabling you to create and manage smart accounts effortlessly with popular libraries like Viem, Ethers, and Wagmi —no need for third-party packages to achieve ERC-4337 compatibility. +Our native smart accounts powered by [MetaMask Smart Accounts kit](/smart-accounts-kit) simplify setup, enabling you to create and manage smart accounts effortlessly with popular libraries like Viem, Ethers, and Wagmi —no need for third-party packages to achieve ERC-4337 compatibility. We are working closely with different partners in the account abstraction ecosystem and will provide support for evolving standards like EIP-7702, ERC-7579 (Modular Accounts), and ERC-7555 (account discovery) as they get finalized. diff --git a/gator_versioned_docs/version-0.12.0/index.md b/gator_versioned_docs/version-0.12.0/index.md index f08aaa43608..2e2a45da42d 100644 --- a/gator_versioned_docs/version-0.12.0/index.md +++ b/gator_versioned_docs/version-0.12.0/index.md @@ -48,17 +48,17 @@ Check out the following sections to get started with the MetaMask Delegation Too Create embedded wallets
  • - Unreal SDK