Right now Learn page reads specifically from https://raw.githubusercontent.com/CCA-Coding-Club/Discord-with-Python/main
This means if we want to add new paths, we would have to modify the hard code on the website and not just add a new folder to a specific repository.
I would recommend us redesign so it reads from one generic repository, and we only need to push to that one repository to add new learning paths. We can make it so we can reference other repositories from different paths, but I don't think we should hard code new repositories to add new paths.
Right now Learn page reads specifically from https://raw.githubusercontent.com/CCA-Coding-Club/Discord-with-Python/main
This means if we want to add new paths, we would have to modify the hard code on the website and not just add a new folder to a specific repository.
I would recommend us redesign so it reads from one generic repository, and we only need to push to that one repository to add new learning paths. We can make it so we can reference other repositories from different paths, but I don't think we should hard code new repositories to add new paths.