Skip to content

Commit dfc3ec8

Browse files
committed
Add auto fixed files
Signed-off-by: Siddhi sahu <himanisahu739@gmail.com>
1 parent 898a67a commit dfc3ec8

13 files changed

Lines changed: 404 additions & 404 deletions

File tree

.desktop-lighthouserc.js

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ module.exports = {
33
"collect": {
44
"settings": {
55
"preset": "desktop"
6-
},
6+
},
77
"staticDistDir": "./public",
88
"url": [
99
"http://localhost/404/index.html?desktop",
1010
"http://localhost/?desktop",
1111
"http://localhost/company/about/index.html?desktop",
12-
"http://localhost/cloud-native-management/meshery/index.html?desktop",
13-
"http://localhost/cloud-native-management/kanvas/index.html?desktop",
14-
"http://localhost/learn/learning-paths/index.html?desktop",
15-
"http://localhost/learn/service-mesh-books/index.html?desktop",
16-
"http://localhost/learn/workshops/index.html?desktop",
17-
"http://localhost/learn/index.html?desktop",
18-
"http://localhost/blog/index.html?desktop",
19-
"http://localhost/resources/index.html?desktop",
20-
"http://localhost/careers/index.html?desktop",
21-
"http://localhost/community/members/index.html?desktop",
22-
"http://localhost/community/meshmates/index.html?desktop",
23-
"http://localhost/community/events/index.html?desktop",
24-
"http://localhost/community/newcomers/index.html?desktop",
12+
"http://localhost/cloud-native-management/meshery/index.html?desktop",
13+
"http://localhost/cloud-native-management/kanvas/index.html?desktop",
14+
"http://localhost/learn/learning-paths/index.html?desktop",
15+
"http://localhost/learn/service-mesh-books/index.html?desktop",
16+
"http://localhost/learn/workshops/index.html?desktop",
17+
"http://localhost/learn/index.html?desktop",
18+
"http://localhost/blog/index.html?desktop",
19+
"http://localhost/resources/index.html?desktop",
20+
"http://localhost/careers/index.html?desktop",
21+
"http://localhost/community/members/index.html?desktop",
22+
"http://localhost/community/meshmates/index.html?desktop",
23+
"http://localhost/community/events/index.html?desktop",
24+
"http://localhost/community/newcomers/index.html?desktop",
2525
],
2626
},
2727
"assert": {
28-
"assertions": {
29-
"categories:performance": ["warn", {"minScore": .90}],
30-
"categories:accessibility": ["warn", {"minScore": .90}],
31-
"categories:best-practices": ["warn", {"minScore": .90}],
32-
"categories:seo": ["warn", {"minScore": .90}],
33-
}
34-
},
35-
"upload": {
36-
"target": "temporary-public-storage",
37-
},
28+
"assertions": {
29+
"categories:performance": ["warn", { "minScore": .90 }],
30+
"categories:accessibility": ["warn", { "minScore": .90 }],
31+
"categories:best-practices": ["warn", { "minScore": .90 }],
32+
"categories:seo": ["warn", { "minScore": .90 }],
3833
}
39-
};
34+
},
35+
"upload": {
36+
"target": "temporary-public-storage",
37+
},
38+
}
39+
};

.lighthouserc.js

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
module.exports = {
2-
"ci": {
3-
"collect": {
4-
"staticDistDir": "./public",
5-
"url" : [
6-
"http://localhost/404.html",
7-
"http://localhost/404/index.html",
8-
"http://localhost",
9-
"http://localhost/company/about/index.html",
10-
"http://localhost/cloud-native-management/meshery/index.html",
11-
"http://localhost/cloud-native-management/kanvas/index.html",
12-
"http://localhost/learn/learning-paths/index.html",
13-
"http://localhost/learn/service-mesh-books/index.html",
14-
"http://localhost/learn/workshops/index.html",
15-
"http://localhost/learn/index.html",
16-
"http://localhost/blog/index.html",
17-
"http://localhost/resources/index.html",
18-
"http://localhost/careers/index.html",
19-
"http://localhost/community/members/index.html",
20-
"http://localhost/community/meshmates/index.html",
21-
"http://localhost/community/events/index.html",
22-
"http://localhost/community/newcomers/index.html",
23-
],
24-
},
25-
"assert": {
26-
"assertions": {
27-
"categories:performance": ["warn", {"minScore": .90}],
28-
"categories:accessibility": ["warn", {"minScore": .90}],
29-
"categories:best-practices": ["warn", {"minScore": .90}],
30-
"categories:seo": ["warn", {"minScore": .90}],
31-
}
32-
},
33-
"upload": {
34-
"target": "temporary-public-storage",
35-
},
36-
}
37-
};
2+
"ci": {
3+
"collect": {
4+
"staticDistDir": "./public",
5+
"url": [
6+
"http://localhost/404.html",
7+
"http://localhost/404/index.html",
8+
"http://localhost",
9+
"http://localhost/company/about/index.html",
10+
"http://localhost/cloud-native-management/meshery/index.html",
11+
"http://localhost/cloud-native-management/kanvas/index.html",
12+
"http://localhost/learn/learning-paths/index.html",
13+
"http://localhost/learn/service-mesh-books/index.html",
14+
"http://localhost/learn/workshops/index.html",
15+
"http://localhost/learn/index.html",
16+
"http://localhost/blog/index.html",
17+
"http://localhost/resources/index.html",
18+
"http://localhost/careers/index.html",
19+
"http://localhost/community/members/index.html",
20+
"http://localhost/community/meshmates/index.html",
21+
"http://localhost/community/events/index.html",
22+
"http://localhost/community/newcomers/index.html",
23+
],
24+
},
25+
"assert": {
26+
"assertions": {
27+
"categories:performance": ["warn", { "minScore": .90 }],
28+
"categories:accessibility": ["warn", { "minScore": .90 }],
29+
"categories:best-practices": ["warn", { "minScore": .90 }],
30+
"categories:seo": ["warn", { "minScore": .90 }],
31+
}
32+
},
33+
"upload": {
34+
"target": "temporary-public-storage",
35+
},
36+
}
37+
};

