-
Notifications
You must be signed in to change notification settings - Fork 619
[BLD-259] Playground, Portal: Add revalidation for API Reference page #8022
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
[BLD-259] Playground, Portal: Add revalidation for API Reference page #8022
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Comment |
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8022 +/- ##
=======================================
Coverage 56.65% 56.65%
=======================================
Files 904 904
Lines 58677 58677
Branches 4165 4165
=======================================
Hits 33241 33241
Misses 25330 25330
Partials 106 106
🚀 New features to boost your workflow:
|
size-limit report 📦
|
69768d1 to
68c07ae
Compare
68c07ae to
f3590c7
Compare
Merge activity
|
…#8022) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the metadata and content for the API reference pages in the `portal` and `playground-web` applications, enhancing the descriptions and titles to better reflect the purpose of the APIs. It also introduces a revalidation period for both pages. ### Detailed summary - Updated `metadata` in `apps/portal/src/app/reference/page.tsx`: - Changed `title` from "API Reference" to "thirdweb API Reference". - Changed `description` from "Complete REST API reference for all thirdweb services" to "A Unified interface for Web3 development". - Added `revalidate` property with value `3600` in `apps/portal/src/app/reference/page.tsx`. - In `apps/playground-web/src/app/reference/page.tsx`: - Imported `ScalarApiReference` and `createMetadata`. - Added `metadata` with `title` "thirdwebAPI Reference" and `description` "A Unified interface for Web3 development". - Added `revalidate` property with value `3600`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
62f9fc4 to
e7d0899
Compare
f3590c7 to
2d76cf9
Compare

PR-Codex overview
This PR focuses on enhancing the metadata and revalidation settings for the API reference pages in the
portalandplayground-webapplications. It updates titles and descriptions to better reflect the purpose of the documentation.Detailed summary
metadatainapps/portal/src/app/reference/page.tsx:titleto "thirdweb API Reference".descriptionto "A Unified interface for Web3 development".revalidateproperty set to3600inapps/portal/src/app/reference/page.tsx.apps/playground-web/src/app/reference/page.tsx:ScalarApiReferenceandcreateMetadata.metadatawithtitleas "thirdwebAPI Reference" and description as "A Unified interface for Web3 development".revalidateproperty set to3600.