Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default withMermaid({
['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/ironcore-dev/ironcore/refs/heads/main/docs/assets/logo_borderless.svg' }],
['meta', {property: 'og:type', content: 'website'}],
['meta', {property: 'og:title', content: 'IronCore Project - Cloud Native Infrastructure Management'}],
['meta', {property: 'og:description', content: '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'}],
['meta', {property: 'og:description', content: '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'}],
['meta', {property: 'og:site_name', content: 'IronCore Project'}],
['meta', {property: 'og:image', content: 'https://raw.githubusercontent.com/ironcore-dev/ironcore-dev.github.io/refs/heads/main/docs/public/og-ironcore.png'}],
['meta', {property: 'og:url', content: 'https://ironcore.dev/'}],
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: home
hero:
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"
Comment thread
afritzler marked this conversation as resolved.
image:
src: https://raw.githubusercontent.com/ironcore-dev/ironcore/refs/heads/main/docs/assets/logo_borderless.svg
alt: IronCore
Expand All @@ -29,11 +29,11 @@ features:
- title: 🧰 Declarative Day-2 Operations
details: Manage BIOS, firmware, and hardware inventory declaratively via Kubernetes.
- title: ☁️ Modular IaaS Building Blocks
details: Pluggable compute, storage, and networking providers designed for hybrid and edge deployments.
details: Pluggable compute (CPU and GPU), storage, and networking providers designed for hybrid and edge deployments.
- title: 🚀 AI & Accelerator Infrastructure
details: Discover, provision, and manage GPU and accelerator resources declaratively to run AI/ML workloads.
- title: 🔗 Native Kubernetes Integration
details: Seamless integration with CSI, CCM, Cluster API, and Gardener.
- title: 🧱 Composable, Reusable Components
details: Reuse standalone modules like Metal Operator, Libvirt, or Ceph Providers across environments.
- title: 👨‍💻 DevOps-Ready by Design
details: End-to-end infrastructure and lifecycle management powered by a declarative Kubernetes API.
---