From 5e9ecdb33541112e96bc2575bd85cec202cdc1f7 Mon Sep 17 00:00:00 2001 From: tale-bot Date: Tue, 23 Jun 2026 10:50:30 +0000 Subject: [PATCH] feat(platform): in-app help & learning center with eLearning content (#1922) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an in-app Help & learning center at /dashboard/help covering the three pillars from the issue: LLM fundamentals, platform how-tos, and the opportunities & risks of AI (responsible-use guidance). - New route app/routes/dashboard/help.tsx: a localized master-detail learning portal (curriculum sidebar + lesson content), deep-linkable via ?lesson=. - app/features/help/content.ts: curriculum structure (categories, lessons, reading time, optional self-hosted video src); all copy resolved from i18n. - LessonVideo: self-hosted