Skip to content

Commit 7c47f0a

Browse files
authored
Merge pull request #7103 from kishore08-07/faq-dupes
Refactor FAQ section: ensure unique entries & valid URLs
2 parents 68732d3 + 4cba0e9 commit 7c47f0a

1 file changed

Lines changed: 9 additions & 27 deletions

File tree

src/assets/data/faq/index.js

Lines changed: 9 additions & 27 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",
@@ -94,20 +85,8 @@ const data = {
9485
answer: [
9586
"Layer5 Cloud is hosted on AWS and Equinix data centers in US-based regions. If you need to know more about the data storage and compliance, please reach out to us at privacy@layer5.io",
9687
],
97-
link: "https://layer5.io/company/legal",
98-
linktext: "See Layer5 Trust Center"
99-
},
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",
88+
link: "https://layer5.io/company/legal/sub-processors",
89+
linktext: "Sub-Processors policy"
11190
},
11291
{
11392
question: "What data is collection about me, how is it used and how long is it retained?",
@@ -116,18 +95,21 @@ const data = {
11695
answer: [
11796
"Layer5 Cloud is hosted on AWS and Equinix data centers in US-based regions. If you need to know more about the data storage and compliance, please reach out to us at hello@layer5.io",
11897
],
119-
link: "https://layer5.io/company/legal/sub-processors",
120-
linktext: "Open Sub-processors policy in Trust Center"
98+
link: "https://layer5.io/company/legal/privacy",
99+
linktext: "Privacy Policy"
121100
},
122101
{
123102
question: "Is it possible to migrate from managed Layer5 Cloud to self-hosted Layer5 Cloud on-premises?",
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)