diff --git a/readme.md b/readme.md index 946367747..d31caba50 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,7 @@ Here is the list of available roadmaps with more being actively worked upon. - [AI and Data Scientist Roadmap](https://roadmap.sh/ai-data-scientist) - [AWS Roadmap](https://roadmap.sh/aws) - [Linux Roadmap](https://roadmap.sh/linux) +- [Terraform Roadmap](https://roadmap.sh/terraform) - [Data Analyst Roadmap](https://roadmap.sh/data-analyst) - [MLOps Roadmap](https://roadmap.sh/mlops) - [Product Manager Roadmap](https://roadmap.sh/product-manager) @@ -79,6 +80,7 @@ Here is the list of available roadmaps with more being actively worked upon. - [Docker Roadmap](https://roadmap.sh/docker) - [Prompt Engineering Roadmap](https://roadmap.sh/prompt-engineering) - [Technical Writer Roadmap](https://roadmap.sh/technical-writer) +- [DevRel Engineer Roadmap](https://roadmap.sh/devrel) There are also interactive best practices: diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index c082db60b..8cd1a5533 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -28,7 +28,7 @@ import { PenSquare, Component, Waypoints, - CheckSquare, Braces, FolderKanban, + CheckSquare, Braces, FolderKanban, Coins, Megaphone, } from 'lucide-react'; import { SectionBadge } from '../components/GetStarted/SectionBadge'; import { TipItem } from '../components/GetStarted/TipItem'; @@ -285,8 +285,9 @@ import { TipItem } from '../components/GetStarted/TipItem'; { title: 'Docker', link: '/docker' }, { title: 'Kubernetes', link: '/kubernetes' }, { title: 'Linux', link: '/linux' }, + { title: 'Terraform', link: '/terraform' }, ]} - description='or perhaps you want to learn Docker, Kubernetes or Linux?' + description='or perhaps you want to learn Docker, Kubernetes, Terraform or Linux?' secondaryRoadmaps={[ { title: 'Python', link: '/python' }, { title: 'Go', link: '/golang' }, @@ -376,7 +377,7 @@ import { TipItem } from '../components/GetStarted/TipItem'; description='Learn all you need to know to become a UX Designer.' /> +