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 />