mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-20 08:02:35 +02:00
Add links to linux roadmap
This commit is contained in:
@@ -210,6 +210,12 @@ const groups: GroupType[] = [
|
|||||||
type: 'skill',
|
type: 'skill',
|
||||||
otherGroups: ['Web Development'],
|
otherGroups: ['Web Development'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Linux',
|
||||||
|
link: '/linux',
|
||||||
|
type: 'skill',
|
||||||
|
otherGroups: ['Web Development'],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@@ -277,8 +277,9 @@ import { TipItem } from '../components/GetStarted/TipItem';
|
|||||||
roadmaps={[
|
roadmaps={[
|
||||||
{ title: 'Docker', link: '/docker' },
|
{ title: 'Docker', link: '/docker' },
|
||||||
{ title: 'Kubernetes', link: '/kubernetes' },
|
{ 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={[
|
secondaryRoadmaps={[
|
||||||
{ title: 'Python', link: '/python' },
|
{ title: 'Python', link: '/python' },
|
||||||
{ title: 'Go', link: '/golang' },
|
{ title: 'Go', link: '/golang' },
|
||||||
|
Reference in New Issue
Block a user