Add python roadmap

This commit is contained in:
Kamran Ahmed
2021-09-26 22:02:59 +02:00
parent c88e04f809
commit 685c402f28
31 changed files with 3101 additions and 28 deletions

View File

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