Rename SDK docs to MetaMask Connect#2749
Merged
shahbaz17 merged 21 commits intosdk-new-structurefrom Mar 11, 2026
Merged
Conversation
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Rename the top-level docs from `sdk` to `metamask-connect` and update related content and config. Updated docusaurus.config.js to point to the new path and sidebar (mm-connect-sidebar.js), added a client-redirects plugin to map existing /metamask-connect paths back to /sdk, and renamed LLMS output patterns and titles. Adjusted internal documentation links (CardList, quickstarts, multichain/method refs) and updated versioned docs to use the new paths. Minor docs formatting tweaks in CONTRIBUTING.md and many doc/asset files were moved/renamed to reflect the new structure.
1f742b0 to
d634402
Compare
Adjust various routing rules in vercel.json to reflect documentation reorganization. Key changes: - Redirect several /metamask-connect/... sources to /sdk/... and vice versa where appropriate. - Add new /sdk/connect/* mappings to corresponding /metamask-connect/evm/connect/quickstart/ routes (including wagmi, rainbowkit, connectkit, dynamic, web3auth, react-native, etc.). - Consolidate wallet reference redirects to /metamask-connect/evm/connect/reference/json-rpc-api/ and add a wildcard mapping for JSON-RPC paths. - Update destinations for supported-platforms, llm-prompt, and SDK reference pages; change some quickstart/partner destinations to quickstart. - Remove obsolete multichain and duplicate snaps-development-guide redirects and adjust connect-extension destination. These changes mirror a docs restructure to centralize SDK and Connect content under the Metamask Connect/EVm paths.
This reverts commit 7ca238f.
…structure-cleanup
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Contributor
|
General comment, we dont need the extra It currently adds structure without meaning. Directories should exist because they group distinct content, and this change provides a shorter cleaner URL. |
Address this feedback #2749 (comment)
src/pages/quickstart/builder/metamask-sdk/react/stepContent/connect.mdx
Outdated
Show resolved
Hide resolved
Fix links in src/pages/quickstart/builder/metamask-sdk/react/stepContent/connect.mdx to point to the EVM-specific documentation: update the JSON-RPC methods reference to /metamask-connect/evm/reference/json-rpc-methods and the batch-requests guide to /metamask-connect/evm/guides/metamask-exclusive/batch-requests so provider.request() documentation targets the correct pages.
src/pages/quickstart/builder/metamask-sdk/react/stepContent/connect.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
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.
sdktometamask-connectand update related content and config.Description
Issue(s) fixed
Fixes #
Preview
Checklist
External contributor checklist
Note
Medium Risk
Medium risk because it renames a major docs route (
/sdk->/metamask-connect) and adjusts sidebars/redirect rules; mistakes could cause broken links or navigation regressions across the site.Overview
Renames the docs section formerly served at
sdktometamask-connectand updates Docusaurus config, navigation (footer, mobile menu, sub-nav), and announcement messaging to point at the new route.Adds/updates redirect handling (Docusaurus client redirects plus expanded
vercel.jsonredirects) to preserve legacy URLs, and refreshes cross-doc links and references (including versioned Smart Accounts Kit and Snaps docs) to use the newmetamask-connectpaths. Also replaces the oldsdkintro/about pages with new MetaMask Connect pages (architecture, integration options, supported platforms) and updates LLM export patterns/titles accordingly.Written by Cursor Bugbot for commit 45873db. This will update automatically on new commits. Configure here.