diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 068bc61..43b0657 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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/'}], diff --git a/docs/index.md b/docs/index.md index d64245e..33851df 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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" image: src: https://raw.githubusercontent.com/ironcore-dev/ironcore/refs/heads/main/docs/assets/logo_borderless.svg alt: IronCore @@ -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. ---