-
Notifications
You must be signed in to change notification settings - Fork 621
[Portal] Redesign documentation homepage with SDK cards and product icons #6558
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
[Portal] Redesign documentation homepage with SDK cards and product icons #6558
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
apps/portal/src/app/page.tsx
Outdated
| <section> | ||
| <SectionTitle id="backend" title="Backend" /> | ||
| <div className="flex flex-col gap-4"> | ||
| <SectionTitle id="frontend" title="Learning Resources" /> |
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 id="frontend" attribute is duplicated across multiple section titles (lines 78 and 154). HTML requires unique IDs for proper document structure, accessibility, and anchor navigation functionality. Consider replacing this instance with a more descriptive and unique ID such as id="learning-resources" to match the section's title and purpose.
| <SectionTitle id="frontend" title="Learning Resources" /> | |
| <SectionTitle id="learning-resources" title="Learning Resources" /> |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6558 +/- ##
=======================================
Coverage 55.07% 55.07%
=======================================
Files 883 883
Lines 55362 55362
Branches 3789 3789
=======================================
Hits 30491 30491
Misses 24776 24776
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
8f5d513 to
98d3d7b
Compare

PR-Codex overview
This PR introduces several new SVG icon components for a product interface and updates the
Pagecomponent to include new sections for a playground and learning resources, enhancing the overall UI and functionality.Detailed summary
EngineIconContractsIconPlaygroundIconConnectIconInsightIconBridgeIconNebulaIconSDKCardto accept an optionaliconClassNameprop.Pagecomponent:FrontendSectionandBackendSectionwithPlaygroundSectionandLearningResourcesSection.ReferenceSectionfor API references.SDKCardcomponents for different SDKs.ArticleCardIndexto support icons and external links.