From dcd042972c3c4097ef7588b5c6888925630a3dcb Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 22 Aug 2022 14:30:16 +0200 Subject: [PATCH] Remove numbers from rust entries --- list.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/list.json b/list.json index 770b4e0..cb055a7 100644 --- a/list.json +++ b/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"} ] }, {