mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
Add cloudflare roadmap to get-started page
This commit is contained in:
@@ -43,6 +43,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)
|
- [AI and Data Scientist Roadmap](https://roadmap.sh/ai-data-scientist)
|
||||||
- [AI Engineer Roadmap](https://roadmap.sh/ai-engineer)
|
- [AI Engineer Roadmap](https://roadmap.sh/ai-engineer)
|
||||||
- [AWS Roadmap](https://roadmap.sh/aws)
|
- [AWS Roadmap](https://roadmap.sh/aws)
|
||||||
|
- [Cloudflare Roadmap](https://roadmap.sh/cloudflare)
|
||||||
- [Linux Roadmap](https://roadmap.sh/linux)
|
- [Linux Roadmap](https://roadmap.sh/linux)
|
||||||
- [Terraform Roadmap](https://roadmap.sh/terraform)
|
- [Terraform Roadmap](https://roadmap.sh/terraform)
|
||||||
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
|
- [Data Analyst Roadmap](https://roadmap.sh/data-analyst)
|
||||||
|
@@ -257,6 +257,12 @@ const groups: GroupType[] = [
|
|||||||
type: 'skill',
|
type: 'skill',
|
||||||
otherGroups: ['Web Development'],
|
otherGroups: ['Web Development'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Cloudflare',
|
||||||
|
link: '/cloudflare',
|
||||||
|
type: 'skill',
|
||||||
|
otherGroups: ['Web Development'],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Linux',
|
title: 'Linux',
|
||||||
link: '/linux',
|
link: '/linux',
|
||||||
|
@@ -284,11 +284,14 @@ import ChangelogBanner from '../components/ChangelogBanner.astro';
|
|||||||
description='Learn all you need to know to become a DevOps Engineer.'
|
description='Learn all you need to know to become a DevOps Engineer.'
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<RoadmapCard
|
<RoadmapMultiCard
|
||||||
icon={Cloud}
|
roadmaps={[
|
||||||
title='AWS'
|
{ title: 'AWS', link: '/aws' },
|
||||||
link='/aws'
|
{ title: 'Cloudflare', link: '/cloudflare' },
|
||||||
description='Learn all you need to know to become an AWS Engineer.'
|
]}
|
||||||
|
description='or perhaps you want to learn AWS or Cloudflare?'
|
||||||
|
secondaryRoadmaps={[{ title: 'Terraform', link: '/terraform' }]}
|
||||||
|
secondaryDescription='Or learn to automate your infrastructure using Terraform?'
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<RoadmapMultiCard
|
<RoadmapMultiCard
|
||||||
@@ -296,9 +299,8 @@ import ChangelogBanner from '../components/ChangelogBanner.astro';
|
|||||||
{ title: 'Docker', link: '/docker' },
|
{ title: 'Docker', link: '/docker' },
|
||||||
{ title: 'Kubernetes', link: '/kubernetes' },
|
{ title: 'Kubernetes', link: '/kubernetes' },
|
||||||
{ title: 'Linux', link: '/linux' },
|
{ title: 'Linux', link: '/linux' },
|
||||||
{ title: 'Terraform', link: '/terraform' },
|
|
||||||
]}
|
]}
|
||||||
description='or perhaps you want to learn Docker, Kubernetes, Terraform or Linux?'
|
description='or perhaps you want to learn Docker, Kubernetes or Linux?'
|
||||||
secondaryRoadmaps={[
|
secondaryRoadmaps={[
|
||||||
{ title: 'Python', link: '/python' },
|
{ title: 'Python', link: '/python' },
|
||||||
{ title: 'Go', link: '/golang' },
|
{ title: 'Go', link: '/golang' },
|
||||||
|
Reference in New Issue
Block a user