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

Add interactive GraphQL roadmap

This commit is contained in:
Kamran Ahmed
2022-12-12 17:54:37 +04:00
parent b8b4ae4a5a
commit 6bfd15d85a
74 changed files with 5025 additions and 18 deletions

View File

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