Skip to content

Commit 48be8bb

Browse files
committed
removed faq duplicates
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent e0b64d5 commit 48be8bb

1 file changed

Lines changed: 5 additions & 23 deletions

File tree

src/assets/data/faq/index.js

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ const data = {
6464
"Yes, Meshery can be deployed on-premises with a single command to download, install, and run your own instance of Meshery in your environment."
6565
]
6666
},
67-
{
68-
question: "Is Meshery open source?",
69-
category: "Meshery",
70-
subcategory: "General",
71-
answer: [
72-
"Yes, Meshery is a Cloud Native Computing Foundation (CNCF) project and is licensed under Apache v2.",
73-
"As the cloud native management plane, Meshery is an extensible platform, offering multiple extension points within which users and partners can customize and extend Meshery's functionality.",
74-
],
75-
},
7667
{
7768
question: "Can I deploy Meshery on-premises?",
7869
category: "Meshery",
@@ -97,18 +88,6 @@ const data = {
9788
link: "https://layer5.io/company/legal",
9889
linktext: "See Layer5 Trust Center"
9990
},
100-
{
101-
question: "Is it possible to migrate from managed Layer5 Cloud to self-hosted Layer5 Cloud on-premises?",
102-
category: "Layer5 Cloud",
103-
subcategory: "Deployment",
104-
answer: [
105-
"Yes, Layer5 Cloud and Kanvas can be deployed on-premises in minutes using Helm charts.",
106-
"A one-time export of your data can be requested as you transition from managed Layer5 Cloud to self-hosted Layer5 Cloud.",
107-
"With a small number of manual steps, air-gapped deployments to run Meshery without internet access is also supported.",
108-
],
109-
link: "https://docs.layer5.io/cloud/self-hosted/",
110-
"linktext": "Self-hosting documentation",
111-
},
11291
{
11392
question: "What data is collection about me, how is it used and how long is it retained?",
11493
category: "Layer5 Cloud",
@@ -124,10 +103,13 @@ const data = {
124103
category: "Layer5 Cloud",
125104
subcategory: "Deployment",
126105
answer: [
127-
"Yes, Layer5 Cloud can be deployed on-premises in minutes using Helm charts.",
106+
"Yes, Layer5 Cloud and Kanvas can be deployed on-premises in minutes using Helm charts.",
128107
"A one-time export of your data can be requested as you transition from managed Layer5 Cloud to self-hosted Layer5 Cloud.",
108+
"With a small number of manual steps, air-gapped deployments to run Meshery without internet access is also supported.",
129109
],
130-
},
110+
link: "https://docs.layer5.io/cloud/self-hosted/",
111+
"linktext": "Self-hosting documentation",
112+
},
131113

132114
// LAYER% COMMUNITY
133115
{

0 commit comments

Comments
 (0)