The Roadmap component currently hardcodes all the markdown data for Golang roadmap: https://github.com/learn-awesome/learndb/blob/main/src/Roadmap.svelte
We need to separate the content from this component and load it from JSON/Markdown files elsewhere in the repo. The end goal is to make it really easy to create interactive roadmaps for new topics.
The Roadmap component currently hardcodes all the markdown data for Golang roadmap: https://github.com/learn-awesome/learndb/blob/main/src/Roadmap.svelte
We need to separate the content from this component and load it from JSON/Markdown files elsewhere in the repo. The end goal is to make it really easy to create interactive roadmaps for new topics.