Skip to content

Commit c933380

Browse files
authored
Merge branch 'master' into replace-learnservicemeshcta-with-kanvascta
2 parents 5c9049c + 72a07f0 commit c933380

29 files changed

Lines changed: 893 additions & 247 deletions

File tree

.github/workflows/lighthouseci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: lighthouseci
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
paths-ignore:
6-
- "*.md"
7-
- "*.github/**"
4+
schedule:
5+
- cron: '0 3 * * *' # Runs every day at 3am UTC
6+
# pull_request:
7+
# paths-ignore:
8+
# - "*.md"
9+
# - "*.github/**"
810

911
jobs:
1012
lighthouseci:

package-lock.json

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@mui/icons-material": "^6.4.6",
4343
"@mui/material": "^5.15.11",
4444
"@react-icons/all-files": "^4.1.0",
45-
"@sistent/sistent": "^0.15.0",
45+
"@sistent/sistent": "^0.15.4",
4646
"@svgr/webpack": "^8.0.1",
4747
"@types/mui-datatables": "^4.3.12",
4848
"ajv": "^8.17.1",

src/collections/blog/2023/05-24-meet-the-meshmate-yash-sharma/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Meet the MeshMate: Yash Sharma"
33
subtitle: "An interview series with Layer5 MeshMates"
44
date: 2023-05-29 10:30:05 -0530
5-
author: Vivek Vishal
5+
author: Layer5 Team
66
thumbnail: "./yash-sharma-layer5-meshmate.png"
77
darkthumbnail: "./yash-sharma-layer5-meshmate.png"
88
category: Community

src/collections/blog/2024/09-08-meet-the-maintainer-hussaina-begum/post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Meet the Maintainer: Hussaina Begum"
33
subtitle: "An interview series with open source maintainers"
44
date: 2024-09-08 10:30:05 -0530
5-
author: Vivek Vishal
5+
author: Layer5 Team
66
thumbnail: ./hussaina-begum-meshery-maintainer.png
77
darkthumbnail: ./hussaina-begum-meshery-maintainer.png
88
description: Meet the Maintainer series with open source maintainer, Hussaina Begum

src/collections/blog/2024/10-22-meet-the-maintainer-aadhitya-amarendiran/post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Meet the Maintainer: Aadhitya Amarendiran"
33
subtitle: "An interview series with open source maintainers"
44
date: 2024-09-08 10:30:05 -0530
5-
author: Vivek Vishal
5+
author: Layer5 Team
66
thumbnail: ./aadhitya-amarendiran-layer5-maintainer.png
77
darkthumbnail: ./aadhitya-amarendiran-layer5-maintainer.png
88
description: Meet the Maintainer series with open source maintainer, Aadhitya Amarendiran

src/collections/blog/2025/05-28-meet-the-maintainer-ian-whitney/post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Meet the Maintainer: Ian Whitney"
33
subtitle: "An interview series with open source maintainers"
44
date: 2025-05-29 10:30:05 -0530
5-
author: Vivek Vishal
5+
author: Layer5 Team
66
thumbnail: ./ian-whitney-meshery-maintainer.png
77
darkthumbnail: ./ian-whitney-meshery-maintainer.png
88
description: Meet the Maintainer series with open source maintainer, Ian Whitney
106 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Aryan Shah
3+
position: Contributor
4+
image_path: ./aryan-shah.webp
5+
github: ARYANSHAH1567
6+
linkedin: aryanshah2005
7+
layer5: 1ef99df6-9bcb-4639-9d92-8b634cdc429d
8+
location: Dharwad, Karnataka, India
9+
bio: I’m Aryan Shah, a student at the Indian Institute of Information Technology and Management, Gwalior, and a software developer with a strong interest in full-stack development. I’m passionate about building scalable web applications, contributing to open source, and actively engaging with communities to learn, share, and grow together.
10+
status: Active
11+
published: true
12+
---

src/collections/resources/Resources.style.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import styled from "styled-components";
22
export const ResourcesWrapper = styled.div`
33
color: #000;
4+
5+
div.comparison h3 {
6+
text-align: left;
7+
margin-top: 2rem;
8+
}
9+
410
.sub-heading {
511
color: gray;
612
position: relative;

0 commit comments

Comments
 (0)