File tree Expand file tree Collapse file tree
src/assets/data/tutorials Expand file tree Collapse file tree Original file line number Diff line number Diff 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
179207export default data ;
You can’t perform that action at this time.
0 commit comments