src/assets/data/faq/index.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,20 @@ const data = {
119119
],
120120
},
121121
{
122-
question: `What is the difference between Kanvas and the Cloud Native Playground?`,
122+
question: "What is the difference between Kanvas and the Cloud Native Playground?",
123123
category: "Meshery",
124124
answer: [
125125
"The Cloud Native Playground (aka Meshery Playground) is a managed instance of Meshery that offers a sandbox environment in which half of Kanvas<sup>BETA</sup>&nbsp;functionality is enabled (Designer mode) and the other half of Kanvas<sup>BETA</sup> functionality is disabled (Visualizer mode).",
126126
"The sandbox environment is not connected to an active Kuberentes cluster, and as such, specific actions within Kanvas Designer are also disabled. Meshery and Kanvas are feature-rich, sophisticated management applications for cloud native infrastructure. To access their full set of capabilities, simply deploy your own copy of Meshery into the environment of your choosing.",
127127
],
128-
},
128+
},
129129
{
130130
question: "Are designs that I create in the Meshery Playground saved or will I look any work that I do in the playground?",
131131
category: "Meshery",
132132
answer: [
133133
"All of the designs that you have created in the Meshery Playground are saved to your user account and will be available to you each time that you return to the Playground. The designs will also be available in your other Meshery deployments.",
134134
],
135-
},
135+
},
136136

137137
//
138138
// INTEGRATIONS
@@ -192,8 +192,8 @@ const data = {
192192
link: "https://layer5.io/cloud-native-management/kanvas",
193193
linktext: "Kanvas Beta",
194194
answer: [
195-
"Kanvas is available in beta today. Signup for Kanvas beta access and use Kanvas for free.",
196-
"Your request for early access will be processeed as quicky as possible but due to the large influx of program participation requests, it may take some time before system access is granted. In the meantime to help you familiarize with Meshery, the maintainers team will send you additional information about the early access program."
195+
"Kanvas is available in beta today. Signup for Kanvas beta access and use Kanvas for free.",
196+
"Your request for early access will be processeed as quicky as possible but due to the large influx of program participation requests, it may take some time before system access is granted. In the meantime to help you familiarize with Meshery, the maintainers team will send you additional information about the early access program."
197197
]
198198
},
199199
{
@@ -203,10 +203,10 @@ const data = {
203203
linktext: "Kanvas Beta",
204204
answer: [
205205
"Kanvas is cloud native collaboration tool for managing your infrastructure and applications. Kanvas has two modes: Visualizer for operating your actively running Kubernetes clusters and Designer for configuring your Kubernetes clusters and creating your creating your application deployments.",
206-
"Kanvas is in beta mode and you can ask for early access to try it out.",
206+
"Kanvas is in beta mode and you can ask for early access to try it out.",
207207
]
208208
},
209-
209+
210210
//
211211
// PRICING
212212
//
@@ -321,7 +321,7 @@ const data = {
321321
],
322322
},
323323

324-
//
324+
//
325325
// CAREERS / INTERNSHIPS
326326
//
327327

