refactor: top-down curriculum build (#61459)

This commit is contained in:
Oliver Eyton-Williams
2025-08-26 12:37:26 +02:00
committed by GitHub
parent 45c098d506
commit a801d503bc
14264 changed files with 4300 additions and 3151 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "Basic Function Projects",
"isUpcomingChange": false,
"dashedName": "top-basic-function-projects",
"helpCategory": "Odin",
"order": 13,
"superBlock": "the-odin-project",
"challengeOrder": [
{
"id": "6619240f46cec8e04d77e03a",
"title": "Basic Functions Exercise A"
},
{
"id": "661e131f068359c3ccf2f4d6",
"title": "Basic Functions Exercise B"
},
{
"id": "661e151f068359c3ccf2f4d7",
"title": "Basic Functions Exercise C"
},
{
"id": "661e17c6068359c3ccf2f4d8",
"title": "Basic Functions Exercise D"
}
],
"blockLayout": "legacy-challenge-list"
}