diff --git a/docusaurus.config.js b/docusaurus.config.js index e885e102..f4bd93e8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); /** @type {import('@docusaurus/types').DocusaurusConfig} */ const config = { title: - "The open source hyperconverged infrastructure (HCI) solution for a cloud native world", + "The open-source hyperconverged infrastructure solution for a cloud-native world", tagline: "", url: "https://harvesterhci.io", baseUrl: "/", @@ -85,21 +85,11 @@ const config = { label: 'Elemental', className: 'navbar__icon navbar__elemental', }, - { - href: 'https://epinio.io/', - label: 'Epinio', - className: 'navbar__icon navbar__epinio', - }, { href: 'https://fleet.rancher.io/', label: 'Fleet', className: 'navbar__icon navbar__fleet', }, - { - href: 'https://opni.io/', - label: 'Opni', - className: 'navbar__icon navbar__opni', - }, { href: 'https://opensource.suse.com/', label: 'More Projects...', @@ -130,7 +120,7 @@ const config = { customFields: { title: "Harvester - Open-source hyperconverged infrastructure", description: - "An open-source hyperconverged infrastructure (HCI) software for a cloud-native world", + "The open-source hyperconverged infrastructure solution for a cloud-native world", }, plugins: [ [ diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index 9104ba16..a36bf88c 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -5,7 +5,7 @@ const FeatureList = [ title: 'Sits on the shoulders of cloud native giants', description: ( <> - Harvester uses some of the most proven and mature open source software (OSS) components to build virtualization instead of proprietary kernels that are kept hidden from view. + Harvester uses proven and mature open source software (OSS) components to build virtualization instead of proprietary kernels that are kept hidden from view. ), }, @@ -13,7 +13,7 @@ const FeatureList = [ title: 'Lower Total Cost of Ownership (TCO)', description: ( <> - As 100% open source, Harvester is free from the costly license fees of other HCI solutions. Plus, with its foundation based on existing technology such as Linux & kernel- based virtual machines. + As 100% open source, Harvester is free from the costly license fees of other HCI solutions. Plus, its foundation is based on existing technology such as Linux and kernel-based virtual machines. ), }, @@ -52,7 +52,7 @@ export default function HomepageFeatures() {
-

The open source hyperconverged infrastructure (HCI) solution for a cloud native world

+

The open-source hyperconverged infrastructure solution for a cloud-native world

@@ -74,12 +74,12 @@ export default function HomepageFeatures() {
-

Great For

+

Great for

-
On-Prem HCI
-
Edge HCI
-
Hybrid Cloud
-
Containers and VMS in the Same Environment
+
Running Kubernetes in VMs on top of Harvester
+
Running containerized workloads on bare metal servers
+
Transitioning and modernizing workloads to cloud-native
+
The edge
@@ -94,11 +94,12 @@ export default function HomepageFeatures() {

What is Harvester?

-

Harvester is a modern Hyperconverged infrastructure (HCI) solution built for - bare metal servers using enterprise-grade open source technologies including Kubernetes, KubeVirt and - Longhorn. Designed for users looking for a cloud-native HCI solution, Harvester is a flexible and - affordable offering capable of putting VM workloads on the edge, close to your IoT, and integrated into - your cloud infrastructure.

+

Harvester is a modern hyperconverged infrastructure (HCI) + solution built for bare metal servers using enterprise-grade open-source technologies + including Linux, KVM, Kubernetes, KubeVirt, and Longhorn. Designed for users looking + for a flexible and affordable solution to run cloud-native and virtual machine (VM) + workloads in your datacenter and at the edge, Harvester provides a single pane of glass + for virtualization and cloud-native workload management.

@@ -130,8 +131,8 @@ export default function HomepageFeatures() {

How it Works

+
Harvester Architecture Diagram
-
@@ -147,7 +148,7 @@ export default function HomepageFeatures() {

Get Started

Want to try Harvester?

-

Simply install it directly onto your bare-metal server to get started.

+

Simply install it directly onto your bare metal server to get started.

Download Now
diff --git a/static/img/harvester-arch-update-grey.png b/static/img/harvester-arch-update-grey.png new file mode 100644 index 00000000..d743704a Binary files /dev/null and b/static/img/harvester-arch-update-grey.png differ