Skip to content
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

fix: add beta cloud on main page of 2.2 #499

Merged
merged 9 commits into from
Oct 2, 2023
6 changes: 3 additions & 3 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ We support local, AWS, and Civo clouds, with additional clouds in beta. By runni
title="DigitalOcean" />
</div>
<div className="card__body">
<h3>DigitalOcean</h3>
<h3>DigitalOcean (beta)</h3>
<p>Whatever your vision—a SaaS app, a website, an eCommerce store—build it here using DigitalOcean's simple, cost-effective cloud hosting services.</p>
</div>
<div className="card__footer">
Expand All @@ -112,7 +112,7 @@ We support local, AWS, and Civo clouds, with additional clouds in beta. By runni
title="Google Cloud" />
</div>
<div className="card__body">
<h3>Google Cloud</h3>
<h3>Google Cloud (beta)</h3>
<p>Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, Google Drive, and YouTube.</p>
</div>
<div className="card__footer">
Expand All @@ -131,7 +131,7 @@ We support local, AWS, and Civo clouds, with additional clouds in beta. By runni
title="Vultr Cloud" />
</div>
<div className="card__body">
<h3>Vultr</h3>
<h3>Vultr (beta)</h3>
<p>A cloud hosting provider that offers high-performance SSD-based cloud servers, block storage, object storage, and dedicated servers in multiple locations worldwide.</p>
</div>
<div className="card__footer">
Expand Down
72 changes: 64 additions & 8 deletions versioned_docs/version-2.2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ We support local, AWS, and Civo clouds, with additional clouds in beta. By runni
<div className="card__image">
<img
src={require("/static/img/aws_header.png").default}
alt="AWS Cloud"
title="AWS Cloud" />
alt="AWS"
title="AWS" />
</div>
<div className="card__body">
<h3>AWS Cloud</h3>
<h3>AWS</h3>
<p>
Our AWS cloud platform can accommodate all the <strong>needs of your enterprise</strong>. All you need is a domain in addition to a hosted zone, and within 35 minutes of running a single command, you'll have a secure EKS infrastructure management and application delivery platform.
</p>
Expand All @@ -67,16 +67,15 @@ We support local, AWS, and Civo clouds, with additional clouds in beta. By runni
<div className="card__image">
<img
src={require("/static/img/civo_header.jpg").default}
alt="Civo Cloud"
title="Civo Cloud" />
alt="Civo"
title="Civo" />
</div>
<div className="card__body">
<h3>Civo Cloud</h3>
<h3>Civo</h3>
<p>
The perfect cloud environment when Kubernetes will be the center of attention.
</p>
<p>A <strong>simple cloud footprint</strong> with a powerful open source cloud native tool set for identity and infrastructure management, application delivery, and secrets management. Cloud native infrastructure with incredibly fast provisioning times.
</p>
<p>A <strong>simple cloud footprint</strong> with a powerful open source cloud native tool set for identity and infrastructure management, application delivery, and secrets management. Cloud native infrastructure with incredibly fast provisioning times.</p>
</div>
<div className="card__footer">
<form>
Expand All @@ -85,4 +84,61 @@ We support local, AWS, and Civo clouds, with additional clouds in beta. By runni
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<img
src={require("/static/img/do_header.png").default}
alt="DigitalOcean"
title="DigitalOcean" />
</div>
<div className="card__body">
<h3>DigitalOcean (beta)</h3>
<p>Whatever your vision—a SaaS app, a website, an eCommerce store—build it here using DigitalOcean's simple, cost-effective cloud hosting services.</p>
</div>
<div className="card__footer">
<form>
<button className="button button--secondary button--block" formAction="do/overview/">View install instructions</button>
</form>
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<img
src={require("/static/img/gcp_header.png").default}
alt="Google Cloud"
title="Google Cloud" />
</div>
<div className="card__body">
<h3>Google Cloud (beta)</h3>
<p>Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, Google Drive, and YouTube.</p>
</div>
<div className="card__footer">
<form>
<button className="button button--secondary button--block" formAction="gcp/overview/">View install instructions</button>
</form>
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<img
src={require("/static/img/vultr_header.png").default}
alt="Vultr Cloud"
title="Vultr Cloud" />
</div>
<div className="card__body">
<h3>Vultr (beta)</h3>
<p>A cloud hosting provider that offers high-performance SSD-based cloud servers, block storage, object storage, and dedicated servers in multiple locations worldwide.</p>
</div>
<div className="card__footer">
<form>
<button className="button button--secondary button--block" formAction="vultr/overview/">View install instructions</button>
</form>
</div>
</div>
</div>
</div>