1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-12 12:13:58 +02:00

Add computer science roadmap

This commit is contained in:
Kamran Ahmed
2022-11-07 12:59:15 +04:00
parent c97fa1a537
commit b6a954c48d
205 changed files with 12795 additions and 34 deletions

View File

@@ -53,6 +53,7 @@ const roadmaps: Record<string, RoadmapType> = {
'software-architect': require('../public/project/software-architect.json'),
'aspnet-core': require('../public/project/aspnet-core.json'),
'flutter': require('../public/project/flutter.json'),
'computer-science': require('../public/project/computer-science.json'),
};
if (!roadmapKey || !roadmaps[roadmapKey]) {