Please make sure you maintain current code style.
- Open db.json, add a new definition under
defs
.
{
"key": "java",
"name": "Java",
"repo": "/akullpp/awesome-java",
"file": "README.md"
}
The file
atrribute is optional, by default it is README.md
.
- Register the key of the list under
groups
.
{
"title": "JVM",
"items": [
"java",
"scala"
]
}