diff --git a/client/pages/docs/DocsOverview.tsx b/client/pages/docs/DocsOverview.tsx index e49900d7..a6d14a59 100644 --- a/client/pages/docs/DocsOverview.tsx +++ b/client/pages/docs/DocsOverview.tsx @@ -328,6 +328,45 @@ export default function DocsOverview() { + {/* Learning Resources */} +
+

Learning resources

+
+ {learningResources.map((resource, index) => { + const Icon = resource.icon; + return ( + + +
+ +
+ + {resource.title} + + + {resource.description} + +
+ + + {resource.count} + + + +
+ ); + })} +
+
+ {/* Featured Updates */}