Replies: 3 comments 10 replies
-
A draft solution would be to have separate folders based on common topics like each folder will have a {
"links":[
{
"title": "dksjklds",
"url": "https://url.com",
"type": "book",
"level": "beginner",
"reviews": [
{
"comment": "Costly, But Worth the money!"
}
]
},
{
"title": "dksjklds",
"url": "https://url.com",
"category": "video",
"reviews": [
{
"comment": "Costly, But Worth the money!"
}
]
}
]
} List of resource types:
a different json file called
We use these json files to automatically create the well structured README. Pros
Cons
|
Beta Was this translation helpful? Give feedback.
-
Thread for categories to includeAll these categories will be folders, followed by JSON files for each. E.g
Reply below for suggestions |
Beta Was this translation helpful? Give feedback.
-
Hey, we have finally re-structured the way we store resource links. The JSON schema is available here https://github.com/developersIndia/resources/blob/master/resource.schema Closing this for now. Feel free to open up a new discussion for further development & questions |
Beta Was this translation helpful? Give feedback.
-
Right now everything is messy
Need an automated way to cleanly manage all resource without the need of a website.
All suggestions are welcome 🙏🏽
Beta Was this translation helpful? Give feedback.
All reactions