Add design system roadmap to related roadmaps

pull/1774/head
Kamran Ahmed 2 years ago
parent c8386d56f6
commit 7ec2b6cd05
  1. 2
      components/related-roadmaps.tsx
  2. 6
      content/roadmaps.json
  3. 3
      content/roadmaps/100-frontend/meta.json
  4. 3
      content/roadmaps/103-react/meta.json
  5. 4
      public/sitemap.xml

@ -61,7 +61,7 @@ export function RelatedRoadmaps(props: RelatedRoadmapsProps) {
as='span' as='span'
fontWeight='bold' fontWeight='bold'
display={['inline-block']} display={['inline-block']}
minWidth='100px' minWidth='140px'
> >
{roadmap.featuredTitle} {roadmap.featuredTitle}
</Text> </Text>

@ -51,7 +51,8 @@
"nodejs", "nodejs",
"react", "react",
"angular", "angular",
"vue" "vue",
"design-system"
], ],
"id": "frontend", "id": "frontend",
"metaPath": "/roadmaps/100-frontend/meta.json", "metaPath": "/roadmaps/100-frontend/meta.json",
@ -219,7 +220,8 @@
"javascript", "javascript",
"angular", "angular",
"vue", "vue",
"nodejs" "nodejs",
"design-system"
], ],
"id": "react", "id": "react",
"metaPath": "/roadmaps/103-react/meta.json", "metaPath": "/roadmaps/103-react/meta.json",

@ -50,6 +50,7 @@
"nodejs", "nodejs",
"react", "react",
"angular", "angular",
"vue" "vue",
"design-system"
] ]
} }

@ -44,6 +44,7 @@
"javascript", "javascript",
"angular", "angular",
"vue", "vue",
"nodejs" "nodejs",
"design-system"
] ]
} }

@ -3,7 +3,7 @@
<url> <url>
<loc>https://roadmap.sh/frontend</loc> <loc>https://roadmap.sh/frontend</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2022-09-08T15:50:09.048Z</lastmod> <lastmod>2022-09-14T05:55:51.073Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>
@ -21,7 +21,7 @@
<url> <url>
<loc>https://roadmap.sh/react</loc> <loc>https://roadmap.sh/react</loc>
<changefreq>monthly</changefreq> <changefreq>monthly</changefreq>
<lastmod>2022-09-08T15:52:43.967Z</lastmod> <lastmod>2022-09-14T05:56:23.451Z</lastmod>
<priority>1.0</priority> <priority>1.0</priority>
</url> </url>
<url> <url>

Loading…
Cancel
Save