Skip to content

Commit 6083ace

Browse files
authored
add meshery ui training session by Amit
Signed-off-by: codered-lgtm <183153941+codered-lgtm@users.noreply.github.com>
1 parent 2439229 commit 6083ace

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: "May 15th, 2025",
193+
topic: "Meshery UI",
194+
resources: {
195+
slides: "https://docs.google.com/presentation/d/1MRDs28YmzrO1t5QNz7WTp50ukCz6fB2p3awZz63HJmA/edit?slide=id.g34811bf5022_0_3#slide=id.g34811bf5022_0_3",
196+
recording: "https://www.youtube.com/watch?v=ia7kvnHCurs"
197+
},
198+
presenters: [
199+
{
200+
link: "/community/members/amit-amrutiya",
201+
name: "Amit Amrutiya"
202+
},
203+
],
204+
},
191205
];
192206

193207
export default data;

0 commit comments

Comments
 (0)