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: header on main page #745

Merged
merged 1 commit into from
Aug 27, 2024
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/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and

---

# Choose your environment
## Choose your environment

<div className="row">
<div className="col col--4 margin-bottom--lg">
Expand Down
23 changes: 20 additions & 3 deletions versioned_docs/version-2.4/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import CivoHeader from './img/civo/header.svg';
import DOHeader from './img/do/header.svg';
import GCPHeader from './img/gcp/header.svg';
import K3dHeader from './img/k3d/header.svg';
import K3sHeader from './img/k3s/header.svg';
import VultrHeader from './img/vultr/header.svg';

# kubefirst Platforms
Expand All @@ -22,7 +23,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and

---

# Choose your environment
## Choose your environment

<div className="row">
<div className="col col--4 margin-bottom--lg">
Expand All @@ -49,7 +50,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<AkamaiHeader />
<AkamaiHeader />
</div>
<div className="card__body">
<h3>Akamai</h3>
Expand Down Expand Up @@ -83,7 +84,7 @@ By running our installer in your cloud, you'll get a GitOps cloud management and
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<CivoHeader />
<CivoHeader />
</div>
<div className="card__body">
<h3>Civo</h3>
Expand Down Expand Up @@ -131,6 +132,22 @@ By running our installer in your cloud, you'll get a GitOps cloud management and
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
<K3sHeader />
</div>
<div className="card__body">
<h3>K3s</h3>
<p>The certified Kubernetes distribution built for IoT & Edge computing</p>
</div>
<div className="card__footer">
<form>
<button className="button button--secondary button--block" formAction="k3s/overview/">View install instructions</button>
</form>
</div>
</div>
</div>
<div className="col col--4 margin-bottom--lg">
<div className="card">
<div className="card__image">
Expand Down
Loading