Remove numbers from rust entries
This commit is contained in:
parent
49087480b1
commit
dcd042972c
18
list.json
18
list.json
@ -36,15 +36,15 @@
|
||||
"Everything is in German as these notes are mostly meant for me."
|
||||
],
|
||||
"entries": [
|
||||
{ "title": "00 - Hello World", "filename": "00 - Hello World"},
|
||||
{ "title": "01 - Cargo", "filename": "01 - Cargo"},
|
||||
{ "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"},
|
||||
{ "title": "03 - Basics", "filename": "03 - Concepts"},
|
||||
{ "title": "04 - Ownership", "filename": "04 - Ownership"},
|
||||
{ "title": "05 - Structs", "filename": "05 - Structs"},
|
||||
{ "title": "06 - Enums", "filename": "06 - Enums"},
|
||||
{ "title": "07 - Crates & Modules", "filename": "07 - Management"},
|
||||
{ "title": "08 - Collections", "filename": "08 - Collections"}
|
||||
{ "title": "Hello World", "filename": "00 - Hello World"},
|
||||
{ "title": "Cargo", "filename": "01 - Cargo"},
|
||||
{ "title": "Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"},
|
||||
{ "title": "Basics", "filename": "03 - Concepts"},
|
||||
{ "title": "Ownership", "filename": "04 - Ownership"},
|
||||
{ "title": "Structs", "filename": "05 - Structs"},
|
||||
{ "title": "Enums", "filename": "06 - Enums"},
|
||||
{ "title": "Crates & Modules", "filename": "07 - Management"},
|
||||
{ "title": "Collections", "filename": "08 - Collections"}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user