Skip to content

Commit b720b43

Browse files
committed
Add shell bash and swift roadmaps
1 parent 10660dd commit b720b43

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

src/components/Roadmaps/RoadmapsPage.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ const groups: GroupType[] = [
198198
type: 'skill',
199199
otherGroups: ['Web Development', 'DevOps', 'Mobile Development'],
200200
},
201+
{
202+
title: 'Swift & Swift-UI',
203+
link: '/swift-ui',
204+
type: 'skill',
205+
otherGroups: ['Mobile Development'],
206+
},
201207
{
202208
title: 'TypeScript',
203209
link: '/typescript',
@@ -251,6 +257,12 @@ const groups: GroupType[] = [
251257
type: 'skill',
252258
otherGroups: ['Web Development', 'Databases', 'DevOps'],
253259
},
260+
{
261+
title: 'Shell / Bash',
262+
link: '/shell-bash',
263+
type: 'skill',
264+
otherGroups: ['Web Development', 'DevOps'],
265+
},
254266
],
255267
},
256268
{

src/pages/get-started.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
323323
{ title: 'Python', link: '/python' },
324324
{ title: 'Go', link: '/golang' },
325325
{ title: 'Rust', link: '/rust' },
326+
{ title: 'Shell / Bash', link: '/shell-bash'}
326327
]}
327328
secondaryDescription='Or maybe improve your automation skills?'
328329
/>

0 commit comments

Comments
 (0)