|
|
@ -7,6 +7,7 @@ import { PageHeader } from '../components/page-header'; |
|
|
|
import { RoadmapGridItem } from '../components/roadmap/roadmap-grid-item'; |
|
|
|
import { RoadmapGridItem } from '../components/roadmap/roadmap-grid-item'; |
|
|
|
import { getAllRoadmaps, RoadmapType } from '../lib/roadmap'; |
|
|
|
import { getAllRoadmaps, RoadmapType } from '../lib/roadmap'; |
|
|
|
import Helmet from '../components/helmet'; |
|
|
|
import Helmet from '../components/helmet'; |
|
|
|
|
|
|
|
import { NewBanner } from './[roadmap]'; |
|
|
|
|
|
|
|
|
|
|
|
type RoadmapsProps = { |
|
|
|
type RoadmapsProps = { |
|
|
|
roadmaps: RoadmapType[]; |
|
|
|
roadmaps: RoadmapType[]; |
|
|
@ -24,6 +25,7 @@ export default function Roadmaps(props: RoadmapsProps) { |
|
|
|
/> |
|
|
|
/> |
|
|
|
<Box mb='60px'> |
|
|
|
<Box mb='60px'> |
|
|
|
<PageHeader |
|
|
|
<PageHeader |
|
|
|
|
|
|
|
beforeTitle={<NewBanner />} |
|
|
|
title={'Developer Roadmaps'} |
|
|
|
title={'Developer Roadmaps'} |
|
|
|
subtitle={'Step by step guides and paths to learn different tools or technologies'} |
|
|
|
subtitle={'Step by step guides and paths to learn different tools or technologies'} |
|
|
|
/> |
|
|
|
/> |
|
|
|