Add links to linux roadmap

pull/5563/head
Kamran Ahmed 7 months ago
parent f30334cb9b
commit 57faa21148
  1. 6
      src/components/Roadmaps/RoadmapsPage.tsx
  2. 3
      src/pages/get-started.astro

@ -210,6 +210,12 @@ const groups: GroupType[] = [
type: 'skill',
otherGroups: ['Web Development'],
},
{
title: 'Linux',
link: '/linux',
type: 'skill',
otherGroups: ['Web Development'],
},
],
},
{

@ -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' },

Loading…
Cancel
Save