Update landing page to reflect AI infrastructure support#136
Conversation
Signed-off-by: Andreas Fritzler <andreas.fritzler@sap.com>
📝 WalkthroughWalkthroughThe homepage tagline now includes AI and accelerator infrastructure, while the features list adds corresponding GPU and accelerator capabilities and revises the hybrid and edge providers description. ChangesHomepage scope update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/index.md`:
- Line 8: Update the site and Open Graph description metadata in the VitePress
configuration to include AI/accelerator infrastructure, matching the expanded
homepage tagline and preserving consistent wording across both descriptions.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| name: "IronCore Project" | ||
| text: "Cloud Native Infrastructure Management" | ||
| tagline: "IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management and Network Automation" | ||
| tagline: "IronCore is an Open-Source platform designed to empower users by providing a robust Infrastructure as a Service layer, Bare Metal Management, Network Automation, and AI/Accelerator Infrastructure" |
There was a problem hiding this comment.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Update the site metadata to match the expanded scope.
docs/.vitepress/config.mts still describes IronCore without AI/accelerator infrastructure in its site and Open Graph descriptions, so search and social previews will contradict this homepage tagline. Update those descriptions alongside this change.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/index.md` at line 8, Update the site and Open Graph description metadata
in the VitePress configuration to include AI/accelerator infrastructure,
matching the expanded homepage tagline and preserving consistent wording across
both descriptions.
Proposed Changes
Update landing page to reflect AI infrastructure support.
Summary by CodeRabbit