From 717d4f8919ae3fb11a782c16c346ee2f236f977d Mon Sep 17 00:00:00 2001 From: Muhammad Niaz Ali Date: Fri, 14 Aug 2026 14:09:26 +0500 Subject: [PATCH 1/3] Fix HTML formatting and clean up readme.md Updated HTML tags for proper closure and formatting. Removed redundant newlines and improved readability. --- readme.md | 43 +++---------------------------------------- 1 file changed, 3 insertions(+), 40 deletions(-) diff --git a/readme.md b/readme.md index ecb203da78b9..364e1f7127a3 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@

roadmap.sh

-

Community-driven roadmaps, articles and resources for developers

+

Community-driven roadmaps, articles and resources for developers

roadmaps @@ -65,8 +65,8 @@ Here is the list of available roadmaps with more being actively worked upon. - [Product Manager Roadmap](https://roadmap.sh/product-manager) - [Engineering Manager Roadmap](https://roadmap.sh/engineering-manager) - [QA Roadmap](https://roadmap.sh/qa) -- [Python Roadmap](https://roadmap.sh/python) -- [Python for Data Analysis Roadmap](https://roadmap.sh/python-data-analysis) +- [Python Roadmap](https://roadmap.sh/python) +- [Python for Data Analysis Roadmap](https://roadmap.sh/python-data-analysis) - [Django Roadmap](https://roadmap.sh/django) - [Power BI Roadmap](https://roadmap.sh/power-bi) - [Software Architect Roadmap](https://roadmap.sh/software-architect) @@ -117,7 +117,6 @@ Here is the list of available roadmaps with more being actively worked upon. - [Ruby on Rails Roadmap](https://roadmap.sh/ruby-on-rails) - [Scala Roadmap](https://roadmap.sh/scala) - There are also interactive best practices: - [Backend Performance Best Practices](https://roadmap.sh/best-practices/backend-performance) @@ -149,39 +148,3 @@ Please consider sharing a post about [roadmap.sh](https://roadmap.sh) and the va ## Repository Structure This repository holds the content behind the roadmaps on [roadmap.sh](https://roadmap.sh). - -``` -roadmaps//content/@.md -``` - -Each markdown file is the content of a single topic on a roadmap. The node id in -the file name is what links it to the topic, so please keep file names intact. -Merged changes are synced to the website automatically. - -```bash -git clone git@github.com:nilbuild/developer-roadmap.git --depth 1 -cd developer-roadmap -``` - -`scripts/` holds the sync tooling used by the maintainers, see -[scripts/readme.md](./scripts/readme.md) for details. - -## Contribution - -> Have a look at [contribution docs](./contributing.md) for how to update any of the roadmaps - -- Add content to roadmaps -- Add new roadmaps -- Suggest changes to existing roadmaps -- Discuss ideas in issues -- Spread the word - -## Thanks to all contributors ❤ - - - - - -## License - -Have a look at the [license file](./license) for details From 44449d8ffe1ff338a181b0b83f4d571becf5e394 Mon Sep 17 00:00:00 2001 From: Muhammad Niaz Ali Date: Sun, 16 Aug 2026 13:35:06 +0500 Subject: [PATCH 2/3] Fix typo in sharing message in readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 364e1f7127a3..a5a5088cc9b1 100644 --- a/readme.md +++ b/readme.md @@ -137,7 +137,7 @@ There are also interactive best practices: ## Share with the community -Please consider sharing a post about [roadmap.sh](https://roadmap.sh) and the value it provides. It really does help! +Please consider sharing a post about, [roadmap.sh](https://roadmap.sh) and the value it provides. It really does help! [![GitHub Repo stars](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://roadmap.sh&title=Interactive%20roadmaps,%20guides%20and%20other%20educational%20content%20for%20Developers) [![GitHub Repo stars](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://roadmap.sh) From 90f7296074affa38fed4127bcd60f4e5fbee25de Mon Sep 17 00:00:00 2001 From: Muhammad Niaz Ali Date: Sun, 16 Aug 2026 16:51:11 +0500 Subject: [PATCH 3/3] Fix formatting in sharing section of README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a5a5088cc9b1..364e1f7127a3 100644 --- a/readme.md +++ b/readme.md @@ -137,7 +137,7 @@ There are also interactive best practices: ## Share with the community -Please consider sharing a post about, [roadmap.sh](https://roadmap.sh) and the value it provides. It really does help! +Please consider sharing a post about [roadmap.sh](https://roadmap.sh) and the value it provides. It really does help! [![GitHub Repo stars](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://roadmap.sh&title=Interactive%20roadmaps,%20guides%20and%20other%20educational%20content%20for%20Developers) [![GitHub Repo stars](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://roadmap.sh)