-
Notifications
You must be signed in to change notification settings - Fork 543
Feature: Update UB Docs for latest SDK and Guides #7265
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
35f7a75
Enhance payment documentation: Update feature cards and add SDK modul…
gregfromstl 604292b
Update payment documentation: Revise sidebar links and enhance instal…
gregfromstl e5adb0d
Refactor payment documentation: Update sidebar links and remove outda…
gregfromstl 4dae477
Update payment documentation: Revise sidebar and add onramp integrati…
gregfromstl 6366174
Update sidebar links in payment documentation: Rename "Swap Smart Acc…
gregfromstl 9985ed3
Update payment documentation: Modify sidebar link for Universal Bridg…
gregfromstl 10315f5
Fix NFT checkout guide: Add missing closing tags for Step components …
gregfromstl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
💡 Verification agent
🧩 Analysis chain
Verify the new documentation URL and ensure consistency.
The URL has been simplified from the previous structure, which aligns with the documentation restructuring. However, there's an inconsistency within this same file.
Please verify that the new URL is accessible and contains the expected content:
🏁 Script executed:
Length of output: 1692
🏁 Script executed:
Length of output: 2509
Ensure consistent documentation URLs across the codebase
Verified that
https://portal.thirdweb.com/pay
returns HTTP 200. However, there are still multiple links pointing to the oldportal.thirdweb.com/connect/pay/...
structure. To avoid confusion and maintain consistency, please update the following references (or confirm if any should remain on a specific sub-page):• apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/connect/universal-bridge/layout.tsx: line 88
• apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/page.tsx: line 424
• apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/analytics/page.tsx: lines 293, 305
• apps/dashboard/src/app/(app)/(dashboard)/(chain)/components/server/products.ts: line 52
• apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/(chainPage)/components/server/BuyFundsSection.tsx: line 56
• apps/dashboard/src/components/pay/PayConfig.tsx: line 117
You can run
rg "portal\\.thirdweb\\.com/connect/pay"
to locate all remaining instances. Replace these with the simplified/pay
URL (or the correct new paths) so all documentation links resolve consistently.🤖 Prompt for AI Agents