mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-20 16:11:21 +02:00
Add pdf links
This commit is contained in:
@@ -34,9 +34,9 @@ const roadmapsMeta = roadmapDirs.reduce((metaAcc, roadmapDirName) => {
|
||||
{
|
||||
...roadmapMeta,
|
||||
id: roadmapSlug,
|
||||
url: `/${roadmapSlug}`,
|
||||
contentPath: contentPath,
|
||||
resourcesPath: resourcesPath
|
||||
resourcesPath: resourcesPath,
|
||||
isUpcoming: roadmapMeta.isUpcoming || false
|
||||
}
|
||||
];
|
||||
}, []);
|
||||
|
Reference in New Issue
Block a user