Improve usage sections labels in embedded-wallets sidebar panel#2871
Open
swastik7805 wants to merge 11 commits intoMetaMask:mainfrom
Open
Improve usage sections labels in embedded-wallets sidebar panel#2871swastik7805 wants to merge 11 commits intoMetaMask:mainfrom
swastik7805 wants to merge 11 commits intoMetaMask:mainfrom
Conversation
…roid usage section
…tter usage section
…n react-native usage section
|
@swastik7805 is attempting to deploy a commit to the Consensys Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…o 2862/improve-usage-sections
…2862/improve-usage-sections
Contributor
Author
|
@bgravenorst @alexandratran @AyushBherwani1998 @yashovardhan hey guys, i have fixed issue #2862 by improving sidebar panels labels in embedded-wallets PR is updated and ready for review. |
alexandratran
approved these changes
Apr 20, 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.
Description
This PR replaces raw code-style
sidebar labels (camelCase API identifiers)withdescriptive, human-readable labelsacross theusage/sections for all Embedded Wallets SDK platforms.Previously, the sidebar displayed technical method names which were ambiguous for readers scanning the documentation. The following mappings were applied consistently across iOS, Android, React Native, Flutter, JS, Unity, and Unreal SDKs:
connectTo/loginSign in a userrequestSend requestsenableMFAEnable MFAmanageMFAManage MFAgetUserInfoGet user infogetPrivKeyGet private keygetEd25519PrivKeyGet Ed25519 private keyshowWalletUI/launchWalletServicesShow wallet UIlogoutSign outIssue(s) fixed
Fixes #2862 proposed by @bgravenorst
Preview
The changes affect the sidebar navigation in the Embedded Wallets "Usage" sections for all supported platforms.
Before:
After:
Checklist
External contributor checklist
Note
Low Risk
Low risk documentation-only change that updates
sidebar_labelfrontmatter across many usage pages; main risk is broken sidebar/nav if any label is relied on for ordering or cross-links.Overview
Updates Embedded Wallets SDK
usage/docs across Android, iOS, Flutter, JS, React Native, Unity, and Unreal to replace camelCase API method names insidebar_labelwith human-readable navigation labels (for example, “Sign in a user”, “Send requests”, “Show wallet UI”, “Sign out”).No API behavior or examples are changed; this is strictly a docs sidebar/navigation readability improvement.
Reviewed by Cursor Bugbot for commit 4745fea. Bugbot is set up for automated code reviews on this repo. Configure here.