1
0
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:
Kamran Ahmed
2022-10-24 13:45:28 +05:00
parent 31d87796f3
commit fb5efa4f6d
5 changed files with 13 additions and 9 deletions

View File

@@ -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',

View File

@@ -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",

View File

@@ -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",

View File

@@ -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 />}

View File

@@ -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>