diff --git a/content/roadmaps/1-frontend/resources.md b/content/roadmaps/1-frontend/resources.md index 5f7ac1fe9..475d2b3be 100644 --- a/content/roadmaps/1-frontend/resources.md +++ b/content/roadmaps/1-frontend/resources.md @@ -1,4 +1,4 @@ -
+
This page is incomplete and is being worked upon. Please check back later or subscribe / follow me on twitter to get notified. Also, feel free to contribute by suggesting the resources in the issues.
diff --git a/scripts/path-map.js b/scripts/path-map.js index a410a7d02..bc82548a7 100644 --- a/scripts/path-map.js +++ b/scripts/path-map.js @@ -73,6 +73,10 @@ const getRoadmapRoutes = () => { page: '/[roadmap]', query: roadmap.url.replace(/\/+/, ''), }, + [`${roadmap.url}/resources`]: { + page: '/[roadmap]/resources', + query: roadmap.url.replace(/\/+/, ''), + }, // Routes for all the pages inside this directory ...pages.reduce((pageRoutes, page) => { return {