From 5249dc9f84df1ba041279d80b97be210ee4aef74 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 17 Oct 2023 13:15:38 -0700 Subject: [PATCH 1/3] Add Epinio landing page --- docs/integrations-in-rancher/epinio.md | 22 +++++++++++++++++++ sidebars.js | 1 + .../integrations-in-rancher/epinio.md | 22 +++++++++++++++++++ .../integrations-in-rancher/epinio.md | 22 +++++++++++++++++++ versioned_sidebars/version-2.7-sidebars.json | 1 + versioned_sidebars/version-2.8-sidebars.json | 1 + 6 files changed, 69 insertions(+) create mode 100644 docs/integrations-in-rancher/epinio.md create mode 100644 versioned_docs/version-2.7/integrations-in-rancher/epinio.md create mode 100644 versioned_docs/version-2.8/integrations-in-rancher/epinio.md diff --git a/docs/integrations-in-rancher/epinio.md b/docs/integrations-in-rancher/epinio.md new file mode 100644 index 00000000000..7384592fa48 --- /dev/null +++ b/docs/integrations-in-rancher/epinio.md @@ -0,0 +1,22 @@ +--- +title: Application Development Engine with Epinio +--- + + + + + +Epinio lets developers go from application sources to URL in a single step. Epinio is an Application Development Platform. It deploys on Kubernetes and lets application developers and operators work together without conflict. + +## Epinio with Rancher + +Epinio's integration with Rancher lets developers quickly start using it without having to deal with the installation process or the configuration. You can install Epinio from the Apps. Currently the team is working to have Epinio available as a Rancher extension. + +## Epinio with Rancher Prime + +On top of the specific support service, Rancher Prime customers of Epinio should expect better integration of Epinio with other Rancher projects such as: + +- Better integration with Rancher authentication. +- Integrating Neuvector/Kubewarden with Epinio. +- Using a custom Chart template with the right annotations to integrate with monitoring for example. +- A better service marketplace. diff --git a/sidebars.js b/sidebars.js index 2e8491500b0..1ca11d2bf70 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1125,6 +1125,7 @@ const sidebars = { type: 'category', label: 'Integrations in Rancher', items: [ + 'integrations-in-rancher/epinio', { type: 'category', label: 'Cloud Marketplace Integration', diff --git a/versioned_docs/version-2.7/integrations-in-rancher/epinio.md b/versioned_docs/version-2.7/integrations-in-rancher/epinio.md new file mode 100644 index 00000000000..7384592fa48 --- /dev/null +++ b/versioned_docs/version-2.7/integrations-in-rancher/epinio.md @@ -0,0 +1,22 @@ +--- +title: Application Development Engine with Epinio +--- + + + + + +Epinio lets developers go from application sources to URL in a single step. Epinio is an Application Development Platform. It deploys on Kubernetes and lets application developers and operators work together without conflict. + +## Epinio with Rancher + +Epinio's integration with Rancher lets developers quickly start using it without having to deal with the installation process or the configuration. You can install Epinio from the Apps. Currently the team is working to have Epinio available as a Rancher extension. + +## Epinio with Rancher Prime + +On top of the specific support service, Rancher Prime customers of Epinio should expect better integration of Epinio with other Rancher projects such as: + +- Better integration with Rancher authentication. +- Integrating Neuvector/Kubewarden with Epinio. +- Using a custom Chart template with the right annotations to integrate with monitoring for example. +- A better service marketplace. diff --git a/versioned_docs/version-2.8/integrations-in-rancher/epinio.md b/versioned_docs/version-2.8/integrations-in-rancher/epinio.md new file mode 100644 index 00000000000..7384592fa48 --- /dev/null +++ b/versioned_docs/version-2.8/integrations-in-rancher/epinio.md @@ -0,0 +1,22 @@ +--- +title: Application Development Engine with Epinio +--- + + + + + +Epinio lets developers go from application sources to URL in a single step. Epinio is an Application Development Platform. It deploys on Kubernetes and lets application developers and operators work together without conflict. + +## Epinio with Rancher + +Epinio's integration with Rancher lets developers quickly start using it without having to deal with the installation process or the configuration. You can install Epinio from the Apps. Currently the team is working to have Epinio available as a Rancher extension. + +## Epinio with Rancher Prime + +On top of the specific support service, Rancher Prime customers of Epinio should expect better integration of Epinio with other Rancher projects such as: + +- Better integration with Rancher authentication. +- Integrating Neuvector/Kubewarden with Epinio. +- Using a custom Chart template with the right annotations to integrate with monitoring for example. +- A better service marketplace. diff --git a/versioned_sidebars/version-2.7-sidebars.json b/versioned_sidebars/version-2.7-sidebars.json index f5b54cac025..a1426f2ae3e 100644 --- a/versioned_sidebars/version-2.7-sidebars.json +++ b/versioned_sidebars/version-2.7-sidebars.json @@ -1085,6 +1085,7 @@ "type": "category", "label": "Integrations in Rancher", "items": [ + "integrations-in-rancher/epinio", { "type": "category", "label": "Cloud Marketplace Integration", diff --git a/versioned_sidebars/version-2.8-sidebars.json b/versioned_sidebars/version-2.8-sidebars.json index 5076e3c1847..09e41c2385b 100644 --- a/versioned_sidebars/version-2.8-sidebars.json +++ b/versioned_sidebars/version-2.8-sidebars.json @@ -1090,6 +1090,7 @@ "id": "integrations-in-rancher/integrations-in-rancher" }, "items": [ + "integrations-in-rancher/epinio", { "type": "category", "label": "Virtualization on Kubernetes with Harvester", From 2432b48101633e55fc1365e24cc1b695ec227b9d Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 18 Oct 2023 13:20:07 -0700 Subject: [PATCH 2/3] Revert backport to 2.7 --- docs/integrations-in-rancher/epinio.md | 22 ------------------- sidebars.js | 1 - .../integrations-in-rancher/epinio.md | 22 ------------------- versioned_sidebars/version-2.7-sidebars.json | 1 - versioned_sidebars/version-2.8-sidebars.json | 2 +- 5 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 docs/integrations-in-rancher/epinio.md delete mode 100644 versioned_docs/version-2.7/integrations-in-rancher/epinio.md diff --git a/docs/integrations-in-rancher/epinio.md b/docs/integrations-in-rancher/epinio.md deleted file mode 100644 index 7384592fa48..00000000000 --- a/docs/integrations-in-rancher/epinio.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Application Development Engine with Epinio ---- - - - - - -Epinio lets developers go from application sources to URL in a single step. Epinio is an Application Development Platform. It deploys on Kubernetes and lets application developers and operators work together without conflict. - -## Epinio with Rancher - -Epinio's integration with Rancher lets developers quickly start using it without having to deal with the installation process or the configuration. You can install Epinio from the Apps. Currently the team is working to have Epinio available as a Rancher extension. - -## Epinio with Rancher Prime - -On top of the specific support service, Rancher Prime customers of Epinio should expect better integration of Epinio with other Rancher projects such as: - -- Better integration with Rancher authentication. -- Integrating Neuvector/Kubewarden with Epinio. -- Using a custom Chart template with the right annotations to integrate with monitoring for example. -- A better service marketplace. diff --git a/sidebars.js b/sidebars.js index 1ca11d2bf70..2e8491500b0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1125,7 +1125,6 @@ const sidebars = { type: 'category', label: 'Integrations in Rancher', items: [ - 'integrations-in-rancher/epinio', { type: 'category', label: 'Cloud Marketplace Integration', diff --git a/versioned_docs/version-2.7/integrations-in-rancher/epinio.md b/versioned_docs/version-2.7/integrations-in-rancher/epinio.md deleted file mode 100644 index 7384592fa48..00000000000 --- a/versioned_docs/version-2.7/integrations-in-rancher/epinio.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Application Development Engine with Epinio ---- - - - - - -Epinio lets developers go from application sources to URL in a single step. Epinio is an Application Development Platform. It deploys on Kubernetes and lets application developers and operators work together without conflict. - -## Epinio with Rancher - -Epinio's integration with Rancher lets developers quickly start using it without having to deal with the installation process or the configuration. You can install Epinio from the Apps. Currently the team is working to have Epinio available as a Rancher extension. - -## Epinio with Rancher Prime - -On top of the specific support service, Rancher Prime customers of Epinio should expect better integration of Epinio with other Rancher projects such as: - -- Better integration with Rancher authentication. -- Integrating Neuvector/Kubewarden with Epinio. -- Using a custom Chart template with the right annotations to integrate with monitoring for example. -- A better service marketplace. diff --git a/versioned_sidebars/version-2.7-sidebars.json b/versioned_sidebars/version-2.7-sidebars.json index a1426f2ae3e..f5b54cac025 100644 --- a/versioned_sidebars/version-2.7-sidebars.json +++ b/versioned_sidebars/version-2.7-sidebars.json @@ -1085,7 +1085,6 @@ "type": "category", "label": "Integrations in Rancher", "items": [ - "integrations-in-rancher/epinio", { "type": "category", "label": "Cloud Marketplace Integration", diff --git a/versioned_sidebars/version-2.8-sidebars.json b/versioned_sidebars/version-2.8-sidebars.json index 09e41c2385b..e6002f7987c 100644 --- a/versioned_sidebars/version-2.8-sidebars.json +++ b/versioned_sidebars/version-2.8-sidebars.json @@ -1090,7 +1090,6 @@ "id": "integrations-in-rancher/integrations-in-rancher" }, "items": [ - "integrations-in-rancher/epinio", { "type": "category", "label": "Virtualization on Kubernetes with Harvester", @@ -1126,6 +1125,7 @@ }, "integrations-in-rancher/kubewarden/kubewarden", "integrations-in-rancher/rancher-desktop", + "integrations-in-rancher/epinio", { "type": "category", "label": "Cloud Marketplace Integration", From ad9371609967d0f21f28038f2e681e751b89105e Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 19 Oct 2023 14:50:45 -0700 Subject: [PATCH 3/3] [skip ci] Move Epinio file to subdirectory --- .../version-2.8/integrations-in-rancher/{ => epinio}/epinio.md | 0 versioned_sidebars/version-2.8-sidebars.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename versioned_docs/version-2.8/integrations-in-rancher/{ => epinio}/epinio.md (100%) diff --git a/versioned_docs/version-2.8/integrations-in-rancher/epinio.md b/versioned_docs/version-2.8/integrations-in-rancher/epinio/epinio.md similarity index 100% rename from versioned_docs/version-2.8/integrations-in-rancher/epinio.md rename to versioned_docs/version-2.8/integrations-in-rancher/epinio/epinio.md diff --git a/versioned_sidebars/version-2.8-sidebars.json b/versioned_sidebars/version-2.8-sidebars.json index e6002f7987c..32ab568ce4d 100644 --- a/versioned_sidebars/version-2.8-sidebars.json +++ b/versioned_sidebars/version-2.8-sidebars.json @@ -1125,7 +1125,7 @@ }, "integrations-in-rancher/kubewarden/kubewarden", "integrations-in-rancher/rancher-desktop", - "integrations-in-rancher/epinio", + "integrations-in-rancher/epinio/epinio", { "type": "category", "label": "Cloud Marketplace Integration",