EW Dashboard Migration #2910
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
alexandratran
left a comment
There was a problem hiding this comment.
Can you fix these internal link errors in order to pass the build and deployment checks?
Exhaustive list of all broken anchors found:
- Broken anchor on source page path = /tutorials/erc20-paymaster/:
-> linking to /embedded-wallets/sdk/js/advanced/smart-accounts/#send-batch-transaction
-> linking to /embedded-wallets/sdk/js/advanced/smart-accounts/#configure-bundler-and-paymaster- Broken anchor on source page path = /tutorials/sending-gasless-transaction/:
-> linking to ../../embedded-wallets/sdk/js/advanced/smart-accounts/#configure-bundler-and-paymaster (resolved as: /embedded-wallets/sdk/js/advanced/smart-accounts/#configure-bundler-and-paymaster)
Member
Author
All the issues have been fix, build is successful |
alexandratran
previously approved these changes
May 11, 2026
bgravenorst
previously approved these changes
May 12, 2026
alexandratran
approved these changes
May 12, 2026
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.
Docs related to Web3Auth Dashboard -> MetaMask Dashboard update.
Note
Low Risk
Low risk documentation-only updates, but broad sweep changes many links and image paths so broken URLs/assets are the main concern.
Overview
Migrates Embedded Wallets documentation from the legacy Web3Auth dashboard to the MetaMask Developer Dashboard, updating outbound links and in-text references across authentication, SDK setup, and dashboard guides.
Refreshes and standardizes documentation imagery by switching screenshot asset paths (from
w3a-dashboardtodev-dashboard) and replacing many styled<div><img/></div>blocks / markdown images with a consistent<img className="docImg" ... />pattern.Substantially trims and rewrites several dashboard pages (for example
allowlist,session management,key export, anduser details in ID token) into shorter, more prescriptive configuration steps, and updates a few code comments/snippets (JWKS URL example, client ID placeholders, and dashboard naming) to match the new dashboard UX.Reviewed by Cursor Bugbot for commit e2f9a48. Bugbot is set up for automated code reviews on this repo. Configure here.