mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-19 06:39:44 +01:00
Add missing iOS roadmap to roadmaps and /get-started
This commit is contained in:
parent
bab4a1581d
commit
eaebe7babd
@ -232,6 +232,11 @@ const groups: GroupType[] = [
|
||||
link: '/android',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'iOS',
|
||||
link: '/ios',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'React Native',
|
||||
link: '/react-native',
|
||||
|
@ -308,6 +308,13 @@ import { TipItem } from '../components/GetStarted/TipItem';
|
||||
description='Learn all you need to know to become an Android Developer.'
|
||||
/>
|
||||
|
||||
<RoadmapCard
|
||||
icon={Smartphone}
|
||||
title='iOS'
|
||||
link='/ios'
|
||||
description='Learn all you need to know to become an iOS Developer.'
|
||||
/>
|
||||
|
||||
<RoadmapMultiCard
|
||||
roadmaps={[
|
||||
{ title: 'React Native', link: '/react-native' },
|
||||
@ -315,14 +322,6 @@ import { TipItem } from '../components/GetStarted/TipItem';
|
||||
]}
|
||||
description='Or learn a cross-platform framework?'
|
||||
/>
|
||||
|
||||
<RoadmapCard
|
||||
icon={Smartphone}
|
||||
title='iOS'
|
||||
link='/ios'
|
||||
isUpcoming={true}
|
||||
description='We will be adding an iOS roadmap soon.'
|
||||
/>
|
||||
</RoleRoadmaps>
|
||||
<RoleRoadmaps
|
||||
badge='AI and Machine Learning'
|
||||
|
@ -26,7 +26,7 @@ const questionGroups = await getAllQuestionGroups();
|
||||
<GridItem
|
||||
url={`/questions/${questionGroup.id}`}
|
||||
isNew={questionGroup.frontmatter.isNew}
|
||||
title={questionGroup.frontmatter.title}
|
||||
title={questionGroup.frontmatter.briefTitle}
|
||||
description={`${questionGroup.questions.length} Questions · ${questionGroup.allTopics.length} topics`}
|
||||
/>
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user