Skip to content

Commit 6ca8277

Browse files
author
Vivek Vishal
authored
add meshery models training session
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 8fa91c0 commit 6ca8277

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
@@ -188,6 +188,20 @@ const data = [
188188
},
189189
],
190190
},
191+
{
192+
date: "2025-06-19",
193+
topic: "Meshery Models",
194+
resources: {
195+
slides: "https://docs.google.com/presentation/d/1XSnDpXeloE9c7FOHGy2l82YbykHl49njUN1RgFoe_ac/edit?usp=sharing",
196+
recording: "https://www.youtube.com/watch?v=K2gmdIlGXNo"
197+
},
198+
presenters: [
199+
{
200+
link: "/community/members/aabid-sofi",
201+
name: "Aabid Sofi"
202+
},
203+
],
204+
},
191205
];
192206

193207
export default data;

0 commit comments

Comments
 (0)