1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-27 11:09:53 +02:00

Make software architect roadmap interactive

This commit is contained in:
Kamran Ahmed
2022-09-27 01:26:36 +04:00
parent 99b063ef59
commit 27ebaed41e
114 changed files with 5329 additions and 3086 deletions

View File

@@ -50,6 +50,7 @@ const roadmaps: Record<string, RoadmapType> = {
nodejs: require('../public/project/nodejs.json'),
qa: require('../public/project/qa.json'),
'design-system': require('../public/project/design-system.json'),
'software-architect': require('../public/project/software-architect.json'),
};
if (!roadmapKey || !roadmaps[roadmapKey]) {