|
|
|
@ -284,11 +284,14 @@ import ChangelogBanner from '../components/ChangelogBanner.astro'; |
|
|
|
|
description='Learn all you need to know to become a DevOps Engineer.' |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<RoadmapCard |
|
|
|
|
icon={Cloud} |
|
|
|
|
title='AWS' |
|
|
|
|
link='/aws' |
|
|
|
|
description='Learn all you need to know to become an AWS Engineer.' |
|
|
|
|
<RoadmapMultiCard |
|
|
|
|
roadmaps={[ |
|
|
|
|
{ title: 'AWS', link: '/aws' }, |
|
|
|
|
{ title: 'Cloudflare', link: '/cloudflare' }, |
|
|
|
|
]} |
|
|
|
|
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 |
|
|
|
@ -296,9 +299,8 @@ import ChangelogBanner from '../components/ChangelogBanner.astro'; |
|
|
|
|
{ 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, Terraform or Linux?' |
|
|
|
|
description='or perhaps you want to learn Docker, Kubernetes or Linux?' |
|
|
|
|
secondaryRoadmaps={[ |
|
|
|
|
{ title: 'Python', link: '/python' }, |
|
|
|
|
{ title: 'Go', link: '/golang' }, |
|
|
|
|