mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 08:31:50 +02:00
Remove asp.net roadmap from homepage
This commit is contained in:
@@ -8,12 +8,12 @@ type FeaturedRoadmapsListProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const upcomingRoadmaps = [
|
export const upcomingRoadmaps = [
|
||||||
// {
|
{
|
||||||
// type: 'Role Based',
|
type: 'Role Based',
|
||||||
// title: 'React Native',
|
title: 'React Native',
|
||||||
// description: 'Step by step guide to become a React Native Developer',
|
description: 'Step by step guide to become a React Native Developer',
|
||||||
// id: 'react-native'
|
id: 'react-native'
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
type: 'Skill Based',
|
type: 'Skill Based',
|
||||||
title: 'TypeScript',
|
title: 'TypeScript',
|
||||||
|
@@ -1038,7 +1038,7 @@
|
|||||||
"isTextHeavy": false,
|
"isTextHeavy": false,
|
||||||
"isCommunity": false,
|
"isCommunity": false,
|
||||||
"isUpcoming": false,
|
"isUpcoming": false,
|
||||||
"featured": true,
|
"featured": false,
|
||||||
"isNew": true,
|
"isNew": true,
|
||||||
"jsonUrl": "/project/aspnet-core.json",
|
"jsonUrl": "/project/aspnet-core.json",
|
||||||
"resourcesPath": "/roadmaps/116-aspnet-core/resources.md",
|
"resourcesPath": "/roadmaps/116-aspnet-core/resources.md",
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
"isTextHeavy": false,
|
"isTextHeavy": false,
|
||||||
"isCommunity": false,
|
"isCommunity": false,
|
||||||
"isUpcoming": false,
|
"isUpcoming": false,
|
||||||
"featured": true,
|
"featured": false,
|
||||||
"isNew": true,
|
"isNew": true,
|
||||||
"jsonUrl": "/project/aspnet-core.json",
|
"jsonUrl": "/project/aspnet-core.json",
|
||||||
"resourcesPath": "./resources.md",
|
"resourcesPath": "./resources.md",
|
||||||
|
@@ -175,6 +175,10 @@ export function InteractiveRoadmapRenderer(props: RoadmapProps) {
|
|||||||
minHeight = ['515px', '1230px', '1310px', '1765px', '1765px', '1765px'];
|
minHeight = ['515px', '1230px', '1310px', '1765px', '1765px', '1765px'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (roadmap.id === 'aspnet-core') {
|
||||||
|
minHeight = ['515px', '1230px', '1310px', '1765px', '1765px', '1765px'];
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Container maxW={'container.lg'} position="relative" minHeight={minHeight}>
|
<Container maxW={'container.lg'} position="relative" minHeight={minHeight}>
|
||||||
{(isLoading || isRendering) && <RoadmapLoader />}
|
{(isLoading || isRendering) && <RoadmapLoader />}
|
||||||
|
@@ -111,7 +111,7 @@
|
|||||||
<url>
|
<url>
|
||||||
<loc>https://roadmap.sh/aspnet-core</loc>
|
<loc>https://roadmap.sh/aspnet-core</loc>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<lastmod>2022-10-24T08:24:32.251Z</lastmod>
|
<lastmod>2022-10-24T08:44:50.807Z</lastmod>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
|
Reference in New Issue
Block a user