mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-11 11:45:48 +00:00
Merge pull request #1336 from btat/integrations-doccard
Use built-in cards for tile layout on integrations page
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Integrations in Rancher
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
|
||||
|
||||
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
|
||||
|
||||
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items.slice(0,8)} />
|
||||
@@ -1,54 +0,0 @@
|
||||
---
|
||||
title: Integrations in Rancher
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
import {Card, CardSection} from '@site/src/components/CardComponents';
|
||||
import {RocketRegular} from '@fluentui/react-icons';
|
||||
|
||||
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
|
||||
|
||||
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
|
||||
|
||||
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
|
||||
|
||||
<CardSection
|
||||
id="Gettingstarted"
|
||||
icon={<RocketRegular />}
|
||||
>
|
||||
<Card
|
||||
title="Kubernetes Distributions"
|
||||
to="./integrations-in-rancher/kubernetes-distributions"
|
||||
/>
|
||||
<Card
|
||||
title="Virtualization on Kubernetes with Harvester"
|
||||
to="./integrations-in-rancher/harvester"
|
||||
/>
|
||||
<Card
|
||||
title="Cloud Native Storage with Longhorn"
|
||||
to="./integrations-in-rancher/longhorn"
|
||||
/>
|
||||
<Card
|
||||
title="Container Security with NeuVector"
|
||||
to="./integrations-in-rancher/neuvector"
|
||||
/>
|
||||
<Card
|
||||
title="Advanced Policy Management with Kubewarden"
|
||||
to="./integrations-in-rancher/kubewarden"
|
||||
/>
|
||||
<Card
|
||||
title="Operating System Management with Elemental"
|
||||
to="./integrations-in-rancher/elemental"
|
||||
/>
|
||||
<Card
|
||||
title="Continuous Delivery with Fleet"
|
||||
to="./integrations-in-rancher/fleet"
|
||||
/>
|
||||
<Card
|
||||
title="Kubernetes on the Desktop"
|
||||
to="./integrations-in-rancher/rancher-desktop"
|
||||
/>
|
||||
</CardSection>
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Rancher 中的集成
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/zh/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
Prime 是 Rancher 生态系统的企业级产品,具有更高的安全性、更长的生命周期和对 Prime 专有文档的访问权限。Rancher Prime 安装资产托管在受信任的 SUSE 注册表上,由 Rancher 拥有和管理。受信任的 Prime 注册表仅包括经过社区测试的稳定版本。
|
||||
|
||||
Prime 还提供生产支持选项,以及根据你的商业需求定制的订阅附加组件。
|
||||
|
||||
要了解更多信息并开始使用 Rancher Prime,请访问[本页](https://www.rancher.com/quick-start)。
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items.slice(0,8)} />
|
||||
-51
@@ -1,51 +0,0 @@
|
||||
---
|
||||
title: Rancher 中的集成
|
||||
---
|
||||
|
||||
<head>
|
||||
<link
|
||||
rel="canonical"
|
||||
href="https://ranchermanager.docs.rancher.com/zh/integrations-in-rancher"
|
||||
/>
|
||||
</head>
|
||||
|
||||
import { Card, CardSection } from "@site/src/components/CardComponents";
|
||||
import { RocketRegular } from "@fluentui/react-icons";
|
||||
|
||||
Prime 是 Rancher 生态系统的企业级产品,具有更高的安全性、更长的生命周期和对 Prime 专有文档的访问权限。Rancher Prime 安装资产托管在受信任的 SUSE 注册表上,由 Rancher 拥有和管理。受信任的 Prime 注册表仅包括经过社区测试的稳定版本。
|
||||
|
||||
Prime 还提供生产支持选项,以及根据你的商业需求定制的订阅附加组件。
|
||||
|
||||
要了解更多信息并开始使用 Rancher Prime,请访问[本页](https://www.rancher.com/quick-start)。
|
||||
|
||||
<CardSection id="Gettingstarted" icon={<RocketRegular />}>
|
||||
<Card
|
||||
title="Kubernetes 发行版"
|
||||
to="./integrations-in-rancher/kubernetes-distributions"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Harvester 在 Kubernetes 上进行虚拟化"
|
||||
to="./integrations-in-rancher/harvester"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Longhorn 进行云原生存储"
|
||||
to="./integrations-in-rancher/longhorn"
|
||||
/>
|
||||
<Card
|
||||
title="使用 NeuVector 实现容器安全"
|
||||
to="./integrations-in-rancher/neuvector"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Kubewalden 进行高级策略管理"
|
||||
to="./integrations-in-rancher/kubewarden"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Elemental 进行操作系统管理"
|
||||
to="./integrations-in-rancher/elemental"
|
||||
/>
|
||||
<Card title="使用 Fleet 进行持续交付" to="./integrations-in-rancher/fleet" />
|
||||
<Card
|
||||
title="桌面上的 Kubernetes"
|
||||
to="./integrations-in-rancher/rancher-desktop"
|
||||
/>
|
||||
</CardSection>
|
||||
-51
@@ -1,51 +0,0 @@
|
||||
---
|
||||
title: Rancher 中的集成
|
||||
---
|
||||
|
||||
<head>
|
||||
<link
|
||||
rel="canonical"
|
||||
href="https://ranchermanager.docs.rancher.com/zh/integrations-in-rancher"
|
||||
/>
|
||||
</head>
|
||||
|
||||
import { Card, CardSection } from "@site/src/components/CardComponents";
|
||||
import { RocketRegular } from "@fluentui/react-icons";
|
||||
|
||||
Prime 是 Rancher 生态系统的企业级产品,具有更高的安全性、更长的生命周期和对 Prime 专有文档的访问权限。Rancher Prime 安装资产托管在受信任的 SUSE 注册表上,由 Rancher 拥有和管理。受信任的 Prime 注册表仅包括经过社区测试的稳定版本。
|
||||
|
||||
Prime 还提供生产支持选项,以及根据你的商业需求定制的订阅附加组件。
|
||||
|
||||
要了解更多信息并开始使用 Rancher Prime,请访问[本页](https://www.rancher.com/quick-start)。
|
||||
|
||||
<CardSection id="Gettingstarted" icon={<RocketRegular />}>
|
||||
<Card
|
||||
title="Kubernetes 发行版"
|
||||
to="./integrations-in-rancher/kubernetes-distributions"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Harvester 在 Kubernetes 上进行虚拟化"
|
||||
to="./integrations-in-rancher/harvester"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Longhorn 进行云原生存储"
|
||||
to="./integrations-in-rancher/longhorn"
|
||||
/>
|
||||
<Card
|
||||
title="使用 NeuVector 实现容器安全"
|
||||
to="./integrations-in-rancher/neuvector"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Kubewalden 进行高级策略管理"
|
||||
to="./integrations-in-rancher/kubewarden"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Elemental 进行操作系统管理"
|
||||
to="./integrations-in-rancher/elemental"
|
||||
/>
|
||||
<Card title="使用 Fleet 进行持续交付" to="./integrations-in-rancher/fleet" />
|
||||
<Card
|
||||
title="桌面上的 Kubernetes"
|
||||
to="./integrations-in-rancher/rancher-desktop"
|
||||
/>
|
||||
</CardSection>
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Rancher 中的集成
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/zh/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
Prime 是 Rancher 生态系统的企业级产品,具有更高的安全性、更长的生命周期和对 Prime 专有文档的访问权限。Rancher Prime 安装资产托管在受信任的 SUSE 注册表上,由 Rancher 拥有和管理。受信任的 Prime 注册表仅包括经过社区测试的稳定版本。
|
||||
|
||||
Prime 还提供生产支持选项,以及根据你的商业需求定制的订阅附加组件。
|
||||
|
||||
要了解更多信息并开始使用 Rancher Prime,请访问[本页](https://www.rancher.com/quick-start)。
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items.slice(0,8)} />
|
||||
-51
@@ -1,51 +0,0 @@
|
||||
---
|
||||
title: Rancher 中的集成
|
||||
---
|
||||
|
||||
<head>
|
||||
<link
|
||||
rel="canonical"
|
||||
href="https://ranchermanager.docs.rancher.com/zh/integrations-in-rancher"
|
||||
/>
|
||||
</head>
|
||||
|
||||
import { Card, CardSection } from "@site/src/components/CardComponents";
|
||||
import { RocketRegular } from "@fluentui/react-icons";
|
||||
|
||||
Prime 是 Rancher 生态系统的企业级产品,具有更高的安全性、更长的生命周期和对 Prime 专有文档的访问权限。Rancher Prime 安装资产托管在受信任的 SUSE 注册表上,由 Rancher 拥有和管理。受信任的 Prime 注册表仅包括经过社区测试的稳定版本。
|
||||
|
||||
Prime 还提供生产支持选项,以及根据你的商业需求定制的订阅附加组件。
|
||||
|
||||
要了解更多信息并开始使用 Rancher Prime,请访问[本页](https://www.rancher.com/quick-start)。
|
||||
|
||||
<CardSection id="Gettingstarted" icon={<RocketRegular />}>
|
||||
<Card
|
||||
title="Kubernetes 发行版"
|
||||
to="./integrations-in-rancher/kubernetes-distributions"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Harvester 在 Kubernetes 上进行虚拟化"
|
||||
to="./integrations-in-rancher/harvester"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Longhorn 进行云原生存储"
|
||||
to="./integrations-in-rancher/longhorn"
|
||||
/>
|
||||
<Card
|
||||
title="使用 NeuVector 实现容器安全"
|
||||
to="./integrations-in-rancher/neuvector"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Kubewalden 进行高级策略管理"
|
||||
to="./integrations-in-rancher/kubewarden"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Elemental 进行操作系统管理"
|
||||
to="./integrations-in-rancher/elemental"
|
||||
/>
|
||||
<Card title="使用 Fleet 进行持续交付" to="./integrations-in-rancher/fleet" />
|
||||
<Card
|
||||
title="桌面上的 Kubernetes"
|
||||
to="./integrations-in-rancher/rancher-desktop"
|
||||
/>
|
||||
</CardSection>
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Rancher 中的集成
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/zh/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
Prime 是 Rancher 生态系统的企业级产品,具有更高的安全性、更长的生命周期和对 Prime 专有文档的访问权限。Rancher Prime 安装资产托管在受信任的 SUSE 注册表上,由 Rancher 拥有和管理。受信任的 Prime 注册表仅包括经过社区测试的稳定版本。
|
||||
|
||||
Prime 还提供生产支持选项,以及根据你的商业需求定制的订阅附加组件。
|
||||
|
||||
要了解更多信息并开始使用 Rancher Prime,请访问[本页](https://www.rancher.com/quick-start)。
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items.slice(0,8)} />
|
||||
-51
@@ -1,51 +0,0 @@
|
||||
---
|
||||
title: Rancher 中的集成
|
||||
---
|
||||
|
||||
<head>
|
||||
<link
|
||||
rel="canonical"
|
||||
href="https://ranchermanager.docs.rancher.com/zh/integrations-in-rancher"
|
||||
/>
|
||||
</head>
|
||||
|
||||
import { Card, CardSection } from "@site/src/components/CardComponents";
|
||||
import { RocketRegular } from "@fluentui/react-icons";
|
||||
|
||||
Prime 是 Rancher 生态系统的企业级产品,具有更高的安全性、更长的生命周期和对 Prime 专有文档的访问权限。Rancher Prime 安装资产托管在受信任的 SUSE 注册表上,由 Rancher 拥有和管理。受信任的 Prime 注册表仅包括经过社区测试的稳定版本。
|
||||
|
||||
Prime 还提供生产支持选项,以及根据你的商业需求定制的订阅附加组件。
|
||||
|
||||
要了解更多信息并开始使用 Rancher Prime,请访问[本页](https://www.rancher.com/quick-start)。
|
||||
|
||||
<CardSection id="Gettingstarted" icon={<RocketRegular />}>
|
||||
<Card
|
||||
title="Kubernetes 发行版"
|
||||
to="./integrations-in-rancher/kubernetes-distributions"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Harvester 在 Kubernetes 上进行虚拟化"
|
||||
to="./integrations-in-rancher/harvester"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Longhorn 进行云原生存储"
|
||||
to="./integrations-in-rancher/longhorn"
|
||||
/>
|
||||
<Card
|
||||
title="使用 NeuVector 实现容器安全"
|
||||
to="./integrations-in-rancher/neuvector"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Kubewalden 进行高级策略管理"
|
||||
to="./integrations-in-rancher/kubewarden"
|
||||
/>
|
||||
<Card
|
||||
title="使用 Elemental 进行操作系统管理"
|
||||
to="./integrations-in-rancher/elemental"
|
||||
/>
|
||||
<Card title="使用 Fleet 进行持续交付" to="./integrations-in-rancher/fleet" />
|
||||
<Card
|
||||
title="桌面上的 Kubernetes"
|
||||
to="./integrations-in-rancher/rancher-desktop"
|
||||
/>
|
||||
</CardSection>
|
||||
@@ -482,3 +482,11 @@ details p {
|
||||
grid-template-columns: repeat(1, minmax(0, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
.cardTitle_node_modules-\@docusaurus-theme-classic-lib-theme-DocCard-styles-module {
|
||||
font-size: 0.88rem !important;
|
||||
}
|
||||
|
||||
.cardDescription_node_modules-\@docusaurus-theme-classic-lib-theme-DocCard-styles-module {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Integrations in Rancher
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
|
||||
|
||||
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
|
||||
|
||||
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items.slice(0,8)} />
|
||||
@@ -1,54 +0,0 @@
|
||||
---
|
||||
title: Integrations in Rancher
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
import {Card, CardSection} from '@site/src/components/CardComponents';
|
||||
import {RocketRegular} from '@fluentui/react-icons';
|
||||
|
||||
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
|
||||
|
||||
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
|
||||
|
||||
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
|
||||
|
||||
<CardSection
|
||||
id="Gettingstarted"
|
||||
icon={<RocketRegular />}
|
||||
>
|
||||
<Card
|
||||
title="Kubernetes Distributions"
|
||||
to="./integrations-in-rancher/kubernetes-distributions"
|
||||
/>
|
||||
<Card
|
||||
title="Virtualization on Kubernetes with Harvester"
|
||||
to="./integrations-in-rancher/harvester"
|
||||
/>
|
||||
<Card
|
||||
title="Cloud Native Storage with Longhorn"
|
||||
to="./integrations-in-rancher/longhorn"
|
||||
/>
|
||||
<Card
|
||||
title="Container Security with NeuVector"
|
||||
to="./integrations-in-rancher/neuvector"
|
||||
/>
|
||||
<Card
|
||||
title="Advanced Policy Management with Kubewarden"
|
||||
to="./integrations-in-rancher/kubewarden"
|
||||
/>
|
||||
<Card
|
||||
title="Operating System Management with Elemental"
|
||||
to="./integrations-in-rancher/elemental"
|
||||
/>
|
||||
<Card
|
||||
title="Continuous Delivery with Fleet"
|
||||
to="./integrations-in-rancher/fleet"
|
||||
/>
|
||||
<Card
|
||||
title="Kubernetes on the Desktop"
|
||||
to="./integrations-in-rancher/rancher-desktop"
|
||||
/>
|
||||
</CardSection>
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: Integrations in Rancher
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
|
||||
|
||||
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
|
||||
|
||||
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
|
||||
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import { useCurrentSidebarCategory } from '@docusaurus/theme-common/internal';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items.slice(0,8)} />
|
||||
@@ -1,54 +0,0 @@
|
||||
---
|
||||
title: Integrations in Rancher
|
||||
---
|
||||
|
||||
<head>
|
||||
<link rel="canonical" href="https://ranchermanager.docs.rancher.com/integrations-in-rancher"/>
|
||||
</head>
|
||||
|
||||
import {Card, CardSection} from '@site/src/components/CardComponents';
|
||||
import {RocketRegular} from '@fluentui/react-icons';
|
||||
|
||||
Prime is the Rancher ecosystem’s enterprise offering, with additional security, extended lifecycles, and access to Prime-exclusive documentation. Rancher Prime installation assets are hosted on a trusted SUSE registry, owned and managed by Rancher. The trusted Prime registry includes only stable releases that have been community-tested.
|
||||
|
||||
Prime also offers options for production support, as well as add-ons to your subscription that tailor to your commercial needs.
|
||||
|
||||
To learn more and get started with Rancher Prime, please visit [this page](https://www.rancher.com/quick-start).
|
||||
|
||||
<CardSection
|
||||
id="Gettingstarted"
|
||||
icon={<RocketRegular />}
|
||||
>
|
||||
<Card
|
||||
title="Kubernetes Distributions"
|
||||
to="./integrations-in-rancher/kubernetes-distributions"
|
||||
/>
|
||||
<Card
|
||||
title="Virtualization on Kubernetes with Harvester"
|
||||
to="./integrations-in-rancher/harvester"
|
||||
/>
|
||||
<Card
|
||||
title="Cloud Native Storage with Longhorn"
|
||||
to="./integrations-in-rancher/longhorn"
|
||||
/>
|
||||
<Card
|
||||
title="Container Security with NeuVector"
|
||||
to="./integrations-in-rancher/neuvector"
|
||||
/>
|
||||
<Card
|
||||
title="Advanced Policy Management with Kubewarden"
|
||||
to="./integrations-in-rancher/kubewarden"
|
||||
/>
|
||||
<Card
|
||||
title="Operating System Management with Elemental"
|
||||
to="./integrations-in-rancher/elemental"
|
||||
/>
|
||||
<Card
|
||||
title="Continuous Delivery with Fleet"
|
||||
to="./integrations-in-rancher/fleet"
|
||||
/>
|
||||
<Card
|
||||
title="Kubernetes on the Desktop"
|
||||
to="./integrations-in-rancher/rancher-desktop"
|
||||
/>
|
||||
</CardSection>
|
||||
Reference in New Issue
Block a user