From 193c1fbf08b5040e37c07259647fb0402d233992 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Tue, 19 May 2026 03:32:54 -0700 Subject: [PATCH] docs: add Meshery Relationships tutorial to newcomers tutorials table (#7696) Adds the 2026-05-01 Meshery Relationships tutorial entry presented by Yash Vilas Mahakal to src/assets/data/tutorials/index.js so it shows up in the Tutorials table on /community/newcomers. Only the recording link was provided in the issue; the slides field is omitted (the 2020-10-01 Vijay Cherukuri entry follows the same recording-only shape). Fixes #7696. Signed-off-by: Matt Van Horn --- src/assets/data/tutorials/index.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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;