Make python roadmap interactive

pull/1657/head
Kamran Ahmed 2 years ago
parent 61603b310a
commit 75213c7559
  1. 2
      content/roadmaps.json
  2. 4
      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, "featured": true,
"jsonUrl": "/project/python.json", "jsonUrl": "/project/python.json",
"resourcesPath": "/roadmaps/107-python/resources.md", "resourcesPath": "/roadmaps/107-python/resources.md",
"landingPath": "/roadmaps/107-python/landscape.md",
"pdfUrl": "/pdfs/python.pdf", "pdfUrl": "/pdfs/python.pdf",
"versions": [ "versions": [
"latest" "latest"
@ -370,6 +369,7 @@
"name": "Kamran Ahmed", "name": "Kamran Ahmed",
"url": "https://twitter.com/kamranahmedse" "url": "https://twitter.com/kamranahmedse"
}, },
"contentPathsFilePath": "/roadmaps/107-python/content-paths.json",
"id": "python", "id": "python",
"metaPath": "/roadmaps/107-python/meta.json", "metaPath": "/roadmaps/107-python/meta.json",
"isUpcoming": false "isUpcoming": false

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

@ -43,5 +43,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
} }
export function isInteractiveRoadmap(id: string): boolean { 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> <url>
<loc>https://roadmap.sh/python</loc> <loc>https://roadmap.sh/python</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2022-08-08T14:33:53.388Z</lastmod> <lastmod>2022-08-12T22:32:20.629Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>

Loading…
Cancel
Save