Merged
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
… 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>
* Add Wagmi quickstart Migrate from sdk to connect * Add common operations to wagmi quickstart * minor edits for consistency * revert qs-file-links changes * Update wagmi * wagmi@^3.6.0 wagmi/connectors@^8.0.0 updates * wagmi v3 hooks --------- Co-authored-by: Alexandra Carrillo <alexandra.carrillo@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 changes Docusaurus doc routing/navigation (new
metamask-connectdocs plugin, updated footer links, removed dynamic wallet sidebar generation) and adds a large volume of new pages, which could introduce broken links or build/sidebar regressions.Overview
Restructures the docs to center on a new
metamask-connectproduct section, updating site routing/nav to serve content frommetamask-connect/(and updating footer keywords/links and LLM export filenames accordingly).Removes legacy SDK/Wallet doc wiring from the build (including the
plugin-json-rpcdynamic sidebar injection for wallet JSON-RPC pages indocusaurus.config.js) and updates cross-doc links in versioned Gator docs to point at the new MetaMask Connect transaction batching path.Adds substantial new MetaMask Connect EVM documentation (architecture, quickstarts, migration from
@metamask/sdk, and guides for accounts/networks/transactions/signing/contract interaction + MetaMask-exclusive features), plus housekeeping updates like.cursorin.gitignore, expanded.linkspector.ymlcoverage/ignores, and improved JSON-LD metadata scripts.Written by Cursor Bugbot for commit 7aa98d1. This will update automatically on new commits. Configure here.