mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 00:21:35 +02:00
Remove asp.net roadmap from homepage
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user