Merge pull request #951 from btat/integrations-landing-page-links

Use relative links. Add card for K8s Distros
This commit is contained in:
Billy Tat
2023-10-19 15:29:07 -07:00
committed by GitHub
@@ -23,40 +23,44 @@ To learn more and get started with Rancher Prime, please visit [this page](https
id="Gettingstarted" id="Gettingstarted"
icon={<RocketRegular />} icon={<RocketRegular />}
> >
<Card
title="Kubernetes Distributions"
to="./integrations-in-rancher/kubernetes-distributions"
/>
<Card <Card
title="Virtualization on Kubernetes with Harvester" title="Virtualization on Kubernetes with Harvester"
to="/integrations-in-rancher/harvester" to="./integrations-in-rancher/harvester"
/> />
<Card <Card
title="Cloud Native Storage with Longhorn" title="Cloud Native Storage with Longhorn"
to="/integrations-in-rancher/longhorn" to="./integrations-in-rancher/longhorn"
/> />
<Card <Card
title="Container Security with NeuVector" title="Container Security with NeuVector"
to="/integrations-in-rancher/neuvector" to="./integrations-in-rancher/neuvector"
/> />
<Card <Card
title="Advanced Policy Management with Kubewarden" title="Advanced Policy Management with Kubewarden"
to="/integrations-in-rancher/kubewarden" to="./integrations-in-rancher/kubewarden"
/> />
<Card <Card
title="Operating System Management with Elemental" title="Operating System Management with Elemental"
to="/integrations-in-rancher/elemental" to="./integrations-in-rancher/elemental"
/> />
<Card <Card
title="Observability with Opni" title="Observability with Opni"
to="/integrations-in-rancher/opni" to="./integrations-in-rancher/opni"
/> />
<Card <Card
title="Continuous Delivery with Fleet" title="Continuous Delivery with Fleet"
to="/integrations-in-rancher/fleet" to="./integrations-in-rancher/fleet"
/> />
<Card <Card
title="Kubernetes on the Desktop" title="Kubernetes on the Desktop"
to="/integrations-in-rancher/rancher-desktop" to="./integrations-in-rancher/rancher-desktop"
/> />
<Card <Card
title="Application Development Engine with Epinio" title="Application Development Engine with Epinio"
to="/integrations-in-rancher/epinio" to="./integrations-in-rancher/epinio"
/> />
</CardSection> </CardSection>