Add link to devrel engineer roadmap in readme

pull/6003/head
Kamran Ahmed 4 months ago
parent fa6f4aa6e3
commit 47e6f8e926
  1. 2
      readme.md
  2. 13
      src/pages/get-started.astro

@ -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:

@ -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.'
/>
<RoadmapCard
icon={PenSquare}
icon={Coins}
title='Blockchain'
link='/blockchain'
description='Learn all you need to know to become a Blockchain Developer.'
@ -395,6 +396,12 @@ import { TipItem } from '../components/GetStarted/TipItem';
link='/technical-writer'
description='Learn all you need to know to become a Technical Writer.'
/>
<RoadmapCard
icon={Megaphone}
title='DevRel Engineer'
link='/devrel'
description='Learn all you need to know to become a DevRel Engineer.'
/>
</div>
<div class='flex flex-col justify-start gap-3'>
<RoadmapCard

Loading…
Cancel
Save