We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d240bcc + 40835e6 commit c787e24Copy full SHA for c787e24
1 file changed
src/assets/data/tutorials/index.js
@@ -156,6 +156,24 @@ const data = [
156
}
157
]
158
},
159
+ {
160
+ date: "Apr. 30, 2025",
161
+ topic: "Meshery CLI",
162
+ resources: {
163
+ slides: "https://docs.google.com/presentation/d/1lRop7DAAMUBmuFdzZK25LdQrkLG08eVsXEaDrauP3S8/edit?usp=sharing",
164
+ recording: "https://youtu.be/aNR_1h1Pisg"
165
+ },
166
+ presenters: [
167
168
+ link: "/community/members/aadhitya-amarendiran",
169
+ name: "Aadhitya Amarendiran"
170
171
172
+ link: "/community/members/matthieu-evrin",
173
+ name: "Matthieu Evrin"
174
175
+ ],
176
177
];
178
179
export default data;
0 commit comments