learndb icon indicating copy to clipboard operation
learndb copied to clipboard

Make it easy to create new interactive roadmaps

Open nileshtrivedi opened this issue 2 years ago • 3 comments

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.

nileshtrivedi avatar Feb 23 '23 20:02 nileshtrivedi

@nileshtrivedi Will work on this too as a part of #63

A-HK avatar Mar 04 '23 07:03 A-HK

Hey @nileshtrivedi, I would like to participate in this.. Will ask you if I have any doubts..

PR454D avatar Oct 07 '23 09:10 PR454D

Sure, @PR454D . Do check out the existing Roadmap.svelte and roadmapAlt.svelte components.

nileshtrivedi avatar Oct 09 '23 05:10 nileshtrivedi