Skip to content

Commit 4f35a52

Browse files
committed
Merge branch 'huzfm/mobile-responive' of https://github.com/huzfm/layer5 into huzfm/mobile-responive
2 parents f1dfa8a + 5351049 commit 4f35a52

44 files changed

Lines changed: 613 additions & 106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/label-commenter-config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ labels:
4747
pr:
4848
body: This PR has been labeled with 'component/mesheryctl'. Note that after making changes you need to update it in the [mesheryctl command tracker](https://docs.google.com/spreadsheets/d/1q63sIGAuCnIeDs8PeM-0BAkNj8BBgPUXhLbe1Y-318o/edit#gid=0) spreadsheet.
4949
action: open
50+
- name: issue/welcome
51+
labeled:
52+
issue:
53+
body: Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](https://slack.layer5.io/).
54+
action: open
55+
pr:
56+
body: >
57+
<p align="center">Thank you for contributing to the Layer5 community! :tada: </p>
58+
<p align="center"><img src="https://raw.githubusercontent.com/layer5io/layer5/master/.github/welcome/Layer5-celebration.png" width="80%" /></p><br />
59+
action: open
5060
# pr:
5161
# body: Hi, please note that this issue will need an approved design specification before implementation proceeds. See [Creating a Functional Specification](https://docs.google.com/document/d/1RP3IWLc-MiQS-QYasqCoVuCH7--G87p5ezE5f_nOzB8/edit?usp=sharing) to create a design spec.
5262
# action: open

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 45
2+
daysUntilStale: 8
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 1
4+
daysUntilClose: 0
55
# Issues with these labels will never be considered stale
66
exemptLabels:
77
- issue/willfix

src/assets/data/tutorials/index.js

Lines changed: 26 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const data = [
22
{
3-
date: "Oct. 1st, 2020",
3+
date: "2020-10-01",
44
topic: "An Introduction to Contributing to Meshery",
55
resources: {
66
slides: "https://docs.google.com/presentation/d/1Wc5ALdn-G3fADJ8I6nJlyOGhV2XHVprYPqDvkZ1MEqY/edit#",
@@ -14,7 +14,7 @@ const data = [
1414
],
1515
},
1616
{
17-
date: "Oct. 8th, 2020",
17+
date: "2020-10-08",
1818
topic: "An Introduction to mesheryctl",
1919
resources: {
2020
slides: "https://docs.google.com/presentation/d/1LxhzJhUs9-Hc9mwlKVUMlDAVdH-QWLvU1KWxVuRbSHg/edit?usp=sharing",
@@ -28,7 +28,7 @@ const data = [
2828
],
2929
},
3030
{
31-
date: "Oct. 15th, 2020",
31+
date: "2020-10-15",
3232
topic: "A tutorial on contributing to Layer5 and working with Git",
3333
resources: {
3434
slides: "https://docs.google.com/presentation/d/1UOlwFtZ-VJhW4RgQoSI_QOGUQ7OBG8NZDWrFUor7eyY/edit?usp=sharing",
@@ -42,7 +42,7 @@ const data = [
4242
],
4343
},
4444
{
45-
date: "Oct. 22nd, 2020",
45+
date: "2020-10-22",
4646
topic: "An introduction to all Layer5 repositories",
4747
resources: {
4848
slides: "https://docs.google.com/document/d/1brtiJhdzal_O6NBZU_JQXiBff2InNtmgL_G1JgAiZtk/edit",
@@ -56,7 +56,7 @@ const data = [
5656
],
5757
},
5858
{
59-
date: "Oct. 29th, 2020",
59+
date: "2020-10-29",
6060
topic: "A tutorial on Gatsby",
6161
resources: {
6262
slides: "https://www.gatsbyjs.com/docs/quick-start/",
@@ -74,35 +74,7 @@ const data = [
7474
],
7575
},
7676
{
77-
date: "Nov. 4 2020",
78-
topic: "Functional Testing with Cypress in Meshery UI",
79-
resources: {
80-
slides: "https://layer5.io/blog/meshery/functional-testing-with-cypress-in-meshery-ui",
81-
recording: "https://youtu.be/pIFSI7xtwFs",
82-
},
83-
presenters: [
84-
{
85-
link: "/community/members/rodolfo-martinez-vega",
86-
name: "Rodolfo Martinez Vega",
87-
}
88-
]
89-
},
90-
91-
{
92-
date: "Jan. 28 2021",
93-
topic: "Beginner's guide to contributing to Meshery and mesheryctl",
94-
resources: {
95-
slides: "https://docs.google.com/presentation/d/1oUzWQpFeFbpIs_sejtOPbF9J4nigj9ziEAzoWxmm6ig/edit",
96-
recording: "https://youtu.be/hh_kFLZx3G4",
97-
},
98-
presenters: [
99-
{
100-
name: "Navendu Pottekkat",
101-
}
102-
]
103-
},
104-
{
105-
date: "Jul. 27 2021",
77+
date: "2021-07-27",
10678
topic: "Contributing to Meshery API Swagger Documentation" ,
10779
resources: {
10880
recording: "https://www.youtube.com/watch?v=NAvt6B5kNIQ"
@@ -115,7 +87,7 @@ const data = [
11587
]
11688
},
11789
{
118-
date: "Apr. 10, 2025",
90+
date: "2025-04-10",
11991
topic: "Working with Meshery Docs",
12092
resources: {
12193
slides: "https://docs.google.com/presentation/d/1kQIzSa4f-pOH8cM4SwEdbFZGI_SXVyyhc9zUZPB7bsI/edit?usp=sharing",
@@ -129,7 +101,7 @@ const data = [
129101
]
130102
},
131103
{
132-
date: "Apr. 17, 2025",
104+
date: "2025-04-17",
133105
topic: "End-to-end Testing in Meshery CLI",
134106
resources: {
135107
slides: "https://docs.google.com/presentation/d/1OhUhqIZVPdnjD7eO1ppeXVvTa-P2lIcdCXHncTOX_XE/edit?usp=sharing",
@@ -143,7 +115,7 @@ const data = [
143115
]
144116
},
145117
{
146-
date: "Apr. 24, 2025",
118+
date: "2025-04-24",
147119
topic: "Meshery CI and CD",
148120
resources: {
149121
slides: "https://docs.google.com/presentation/d/1hUDhFeYP7dtCQhOEw2U_wQ-G718Y2e5iU3drMDOdIws/edit?usp=sharing",
@@ -157,7 +129,7 @@ const data = [
157129
]
158130
},
159131
{
160-
date: "Apr. 30, 2025",
132+
date: "2025-04-30",
161133
topic: "Meshery CLI",
162134
resources: {
163135
slides: "https://docs.google.com/presentation/d/1lRop7DAAMUBmuFdzZK25LdQrkLG08eVsXEaDrauP3S8/edit?usp=sharing",
@@ -175,7 +147,7 @@ const data = [
175147
],
176148
},
177149
{
178-
date: "May 8th, 2025",
150+
date: "2025-05-08",
179151
topic: "End-to-end Testing in Meshery UI using Playwright",
180152
resources: {
181153
slides: "https://docs.google.com/presentation/d/1Vcq48Y0nLZsrKKFNYBJ5fm9bIcb2m6ZnYxq2azn6nlM/edit?slide=id.g35936fe4c88_0_0#slide=id.g35936fe4c88_0_0",
@@ -189,7 +161,7 @@ const data = [
189161
],
190162
},
191163
{
192-
date: "May 15th, 2025",
164+
date: "2025-05-15",
193165
topic: "Meshery UI",
194166
resources: {
195167
slides: "https://docs.google.com/presentation/d/1MRDs28YmzrO1t5QNz7WTp50ukCz6fB2p3awZz63HJmA/edit?slide=id.g34811bf5022_0_3#slide=id.g34811bf5022_0_3",
@@ -202,6 +174,20 @@ const data = [
202174
},
203175
],
204176
},
177+
{
178+
date: "2025-05-29",
179+
topic: "Meshery Server",
180+
resources: {
181+
slides: "https://docs.google.com/presentation/d/1X0kAAAwHaZ6VHfE8VifWSW5nOdid7GC9L0zcZFP9dac/edit?slide=id.g34811bf5022_0_3#slide=id.g34811bf5022_0_3",
182+
recording: "https://www.youtube.com/watch?v=9iRRd4RJOXE"
183+
},
184+
presenters: [
185+
{
186+
link: "/community/members/shlok-mishra",
187+
name: "Shlok Mishra"
188+
},
189+
],
190+
},
205191
];
206192

207193
export default data;
695 KB
Loading
Lines changed: 82 additions & 0 deletions
Loading
Lines changed: 86 additions & 0 deletions
Loading

src/collections/blog/2021/2021-02-04-meet-the-maintainer-michael-gfeller/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ date: 2021-02-04 10:30:05 -0530
55
author: Shriti Chandra
66
thumbnail: "./michael-gfeller-layer5-maintainer.webp"
77
darkthumbnail: "./michael-gfeller-layer5-maintainer.webp"
8-
category: "Community"
8+
category: Open Source
99
tags:
10-
- Community
10+
- Open Source
11+
- Community
12+
- Meet The Maintainer
1113
published: true
1214
interviewer: Shriti Chandra
1315
interviewee: Michael Gfeller

src/collections/blog/2021/2021-04-16-meet-the-maintainer-jash-patel/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ date: 2021-04-16 10:30:05 -0530
55
author: Ruth Ikegah
66
thumbnail: "./jash-patel-layer5-maintainer.webp"
77
darkthumbnail: "./jash-patel-layer5-maintainer.webp"
8-
category: Community
8+
category: Open Source
99
tags:
10-
- Community
10+
- Open Source
11+
- Community
12+
- Meet The Maintainer
1113
published: true
1214
interviewer: Ruth Ikegah
1315
interviewee: Jash Patel

src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang/post.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ type: Blog
1010
category: Open Source
1111
tags:
1212
- Open Source
13+
- Community
14+
- Meet The Maintainer
1315
featured: false
1416
published: true
1517
interviewer: Layer5 Team

0 commit comments

Comments
 (0)