From 96b2eb2797fb14ae6341dc0764846db59f44a179 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 19 Aug 2025 17:39:31 +0100 Subject: [PATCH] Add machine learning roadmap to readme --- readme.md | 1 + src/components/Dashboard/PersonalDashboard.tsx | 4 ++-- src/pages/dashboard.astro | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 0d901d505..15853d3c8 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,7 @@ Here is the list of available roadmaps with more being actively worked upon. - [Terraform Roadmap](https://roadmap.sh/terraform) - [Data Analyst Roadmap](https://roadmap.sh/data-analyst) - [Data Engineer Roadmap](https://roadmap.sh/data-engineer) +- [Machine Learning Roadmap](https://roadmap.sh/machine-learning) - [MLOps Roadmap](https://roadmap.sh/mlops) - [Product Manager Roadmap](https://roadmap.sh/product-manager) - [Engineering Manager Roadmap](https://roadmap.sh/engineering-manager) diff --git a/src/components/Dashboard/PersonalDashboard.tsx b/src/components/Dashboard/PersonalDashboard.tsx index 4d45573a1..bba5cdc9e 100644 --- a/src/components/Dashboard/PersonalDashboard.tsx +++ b/src/components/Dashboard/PersonalDashboard.tsx @@ -470,10 +470,10 @@ export function PersonalDashboard(props: PersonalDashboardProps) {
guide.roadmapId === 'questions') - .slice(0, 7)} + .slice(0, 15)} />
diff --git a/src/pages/dashboard.astro b/src/pages/dashboard.astro index fc2846126..08fdffa52 100644 --- a/src/pages/dashboard.astro +++ b/src/pages/dashboard.astro @@ -70,8 +70,8 @@ const enrichedBestPractices = bestPractices.map((bestPractice) => { builtInSkillRoadmaps={enrichedSkillRoadmaps} builtInBestPractices={enrichedBestPractices} questionGroups={questionGroups} - guides={guides.slice(0, 7)} - videos={videos.slice(0, 7)} + guides={guides.slice(0, 10)} + videos={videos.slice(0, 10)} client:load />