Skip to content

Commit 938a3d5

Browse files
authored
Merge branch 'master' into add-switch-component
2 parents 4abb48f + 0f17739 commit 938a3d5

9 files changed

Lines changed: 21 additions & 19 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: 4 additions & 4 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

src/collections/resources/articles/layer5-academy-vs-moocit/index.mdx

Whitespace-only changes.

src/sections/Community/Handbook/repo-data.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ export const repo_data = [
4040
image: meshery,
4141
site: "https://meshery.io",
4242
language: "Jekyll",
43-
maintainers_name: ["Vivek Vishal"],
44-
link: ["https://layer5.io/community/members/vivek-vishal"],
43+
maintainers_name: ["Vacant"],
44+
link: [""],
4545
repository: "https://github.com/meshery/meshery.io",
4646
},
4747
{
4848
project: "Meshery Documentation",
4949
image: meshery,
5050
site: "http://docs.meshery.io",
5151
language: "Jekyll",
52-
maintainers_name: ["Vivek Vishal"],
53-
link: ["https://layer5.io/community/members/vivek-vishal"],
52+
maintainers_name: ["Vacant"],
53+
link: [""],
5454
repository: "https://github.com/meshery/meshery/tree/master/docs",
5555
},
5656
{
@@ -102,8 +102,8 @@ export const repo_data = [
102102
image: five,
103103
site: "https://discuss.layer5.io",
104104
language: "Discourse",
105-
maintainers_name: ["Vivek Vishal"],
106-
link: ["https://layer5.io/community/members/vivek-vishal"],
105+
maintainers_name: ["Vacant"],
106+
link: [""],
107107
repository: " https://discuss.layer5.io",
108108
},
109109
{

0 commit comments

Comments
 (0)