Remove numbers from rust entries

This commit is contained in:
Daniel Kluge 2022-08-22 14:30:16 +02:00
parent 49087480b1
commit dcd042972c

View File

@ -36,15 +36,15 @@
"Everything is in German as these notes are mostly meant for me." "Everything is in German as these notes are mostly meant for me."
], ],
"entries": [ "entries": [
{ "title": "00 - Hello World", "filename": "00 - Hello World"}, { "title": "Hello World", "filename": "00 - Hello World"},
{ "title": "01 - Cargo", "filename": "01 - Cargo"}, { "title": "Cargo", "filename": "01 - Cargo"},
{ "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"}, { "title": "Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"},
{ "title": "03 - Basics", "filename": "03 - Concepts"}, { "title": "Basics", "filename": "03 - Concepts"},
{ "title": "04 - Ownership", "filename": "04 - Ownership"}, { "title": "Ownership", "filename": "04 - Ownership"},
{ "title": "05 - Structs", "filename": "05 - Structs"}, { "title": "Structs", "filename": "05 - Structs"},
{ "title": "06 - Enums", "filename": "06 - Enums"}, { "title": "Enums", "filename": "06 - Enums"},
{ "title": "07 - Crates & Modules", "filename": "07 - Management"}, { "title": "Crates & Modules", "filename": "07 - Management"},
{ "title": "08 - Collections", "filename": "08 - Collections"} { "title": "Collections", "filename": "08 - Collections"}
] ]
}, },
{ {