1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 15:43:49 +02:00

Add links to linux roadmap

This commit is contained in:
Kamran Ahmed
2024-04-26 00:08:55 +01:00
parent f30334cb9b
commit 57faa21148
2 changed files with 8 additions and 1 deletions

View File

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

View File

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