You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.js
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -267,10 +267,18 @@ const App = () => {
267
267
for details of when and how each badge is awarded.
268
268
</p>
269
269
<sectionclassName="faq">
270
-
{/* <h1>Frequently Asked Questions</h1> */}
270
+
<h2>General</h2>
271
271
<Faq
272
272
category={['Layer5 Badges']}
273
-
display-category-title={'false'}
273
+
display-category-title={'true'}
274
+
/>
275
+
</section>
276
+
277
+
<sectionclassName="faq">
278
+
<h2>Certifications</h2>
279
+
<Faq
280
+
category={['certifications']}
281
+
display-category-title={'true'}
274
282
/>
275
283
</section>
276
284
@@ -328,6 +336,7 @@ const App = () => {
328
336
{/* <p className="caption">Launch and learn with Meshery</p>
329
337
<p className="byline">The cloud native playground contains a set of learning paths that incorporate an application networking centric curriculum featuring training on 200+ integrations.</p> */}
330
338
339
+
331
340
<BadgePreviewtheme={theme}>
332
341
<PreviewTexttheme={theme}>
333
342
Your badge will appear in your GitHub profile, showcasing your milestones!
0 commit comments