Skip to content

Commit 6a6a192

Browse files
author
Vivek Vishal
authored
add meshery server tutorial
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 07ca244 commit 6a6a192

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/assets/data/tutorials/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,20 @@ const data = [
174174
},
175175
],
176176
},
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+
},
177191
];
178192

179193
export default data;

0 commit comments

Comments
 (0)