mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-18 19:00:54 -04:00
feat(learn): add catalog (#65596)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Data Structures: Lists and Tuples",
|
||||
"blockLabel": "lecture",
|
||||
"blockLayout": "challenge-list",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "learn-python-data-structures",
|
||||
"helpCategory": "Python",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "39a400e9163c5a0b33587e18",
|
||||
"title": "Lists"
|
||||
},
|
||||
{
|
||||
"id": "24a45b3960b3aa68dff2cd9e",
|
||||
"title": "List Functions"
|
||||
},
|
||||
{
|
||||
"id": "5ed596ba3306cf2c1a94bb92",
|
||||
"title": "Tuples"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user