Refactor roadmap page logic

This commit is contained in:
Kamran Ahmed
2021-12-03 19:58:25 +01:00
parent bf56db60bc
commit 098303b78b
9 changed files with 274 additions and 296 deletions

View File

@ -18,6 +18,7 @@ export type RoadmapType = {
imagePath?: string,
landingPath?: string;
resourcesPath: string;
contentPathsFilePath?: string;
metaPath: string;
isCommunity: boolean;
isUpcoming: boolean;