-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs Revisions: In-app & ecosystem wallet FAQs page, Pay -> Univ Bridge, Wallets Get Started #6494
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Signed-off-by: pink hoodie. <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6494 +/- ##
=======================================
Coverage 54.77% 54.77%
=======================================
Files 875 875
Lines 54903 54903
Branches 3739 3739
=======================================
Hits 30073 30073
Misses 24735 24735
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
@@ -3,7 +3,7 @@ import { createMetadata, Callout } from "@doc"; | |||
|
|||
export const metadata = createMetadata({ | |||
image: { | |||
title: "thirdweb Pay - Test Mode", | |||
title: "thirdweb Universal Bridge - Test Mode", | |||
icon: "thirdweb", | |||
}, | |||
title: "Enable Test Mode for Universal bridge — thirdweb docs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The capitalization of "Universal bridge" should be standardized to "Universal Bridge" to maintain consistent capitalization throughout the documentation. This inconsistency appears only in this title while other instances use the proper capitalization format.
title: "Enable Test Mode for Universal bridge — thirdweb docs", | |
title: "Enable Test Mode for Universal Bridge — thirdweb docs", |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
|
||
**Branded Wallet Connector** | ||
|
||
Partners can add your wallet as a wallet connector option in their existing sign in flow on any domains they've whitelisted by calling the follow endpoint from their application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a small typo in this sentence. "calling the follow endpoint" should be "calling the following endpoint" to maintain proper grammar.
Partners can add your wallet as a wallet connector option in their existing sign in flow on any domains they've whitelisted by calling the follow endpoint from their application. | |
Partners can add your wallet as a wallet connector option in their existing sign in flow on any domains they've whitelisted by calling the following endpoint from their application. |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
…e examples, robust features section, and framework-specific implementations
PR-Codex overview
This PR refines the documentation and code related to the
thirdweb
platform, transitioning references fromPay
toUniversal Bridge
, and adds FAQ sections for in-app and ecosystem wallets.Detailed summary
metadata
titles and descriptions to reflectUniversal Bridge
.FAQ
sections insidebar.tsx
and new pages for in-app and ecosystem wallet FAQs.get-started
andquickstart
pages to refer toUniversal Bridge
.get-started
page with wallet integration instructions across various platforms.