Skip to content

Commit

Permalink
Closes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent 81c9314 commit 7a534cb
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions src/lib/data/entries/checklist_nibabies.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
{
"url_type": "Source code",
"url": "https://github.com/nipreps/nibabies"
},
{
"url_type": "Documentation",
"url": "https://nibabies.readthedocs.io/en/latest/"
}
],
"documentation": {
Expand All @@ -14,14 +18,14 @@
"4": true,
"5": true,
"6": true,
"7": false,
"7": true,
"8": true,
"9": true
},
"silver": {
"1": false,
"2": false,
"3": true,
"2": true,
"3": false,
"4": true,
"5": true,
"6": true
Expand All @@ -30,7 +34,7 @@
"1": true,
"2": true,
"3": true,
"4": true,
"4": false,
"5": false,
"6": false
}
Expand All @@ -54,22 +58,22 @@
"1": true,
"2": true,
"3": false,
"4": false,
"5": false
"4": true,
"5": true
}
},
"testing": {
"bronze": {
"1": true,
"2": true
"2": false
},
"silver": {
"1": true,
"2": false
"2": true
},
"gold": {
"1": false,
"2": false
}
}
}
}

0 comments on commit 7a534cb

Please sign in to comment.