Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
# Conflicts: # sdk-sidebar.js # sdk/evm/connect/get-started/javascript-rainbowkit.md
…ask-docs into sdk-new-structure
… multichain Add getInfuraRpcUrls for connect-solana + update getInfuraRpcUrls for multichain, along with minor changes in copy + added Supported chains table
…ask-docs into sdk-new-structure
TO DO: audit RPC docs (error codes)
… into sdk-new-structure
# Conflicts: # src/utils/qs-file-links.json
Made-with: Cursor
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
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.
Description
Restructure SDK docs for MM Connect. We will work off this branch until MM Connect launch. This PR includes the following major changes:
Preview: https://metamask-docs-r82sneizb-consensys-ddffed67.vercel.app/metamask-connect/
Checklist
Note
Medium Risk
Medium risk because it restructures Docusaurus doc plugins/navigation (removing
wallet/sdksections, addingmetamask-connect) and introduces a large volume of new content, which can cause broken routes/sidebars and link/SEO regressions.Overview
Restructures the docs IA around a new
metamask-connectsection. Docusaurus config is updated to replace the separatewalletandsdkdoc plugins (and the JSON-RPC dynamic sidebar generator) with a singlemetamask-connectdocs plugin usingmm-connect-sidebar.js, plus updated footer links/keywords and new JSON-LD metadata.Adds substantial new MetaMask Connect EVM documentation. New pages cover architecture, quickstarts (JS/Node.js/React Native), migration from legacy
@metamask/sdk, and guides for accounts, networks, signing, transactions (including EIP-5792 batch calls), and MetaMask-specific features likemetamask_batch, deeplinks, token/NFT display, and best-practice checklists.Updates repo tooling and cross-doc links for the new routes. Link checking is re-scoped to
./metamask-connectand new ignore patterns are added;.cursoris ignored; contribution guidance and several existing smart-accounts docs update references from/walletto/metamask-connectpaths.Written by Cursor Bugbot for commit b1414fa. This will update automatically on new commits. Configure here.