diff --git a/readme.md b/readme.md index 86e050c17..bbfef72dc 100644 --- a/readme.md +++ b/readme.md @@ -39,6 +39,7 @@ Here is the list of available roadmaps with more being actively worked upon. - [Computer Science Roadmap](https://roadmap.sh/computer-science) - [Data Structures and Algorithms Roadmap](https://roadmap.sh/datastructures-and-algorithms) - [AI and Data Scientist Roadmap](https://roadmap.sh/ai-data-scientist) +- [Data Analyst Roadmap](https://roadmap.sh/data-analyst) - [MLOps Roadmap](https://roadmap.sh/mlops) - [QA Roadmap](https://roadmap.sh/qa) - [Python Roadmap](https://roadmap.sh/python) diff --git a/src/components/GetStarted/RoleRoadmaps.tsx b/src/components/GetStarted/RoleRoadmaps.tsx index c299e3d12..8355b142c 100644 --- a/src/components/GetStarted/RoleRoadmaps.tsx +++ b/src/components/GetStarted/RoleRoadmaps.tsx @@ -18,7 +18,7 @@ export function RoleRoadmaps(props: RoleRoadmapsProps) {
-

{title}

+

{title}

{description}

{children}
diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index e616b4fbb..bea0339fb 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -303,6 +303,11 @@ const groups: GroupType[] = [ link: '/ai-data-scientist', type: 'role', }, + { + title: 'Data Analyst', + link: '/data-analyst', + type: 'role', + }, { title: 'MLOps', link: '/mlops', diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index bab443cbd..68ed8afa7 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -328,11 +328,18 @@ import { TipItem } from '../components/GetStarted/TipItem'; description='Learn all you need to know to become an AI or Data Scientist.' /> + +