Make python roadmap interactive

pull/1469/head
Kamran Ahmed 2 years ago
parent 941c06eda6
commit 1b2367ce30
  1. 2
      content/roadmaps.json
  2. 6
      content/roadmaps/107-python/meta.json
  3. 2
      lib/roadmap.ts
  4. 5140
      public/project/python.json
  5. 2
      public/sitemap.xml

@ -361,7 +361,6 @@
"featured": true,
"jsonUrl": "/project/python.json",
"resourcesPath": "/roadmaps/107-python/resources.md",
"landingPath": "/roadmaps/107-python/landscape.md",
"pdfUrl": "/pdfs/python.pdf",
"versions": [
"latest"
@ -370,6 +369,7 @@
"name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse"
},
"contentPathsFilePath": "/roadmaps/107-python/content-paths.json",
"id": "python",
"metaPath": "/roadmaps/107-python/meta.json",
"isUpcoming": false

@ -26,7 +26,6 @@
"featured": true,
"jsonUrl": "/project/python.json",
"resourcesPath": "./resources.md",
"landingPath": "./landscape.md",
"pdfUrl": "/pdfs/python.pdf",
"versions": [
"latest"
@ -34,5 +33,6 @@
"author": {
"name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse"
}
}
},
"contentPathsFilePath": "./content-paths.json"
}

@ -43,5 +43,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
}
export function isInteractiveRoadmap(id: string): boolean {
return ['frontend', 'backend', 'devops', 'react', 'vue'].includes(id);
return ['frontend', 'backend', 'devops', 'react', 'vue', 'python'].includes(id);
}

File diff suppressed because it is too large Load Diff

@ -45,7 +45,7 @@
<url>
<loc>https://roadmap.sh/python</loc>
<changefreq>monthly</changefreq>
<lastmod>2022-08-08T14:33:53.388Z</lastmod>
<lastmod>2022-08-12T22:32:20.629Z</lastmod>
<priority>1.0</priority>
</url>
<url>

Loading…
Cancel
Save