Add git and github roadmap

pull/6512/head
Kamran Ahmed 2 months ago
parent a1a7dec6d2
commit e0c1b6eb75
  1. 6
      src/components/Roadmaps/RoadmapsPage.tsx

@ -94,6 +94,12 @@ const groups: GroupType[] = [
type: 'skill',
otherGroups: ['Web Development'],
},
{
title: 'Git and GitHub',
link: '/git-github',
type: 'skill',
otherGroups: ['Web Development', 'DevOps'],
},
],
},
{

Loading…
Cancel
Save