From fab129cc9082d63e3ad90909ced80214c8b09d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik=20Vo=C3=9Fkamp?= Date: Thu, 23 Oct 2025 11:13:36 +0200 Subject: [PATCH 1/2] Add sveltekit to the framework options --- priv/repo/data/frameworks.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/priv/repo/data/frameworks.json b/priv/repo/data/frameworks.json index 6e4a503..cefa1c8 100644 --- a/priv/repo/data/frameworks.json +++ b/priv/repo/data/frameworks.json @@ -57,6 +57,10 @@ }, { "name": "Ash", - "icon_name": "ash" + "icon_name": "ash" + }, + { + "name": "Svelte", + "icon_name": "svelte" } -] +] \ No newline at end of file From 0170f0b5ba6375eca0bc3907a9ddcfdb99e17500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik=20Vo=C3=9Fkamp?= Date: Thu, 23 Oct 2025 11:18:41 +0200 Subject: [PATCH 2/2] Add two svelte courses --- priv/repo/data/courses.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/priv/repo/data/courses.json b/priv/repo/data/courses.json index ca0fb71..377d35d 100644 --- a/priv/repo/data/courses.json +++ b/priv/repo/data/courses.json @@ -1708,5 +1708,27 @@ "framework_names": ["Ash"], "tool_names": [], "fundamentals_names": [] + }, + { + "name": "The Complete Svelte 5 Course For The Most Loved JavaScript Framework", + "youtube_course_id": "B2MhkPtBWs4", + "locale": "en", + "language_names": [], + "framework_names": [ + "Svelte" + ], + "tool_names": [], + "fundamentals_names": [] + }, + { + "name": "Full Stack SvelteKit CRUD App Using Remote Functions Tutorial", + "youtube_course_id": "Ldnmirx0QtI", + "locale": "en", + "language_names": [], + "framework_names": [ + "Svelte" + ], + "tool_names": [], + "fundamentals_names": [] } ]