@@ -343,7 +343,7 @@ const data = {
343343
"Continuously. Layer5 has internships starting and stopping frequently. Some internships rigidly start and stop on particular dates, while other internships offered start as a batch of candidates show collective readiness. We work with individuals to align the timings of the internship with other activities in their life.",
344344
],
345345
link: "https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+org%3Alayer5io+org%3Ameshery+org%3Aservice-mesh-performance+org%3Aservice-mesh-patterns+label%3A%22help+wanted%22+",
346-
linktext: 'Grab a "Help Wanted" Issue',
346+
linktext: "Grab a \"Help Wanted\" Issue",
347347
},
348348
{
349349
question: "What are characteristics of successful interns?",
@@ -371,7 +371,7 @@ const data = {
371371
"Internships are offered based on our commitment to supporting individuals who make a meaningful impact in the community and on our projects. While experience in other projects is wonderful and can be helpful as individuals strive to contribute meaningfully here, it is not a determining factor in whether or not an internship is appropriate to award. The metric we use is whether the individual demonstrates a sustained and positive impact on the projects we steward. We extend support to anyone who achieves this, often in the form of an internship if it proves beneficial to the individual.",
372372
],
373373
},
374-
374+
375375
//
376376
// OTHER
377377
//

src/assets/data/testimonial/index.js

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,50 @@ import image5 from "../../images/app/testimonial/testimonial-thumb-5.webp";
66
import image6 from "../../images/app/testimonial/testimonial-thumb-6.webp";
77

88
const data = {
9-
thumbs: [image1, image2, image3, image4, image5, image6],
10-
testimonials: [
11-
{
12-
quote:
9+
thumbs: [image1, image2, image3, image4, image5, image6],
10+
testimonials: [
11+
{
12+
quote:
1313
"Working with Kubernetes and cloud technology, I find one of the most useful tools is Meshery! I use Meshery to run POCs for our customers to help them adopt, and then, ongoing to check our mesh configuration. The most fantastic part about Meshery is it's performance management features.",
14-
author: "Mohsen Houshmand",
15-
dsignation: "Intraserve Systems",
16-
thumb: image1
17-
},
18-
{
19-
quote:
14+
author: "Mohsen Houshmand",
15+
dsignation: "Intraserve Systems",
16+
thumb: image1
17+
},
18+
{
19+
quote:
2020
"Our Complex, Dynamic, and Intelligent system demands leverage different tools to efficiently manage service exchange and ecosystem at Global Scale; for instance, we need to identify right fit infrastructure configuration to address varying workload scenarios, distributed systems across locations, different security tiers, minimal latency etc. Meshery helps us curate cloud infrastructure for tailored need by helping us running simulations and identifying the right fit of Kubernetes-based tooling that works efficiently across diverse ecosystem.",
21-
author: "Distinguished Technologist",
22-
dsignation: "Cloudless, HPE Labs",
23-
thumb: image2
24-
},
25-
{
26-
quote:
21+
author: "Distinguished Technologist",
22+
dsignation: "Cloudless, HPE Labs",
23+
thumb: image2
24+
},
25+
{
26+
quote:
2727
"This app is on one assistant statement caught agency, the atprior from peace counter. A to is home, between history; With the headline is an the narrow size part. In ride ourselves,you to out",
28-
author: "Doe Jon",
29-
dsignation: "Developer",
30-
thumb: image3
31-
},
32-
{
33-
quote:
28+
author: "Doe Jon",
29+
dsignation: "Developer",
30+
thumb: image3
31+
},
32+
{
33+
quote:
3434
"This app is on one assistant statement caught agency, the atprior from peace counter. A to is home, between history; With the headline is an the narrow size part. In ride ourselves,you to out",
35-
author: "Amily Dosa",
36-
dsignation: "UI/UX Engineer",
37-
thumb: image4
38-
},
39-
{
40-
quote:
35+
author: "Amily Dosa",
36+
dsignation: "UI/UX Engineer",
37+
thumb: image4
38+
},
39+
{
40+
quote:
4141
"This app is on one assistant statement caught agency, the atprior from peace counter. A to is home, between history; With the headline is an the narrow size part. In ride ourselves,you to out",
42-
author: "Rock Vally",
43-
dsignation: "QA Tester",
44-
thumb: image5
45-
},
46-
{
47-
quote:
42+
author: "Rock Vally",
43+
dsignation: "QA Tester",
44+
thumb: image5
45+
},
46+
{
47+
quote:
4848
"This app is on one assistant statement caught agency, the atprior from peace counter. A to is home, between history; With the headline is an the narrow size part. In ride ourselves,you to out",
49-
author: "Jonathon Doe",
50-
dsignation: "CEO",
51-
thumb: image6
52-
},
53-
]
49+
author: "Jonathon Doe",
50+
dsignation: "CEO",
51+
thumb: image6
52+
},
53+
]
5454
};
5555
export default data;

0 commit comments

Comments
 (0)