-
Notifications
You must be signed in to change notification settings - Fork 412
expanding landing page #1632
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
expanding landing page #1632
Conversation
ComputelessComputer
commented
Nov 5, 2025
- Added new routes to the application
- Polished table of contents
- Expanded template collection
- Miscellaneous improvements
d42e745 to
2c68626
Compare
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughAdds 15 MDX content templates, a new MockWindow React component, extends use-platform's getHeroCTA to include an optional subtextLink, updates header/navigation (Product dropdown, Enterprise, YouTube), removes the product index route, introduces many new front-end route pages (About, FAQ, Enterprise, Team, Roadmap, product pages, YouTube redirect), and replaces the blog TOC with a hierarchical tree renderer. Changes
Sequence Diagram(s)sequenceDiagram
participant Page as Blog Page
participant build as buildTocTree()
participant Node as TocNode (recursive)
participant Render as DOM
Page->>build: provide flat toc array
build-->>Page: returns hierarchical TocItem tree
Page->>Node: render root nodes
Node->>Node: recursively render children (expand/collapse)
Node->>Render: output nested TOC DOM
Note over Node,Render: Expanded/collapsed interactions toggle node state
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes
Possibly related PRs
Suggested reviewers
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (37)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |