Remove asp.net roadmap from homepage

pull/2723/head
Kamran Ahmed 2 years ago
parent 31d87796f3
commit fb5efa4f6d
  1. 12
      components/home/featured-roadmaps-list.tsx
  2. 2
      content/roadmaps.json
  3. 2
      content/roadmaps/116-aspnet-core/meta.json
  4. 4
      pages/[roadmap]/interactive.tsx
  5. 2
      public/sitemap.xml

@ -8,12 +8,12 @@ type FeaturedRoadmapsListProps = {
};
export const upcomingRoadmaps = [
// {
// type: 'Role Based',
// title: 'React Native',
// description: 'Step by step guide to become a React Native Developer',
// id: 'react-native'
// },
{
type: 'Role Based',
title: 'React Native',
description: 'Step by step guide to become a React Native Developer',
id: 'react-native'
},
{
type: 'Skill Based',
title: 'TypeScript',

@ -1038,7 +1038,7 @@
"isTextHeavy": false,
"isCommunity": false,
"isUpcoming": false,
"featured": true,
"featured": false,
"isNew": true,
"jsonUrl": "/project/aspnet-core.json",
"resourcesPath": "/roadmaps/116-aspnet-core/resources.md",

@ -33,7 +33,7 @@
"isTextHeavy": false,
"isCommunity": false,
"isUpcoming": false,
"featured": true,
"featured": false,
"isNew": true,
"jsonUrl": "/project/aspnet-core.json",
"resourcesPath": "./resources.md",

@ -175,6 +175,10 @@ export function InteractiveRoadmapRenderer(props: RoadmapProps) {
minHeight = ['515px', '1230px', '1310px', '1765px', '1765px', '1765px'];
}
if (roadmap.id === 'aspnet-core') {
minHeight = ['515px', '1230px', '1310px', '1765px', '1765px', '1765px'];
}
return (
<Container maxW={'container.lg'} position="relative" minHeight={minHeight}>
{(isLoading || isRendering) && <RoadmapLoader />}

@ -111,7 +111,7 @@
<url>
<loc>https://roadmap.sh/aspnet-core</loc>
<changefreq>monthly</changefreq>
<lastmod>2022-10-24T08:24:32.251Z</lastmod>
<lastmod>2022-10-24T08:44:50.807Z</lastmod>
<priority>1.0</priority>
</url>
<url>

Loading…
Cancel
Save