Skip to content

Commit b742658

Browse files
authored
Merge pull request #6456 from codered-lgtm/codered-lgtm-patch-1
update tutorials
2 parents 9ebbd20 + 6083ace commit b742658

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/assets/data/tutorials/index.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,34 @@ const data = [
174174
},
175175
],
176176
},
177+
{
178+
date: "May 8th, 2025",
179+
topic: "End-to-end Testing in Meshery UI using Playwright",
180+
resources: {
181+
slides: "https://docs.google.com/presentation/d/1Vcq48Y0nLZsrKKFNYBJ5fm9bIcb2m6ZnYxq2azn6nlM/edit?slide=id.g35936fe4c88_0_0#slide=id.g35936fe4c88_0_0",
182+
recording: "https://www.youtube.com/watch?v=9d0n37eTSkI"
183+
},
184+
presenters: [
185+
{
186+
link: "/community/members/ian-whitney",
187+
name: "Ian Whitney"
188+
},
189+
],
190+
},
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+
},
177205
];
178206

179207
export default data;

0 commit comments

Comments
 (0)