Skip to content

Commit a6a4dc0

Browse files
authored
Merge branch 'master' into improved-event-page-performance
2 parents 968b3e0 + d64bfed commit a6a4dc0

File tree

10 files changed

+71
-30
lines changed

10 files changed

+71
-30
lines changed
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/collections/integrations/aws-sagemaker-controller/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ components: [
164164
"colorIcon": "icons/components/labeling-job/icons/color/labeling-job-color.svg",
165165
"whiteIcon": "icons/components/labeling-job/icons/white/labeling-job-white.svg",
166166
"description": "",
167+
},
168+
{
169+
"name": "space",
170+
"colorIcon": "icons/components/space/icons/color/space-color.svg",
171+
"whiteIcon": "icons/components/space/icons/white/space-white.svg",
172+
"description": "",
167173
}]
168174
featureList: [
169175
"Choice of ML tools",
39 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Kavya Katal
3+
position: Contributor
4+
github: KatalKavya96
5+
twitter: Katal09
6+
linkedin: kavya-katal-64260a318
7+
layer5: 985074f5-27a0-406c-b83a-7f247ba77746
8+
location: Faridabad, Haryana, India
9+
bio: Hi, I am Kavya Katal, a passionate Full Stack Developer and AI enthusiast exploring the intersection of Open Source, Cloud Native, and Web Technologies. I enjoy contributing to developer communities, building scalable solutions, and continuously learning to create impactful, innovative systems.
10+
published: true
11+
badges:
12+
- Community
13+
image_path: ./KatalKavya96.png
14+
status: Active
15+
---

src/components/Pricing/PricingAddons/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
350350
const totalPrice = pricePerUser * option.learners * multiplier;
351351
const period = isYearly ? "/year" : "/month";
352352
return `${option.learners} learners - ${formatPrice(totalPrice)}${period}`;
353-
}
353+
}
354354
return "";
355355
}}
356356
max={(() => {
@@ -574,4 +574,4 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
574574
</CssBaseline>
575575
</SistentThemeProvider>
576576
);
577-
};
577+
};

