File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
src/assets/data/tutorials Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const data = [
87
87
}
88
88
]
89
89
} ,
90
-
90
+
91
91
{
92
92
date : "Jan. 28 2021" ,
93
93
topic : "Beginner's guide to contributing to Meshery and mesheryctl" ,
@@ -112,7 +112,7 @@ const data = [
112
112
link : "/community/members/piyush-singariya" ,
113
113
name : "Piyush Singariya" ,
114
114
}
115
- ]
115
+ ]
116
116
} ,
117
117
{
118
118
date : "Apr. 10, 2025" ,
@@ -141,7 +141,21 @@ const data = [
141
141
name : "Riya Garg"
142
142
}
143
143
]
144
- } ,
144
+ } ,
145
+ {
146
+ date : "Apr. 24, 2025" ,
147
+ topic : "Meshery CI and CD" ,
148
+ resources : {
149
+ slides : "https://docs.google.com/presentation/d/1hUDhFeYP7dtCQhOEw2U_wQ-G718Y2e5iU3drMDOdIws/edit?usp=sharing" ,
150
+ recording : "https://youtu.be/dlr_nzJV16Q"
151
+ } ,
152
+ presenters : [
153
+ {
154
+ link : "/community/members/sangram-rath" ,
155
+ name : "Sangram Rath"
156
+ }
157
+ ]
158
+ } ,
145
159
] ;
146
160
147
161
export default data ;
You can’t perform that action at this time.
0 commit comments