Skip to content

Commit 5f9f7ba

Browse files
author
Vivek Vishal
authored
Merge pull request #6405 from layer5io/vishalvivekm-patch-3
Add Meshery CI Training session of April 24th,2025 to tutorials
2 parents 233dada + e5f9b1d commit 5f9f7ba

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

src/assets/data/tutorials/index.js

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const data = [
8787
}
8888
]
8989
},
90-
90+
9191
{
9292
date: "Jan. 28 2021",
9393
topic: "Beginner's guide to contributing to Meshery and mesheryctl",
@@ -112,7 +112,7 @@ const data = [
112112
link: "/community/members/piyush-singariya",
113113
name: "Piyush Singariya",
114114
}
115-
]
115+
]
116116
},
117117
{
118118
date: "Apr. 10, 2025",
@@ -141,7 +141,21 @@ const data = [
141141
name: "Riya Garg"
142142
}
143143
]
144-
},
144+
},
145+
{
146+
date: "Apr. 24, 2025",
147+
topic: "Meshery CI and CD",
148+
resources: {
149+
slides: "https://docs.google.com/presentation/d/1hUDhFeYP7dtCQhOEw2U_wQ-G718Y2e5iU3drMDOdIws/edit?usp=sharing",
150+
recording: "https://youtu.be/dlr_nzJV16Q"
151+
},
152+
presenters: [
153+
{
154+
link: "/community/members/sangram-rath",
155+
name: "Sangram Rath"
156+
}
157+
]
158+
},
145159
];
146160

147161
export default data;

0 commit comments

Comments
 (0)