We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07ca244 + 6a6a192 commit f277e2bCopy full SHA for f277e2b
1 file changed
src/assets/data/tutorials/index.js
@@ -174,6 +174,20 @@ const data = [
174
},
175
],
176
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
191
];
192
193
export default data;
0 commit comments