diff --git a/readme.md b/readme.md index 6eabe5c94..279027115 100644 --- a/readme.md +++ b/readme.md @@ -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 Engineer Roadmap](https://roadmap.sh/ai-engineer) - [AWS Roadmap](https://roadmap.sh/aws) +- [Cloudflare Roadmap](https://roadmap.sh/cloudflare) - [Linux Roadmap](https://roadmap.sh/linux) - [Terraform Roadmap](https://roadmap.sh/terraform) - [Data Analyst Roadmap](https://roadmap.sh/data-analyst) diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index 91b6a72e1..d841cdcda 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -257,6 +257,12 @@ const groups: GroupType[] = [ type: 'skill', otherGroups: ['Web Development'], }, + { + title: 'Cloudflare', + link: '/cloudflare', + type: 'skill', + otherGroups: ['Web Development'], + }, { title: 'Linux', link: '/linux', diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index 56714b670..b1b70c41a 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -284,11 +284,14 @@ import ChangelogBanner from '../components/ChangelogBanner.astro'; description='Learn all you need to know to become a DevOps Engineer.' /> -