Add linux roadmap

pull/5561/head^2
Kamran Ahmed 6 months ago
parent fd46f026dd
commit d802841f1a
  1. 5
      src/components/TopicDetail/TopicDetail.tsx
  2. 2
      src/data/roadmaps/aws/aws.md
  3. 2
      src/data/roadmaps/game-developer/game-developer.md
  4. 0
      src/data/roadmaps/linux/faqs.astro
  5. 5261
      src/data/roadmaps/linux/linux.json
  6. 59
      src/data/roadmaps/linux/linux.md
  7. 2
      src/data/roadmaps/mlops/mlops.md
  8. 2
      src/data/roadmaps/rust/rust.md
  9. 2
      src/data/roadmaps/technical-writer/technical-writer.md

@ -207,8 +207,9 @@ export function TopicDetail(props: TopicDetailProps) {
}
const hasContent = topicHtml?.length > 0 || links?.length > 0 || topicTitle;
const googleSearchUrl = `https://www.google.com/search?q=${topicHtmlTitle?.toLowerCase()} guide for ${resourceTitle?.toLowerCase()}`;
const youtubeSearchUrl = `https://www.youtube.com/results?search_query=${topicHtmlTitle?.toLowerCase()} for ${resourceTitle?.toLowerCase()}`;
const resourceTitleForSearch = resourceTitle?.toLowerCase()?.replace(/\s+?roadmap/ig, '');
const googleSearchUrl = `https://www.google.com/search?q=${topicHtmlTitle?.toLowerCase()} guide for ${resourceTitleForSearch}`;
const youtubeSearchUrl = `https://www.youtube.com/results?search_query=${topicHtmlTitle?.toLowerCase()} for ${resourceTitleForSearch}`;
return (
<div className={'relative z-50'}>

@ -6,7 +6,7 @@ briefTitle: 'AWS'
briefDescription: 'Step by step guide to learning AWS in 2024'
title: 'AWS Roadmap'
description: 'Step by step guide to learning AWS in 2024'
isNew: true
isNew: false
hasTopics: true
dimensions:
width: 968

@ -6,7 +6,7 @@ briefDescription: 'Roadmap to becoming a Game Developer in 2024'
title: 'Game Developer'
description: 'Roadmap to becoming a Game Developer in 2024'
hasTopics: true
isNew: true
isNew: false
dimensions:
width: 968
height: 2104.59

File diff suppressed because it is too large Load Diff

@ -0,0 +1,59 @@
---
jsonUrl: '/jsons/roadmaps/linux.json'
pdfUrl: '/pdfs/roadmaps/linux.pdf'
order: 14
briefTitle: 'Linux'
briefDescription: 'Step by step guide to learning Linux in 2024'
title: 'Linux Roadmap'
description: 'Step by step guide to learning Linux in 2024'
isNew: true
hasTopics: true
dimensions:
width: 968
height: 2070
schema:
headline: 'Linux Roadmap'
description: 'Learn how to use Linux with this interactive step by step guide in 2024. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.'
imageUrl: 'https://roadmap.sh/roadmaps/linux.png'
datePublished: '2024-04-24'
dateModified: '2024-04-24'
seo:
title: 'Linux Roadmap - roadmap.sh'
description: 'Step by step guide to learn Linux in 2024. We also have resources and short descriptions attached to the roadmap items so you can get everything you want to learn in one place.'
keywords:
- 'linux tutorial'
- 'step by step guide for linux'
- 'linux for beginners'
- 'how to learn linux'
- 'use linux in production'
- 'linux roadmap 2024'
- 'guide to learning linux'
- 'linux roadmap'
- 'linux learning path'
- 'linux learning roadmap'
- 'container roadmap'
- 'linux'
- 'linux learning guide'
- 'linux skills'
- 'linux for development'
- 'linux for development skills'
- 'linux for development skills test'
- 'linux learning guide'
- 'become a linux expert'
- 'linux career path'
- 'learn linux for development'
- 'what is linux'
- 'linux quiz'
- 'linux interview questions'
relatedRoadmaps:
- 'devops'
- 'backend'
- 'docker'
sitemap:
priority: 1
changefreq: 'monthly'
tags:
- 'roadmap'
- 'main-sitemap'
- 'skill-roadmap'
---

@ -7,7 +7,7 @@ briefDescription: 'Step by step guide to learn MLOps in 2024'
title: 'MLOps Roadmap'
description: 'Step by step guide to learn MLOps in 2024'
hasTopics: true
isNew: true
isNew: false
dimensions:
width: 968
height: 1256.63

@ -7,7 +7,7 @@ briefDescription: 'Step by step guide to becoming a Rust developer in 2024'
title: 'Rust Developer'
description: 'Step by step guide to becoming a Rust developer in 2024'
hasTopics: true
isNew: true
isNew: false
dimensions:
width: 968
height: 2220.4

@ -6,7 +6,7 @@ briefDescription: 'Roadmap for anyone looking for a career in technical writing'
title: 'Technical Writer'
description: 'Roadmap for anyone looking for a career in technical writing'
hasTopics: true
isNew: true
isNew: false
dimensions:
width: 968
height: 1958.71

Loading…
Cancel
Save