src/sections/Community/Handbook/repository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Repository = () => {
4747
<h2>GitHub Organizations and Repositories</h2>
4848
</a>
4949
<p>
50-
A brief introduction to all of the Github repositories of Layer5 organization is offered below. This overview serves as a resource to newcomers seeking a perspective of the collective community efforts (from a code-centric perspective). See <a href="https://docs.google.com/document/u/0/d/1FzX-C_xy9hZ3Eu9dcCE0unhFV5LRUrb5YLn_MGYuG6Y/edit">Layer5 GitHub Process</a> for more related information.
50+
A brief introduction to all of the Github repositories of Layer5 organization is offered below. This overview serves as a resource to newcomers seeking a perspective of the collective community efforts (from a code-centric perspective). See <a href="https://docs.google.com/document/d/1brtiJhdzal_O6NBZU_JQXiBff2InNtmgL_G1JgAiZtk/edit?tab=t.0#heading=h.504assxl7gpf">Layer5 GitHub Process</a> for more related information.
5151
</p>
5252

5353
<p>

src/sections/Partners/partner.style.js

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ const PartnerWrapper = styled.section`
238238
.moreInfo-div{
239239
height:0;
240240
overflow: hidden;
241-
transition: all 0.5s ease-in-out;
242-
241+
transition: all 0.5s ease-in-out;
243242
}
244243
.moreInfo-div-active{
245244
height: 34rem;
@@ -343,6 +342,13 @@ const PartnerWrapper = styled.section`
343342
flex-direction:column;
344343
width:90%;
345344
}
345+
.anchor h2 {
346+
text-align: left;
347+
letter-spacing: normal;
348+
word-spacing: normal;
349+
font-size: 2rem;
350+
line-height: 1.3;
351+
}
346352
.partner-container{
347353
.partner-container-body{
348354
width:100%;
@@ -443,6 +449,13 @@ const PartnerWrapper = styled.section`
443449
flex-direction: column;
444450
width: 100%;
445451
}
452+
.anchor h2{
453+
text-align: left;
454+
letter-spacing: normal;
455+
word-spacing: normal;
456+
font-size: 2rem;
457+
line-height: 1.3;
458+
}
446459
.mobview{
447460
width: 100%;
448461
}
@@ -483,6 +496,13 @@ const PartnerWrapper = styled.section`
483496
.mobview{
484497
width: 100%;
485498
}
499+
.anchor h2{
500+
text-align: left;
501+
letter-spacing: normal;
502+
word-spacing: normal;
503+
font-size: 2rem;
504+
line-height: 1.3;
505+
}
486506
.acc-cont{
487507
display: flex;
488508
flex-direction: column;
@@ -532,6 +552,13 @@ const PartnerWrapper = styled.section`
532552
max-width: unset;
533553
width: 100%;
534554
}
555+
.anchor h2 {
556+
text-align: left;
557+
letter-spacing: normal;
558+
word-spacing: normal;
559+
font-size: 2rem;
560+
line-height: 1.3;
561+
}
535562
.moreInfo-div-active{
536563
height: 70rem;
537564
display: flex;

src/sections/Partners/partners.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ export const partners = [
3636
imageLink: partner2,
3737
imageRoute: "https://layer5.io/programs/gsoc",
3838
moreInfo: "Google Summer of Code is a global program focused on bringing more student developers into open source software development. Students work with an open source organization on a 3 month programming project during their break from school. Learn more about our mentoring",
39-
}, {
40-
name: "University of Engineering & Management Jaipur",
41-
desc: "We have officially partnered with the University of Engineering & Management (UEM), Jaipur. We thank the faculty of UEM Jaipur for partnering with us. As part of the partnership program we have a wide variety of interns from the university participating in our open source projects. The interns have the opportunity to work on a variety of cloud native technologies.Based on the area of their individual interest they can choose the technologies they want to learn or sharpen their skills. Learn more about Layer5's internships",
42-
//link: "/careers/internships",
43-
type: "academic",
44-
imageLink: partner3,
45-
partnerId: "uem",
46-
//imageRoute: "https://uem.edu.in/blog/what-is-open-source/",
47-
moreInfo: "We have officially partnered with the University of Engineering & Management (UEM), Jaipur. We thank the faculty of UEM Jaipur for partnering with us. As part of the partnership program we have a wide variety of interns from the university participating in our open source projects. The interns have the opportunity to work on a variety of cloud native technologies.Based on the area of their individual interest they can choose the technologies they want to learn or sharpen their skills. Learn more about Layer5's internships",
4839
}, {
4940
name: "Citrix",
5041
desc: "Citrix ADC is an application delivery and load balancing solution that provides a high-quality user experience for your web, traditional, and cloud-native applications regardless of where they are hosted. It comes in a wide variety of form factors and deployment options without locking you into a single cloud. Pooled capacity licensing enables the movement of capacity among cloud deployments.",

src/sections/Pricing/feature_data.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"teamOperator": "x",
190190
"enterprise": "x"
191191
},
192-
"docs": ""
192+
"docs": "https://docs.meshery.io/guides/infrastructure-management/registering-a-connection#infrastructure-discovery"
193193
},
194194
{
195195
"theme": "",
@@ -221,7 +221,7 @@
221221
"teamOperator": "x",
222222
"enterprise": "x"
223223
},
224-
"docs": ""
224+
"docs": "https://docs.layer5.io/cloud/spaces/environments/"
225225
},
226226
{
227227
"theme": "",
@@ -253,7 +253,7 @@
253253
"teamOperator": "x",
254254
"enterprise": "x"
255255
},
256-
"docs": "https://docs.layer5.io/kanvas/operator/operator-views/"
256+
"docs": "https://docs.layer5.io/cloud/catalog/metrics/"
257257
},
258258
{
259259
"theme": "",
@@ -269,7 +269,7 @@
269269
"teamOperator": "x",
270270
"enterprise": "x"
271271
},
272-
"docs": ""
272+
"docs": "https://docs.layer5.io/kanvas/operator/views/#managing-views"
273273
},
274274
{
275275
"theme": "",
@@ -285,7 +285,7 @@
285285
"teamOperator": "x",
286286
"enterprise": "x"
287287
},
288-
"docs": "https://docs.layer5.io/kanvas/operator/operator-views/#5-export-a-view"
288+
"docs": "https://docs.layer5.io/kanvas/operator/views/#5-export-a-view"
289289
},
290290
{
291291
"theme": "",
@@ -301,7 +301,7 @@
301301
"teamOperator": "x",
302302
"enterprise": "x"
303303
},
304-
"docs": "https://docs.layer5.io/kanvas/operator/operator-views/#3-share-a-view"
304+
"docs": "https://docs.layer5.io/kanvas/operator/views/#3-share-a-view"
305305
},
306306
{
307307
"theme": "",
@@ -317,7 +317,7 @@
317317
"teamOperator": "x",
318318
"enterprise": "x"
319319
},
320-
"docs": ""
320+
"docs": "https://docs.layer5.io/kanvas/operator/#understanding-log-streamer"
321321
},
322322
{
323323
"theme": "",
@@ -333,7 +333,7 @@
333333
"teamOperator": "x",
334334
"enterprise": "x"
335335
},
336-
"docs": ""
336+
"docs": "https://docs.meshery.io/installation/kubernetes"
337337
},
338338
{
339339
"theme": "",
@@ -349,7 +349,7 @@
349349
"teamOperator": "x",
350350
"enterprise": "x"
351351
},
352-
"docs": ""
352+
"docs": "https://docs.meshery.io/concepts/architecture/meshsync#meshsync-1"
353353
},
354354
{
355355
"theme": "",
@@ -669,7 +669,7 @@
669669
"teamOperator": "x",
670670
"enterprise": "x"
671671
},
672-
"docs": ""
672+
"docs": "https://docs.layer5.io/cloud/identity/users/#account-linking"
673673
},
674674
{
675675
"theme": "",
@@ -717,7 +717,7 @@
717717
"teamOperator": "",
718718
"enterprise": "x"
719719
},
720-
"docs": ""
720+
"docs": "https://docs.layer5.io/cloud/self-hosted/planning/identity-services/"
721721
},
722722
{
723723
"theme": "",
@@ -765,7 +765,7 @@
765765
"teamOperator": "x",
766766
"enterprise": "x"
767767
},
768-
"docs": ""
768+
"docs": "https://docs.layer5.io/cloud/spaces/workspaces/"
769769
},
770770
{
771771
"theme": "",
@@ -797,7 +797,7 @@
797797
"teamOperator": "x",
798798
"enterprise": "x"
799799
},
800-
"docs": ""
800+
"docs": "https://docs.layer5.io/cloud/spaces/managing-workspaces/"
801801
},
802802
{
803803
"theme": "",
@@ -813,7 +813,7 @@
813813
"teamOperator": "x",
814814
"enterprise": "x"
815815
},
816-
"docs": ""
816+
"docs": "https://docs.layer5.io/cloud/tutorials/sharing-a-workspace/"
817817
},
818818
{
819819
"theme": "",
@@ -829,7 +829,7 @@
829829
"teamOperator": "",
830830
"enterprise": "x"
831831
},
832-
"docs": ""
832+
"docs": "https://docs.layer5.io/cloud/github-actions/"
833833
},
834834
{
835835
"theme": "",
@@ -925,7 +925,7 @@
925925
"teamOperator": "x",
926926
"enterprise": "x"
927927
},
928-
"docs": ""
928+
"docs": "https://docs.layer5.io/cloud/catalog/exploring-the-catalog/"
929929
},
930930
{
931931
"theme": "",

0 commit comments

Comments
 (0)