-
Notifications
You must be signed in to change notification settings - Fork 619
chore: New Engine Docs link, add some AA issues to troubleshooting guide #4982
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
Conversation
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4982 +/- ##
=======================================
Coverage 47.74% 47.74%
=======================================
Files 1059 1059
Lines 57328 57328
Branches 3944 3944
=======================================
Hits 27369 27369
Misses 29268 29268
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
…ide (#4982) <!-- start pr-codex --> ## PR-Codex overview This PR updates the API documentation links throughout the application to point to the new `thirdweb-engine.apidocumentation.com` URLs, ensuring that users access the correct and up-to-date API references. ### Detailed summary - Updated `API Reference` link in `sidebar.tsx`. - Changed API reference links in `page.mdx` files for: - `See API reference` section. - `Update Chain Configuration` instructions. - `Cancel Transaction` references. - `Contract Subscriptions` references. - `Retry Transaction` and `Cancel` instructions. - `Reset Nonce` instructions. - Added new content regarding `UserOps` and error handling. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
e4d7c39 to
e06cc9b
Compare
PR-Codex overview
This PR updates various documentation links throughout the application to point to the new API documentation site, replacing the old
redoclyURLs with the newthirdweb-engine.apidocumentation.comURLs.Detailed summary
API Referencelink insidebar.tsx.page.mdxfiles to new URLs.Update Chain Configuration,Cancel Transaction, andContract Subscriptionsoperations.UserOpsand related error handling introubleshooting/page.mdx.