diff --git a/src/assets/data/tutorials/index.js b/src/assets/data/tutorials/index.js index abc83414eb1ed..0ef0e3346bdc2 100644 --- a/src/assets/data/tutorials/index.js +++ b/src/assets/data/tutorials/index.js @@ -202,6 +202,19 @@ const data = [ }, ], }, + { + date: "2026-05-01", + topic: "Meshery Relationships", + resources: { + recording: "https://www.youtube.com/live/IJ0wtrQWxhw" + }, + presenters: [ + { + link: "/community/members/yash-vilas-mahakal", + name: "Yash Vilas Mahakal" + }, + ], + }, ]; export default data;