Skip to content

Commit

Permalink
Add links to linux roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Apr 25, 2024
1 parent f30334c commit 57faa21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/components/Roadmaps/RoadmapsPage.tsx
Expand Up @@ -210,6 +210,12 @@ const groups: GroupType[] = [
type: 'skill',
otherGroups: ['Web Development'],
},
{
title: 'Linux',
link: '/linux',
type: 'skill',
otherGroups: ['Web Development'],
},
],
},
{
Expand Down
3 changes: 2 additions & 1 deletion src/pages/get-started.astro
Expand Up @@ -277,8 +277,9 @@ import { TipItem } from '../components/GetStarted/TipItem';
roadmaps={[
{ title: 'Docker', link: '/docker' },
{ title: 'Kubernetes', link: '/kubernetes' },
{ title: 'Linux', link: '/linux' },
]}
description='or perhaps you want to learn Docker or Kubernetes?'
description='or perhaps you want to learn Docker, Kubernetes or Linux?'
secondaryRoadmaps={[
{ title: 'Python', link: '/python' },
{ title: 'Go', link: '/golang' },
Expand Down

0 comments on commit 57faa21

Please sign in to comment.