From 94ff11b5b83b1476c54881b3596c8d8999b0c907 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Mon, 12 Dec 2022 11:54:43 -0800 Subject: [PATCH] Add page for Prime --- .../quick-start-guides/deploy-rancher-manager/prime.md | 7 +++++++ sidebars.js | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 docs/getting-started/quick-start-guides/deploy-rancher-manager/prime.md diff --git a/docs/getting-started/quick-start-guides/deploy-rancher-manager/prime.md b/docs/getting-started/quick-start-guides/deploy-rancher-manager/prime.md new file mode 100644 index 00000000000..04d7924d8b4 --- /dev/null +++ b/docs/getting-started/quick-start-guides/deploy-rancher-manager/prime.md @@ -0,0 +1,7 @@ +--- +title: Rancher Prime +--- + +Rancher v2.7 introduces Rancher Prime, a Rancher offering with a focus on security. Rancher Prime is a new edition of Rancher built from the same source code. With Rancher Prime, installation assets are hosted on a secure trusted registry owned and managed by Rancher. + +To get started with Rancher Prime, [go to this page](https://www.rancher.com/quick-start) and fill out the form. diff --git a/sidebars.js b/sidebars.js index 007fa80f47e..fac42971b6b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -50,8 +50,10 @@ const sidebars = { "getting-started/quick-start-guides/deploy-rancher-manager/vagrant", "getting-started/quick-start-guides/deploy-rancher-manager/equinix-metal", "getting-started/quick-start-guides/deploy-rancher-manager/helm-cli", + ] }, + "getting-started/quick-start-guides/deploy-rancher-manager/prime", { type: 'category', label: 'Deploy Rancher Workloads',