Add Docker deployment, EU AI Act slide, and chapter name in HUD
Serves the deck via a small nginx container (docker compose up -d). The Dockerfile copies files individually rather than COPY . . so the speaker notes, design docs and local backups stay out of the image. Deck grows to 44 slides: adds a Vibe Coding slide covering AI-assisted programming, an EU AI Act slide with the four risk tiers, and expands the outlook from three to six trends. The HUD now also shows the current chapter name, resolved from the slide manifest.
This commit is contained in:
@@ -44,9 +44,11 @@ const SLIDE_MANIFEST = [
|
||||
{ id: 37, title: "Kapitel 7 · Praxis & Ausblick", kapitel: "Praxis & Ausblick", type: "divider" },
|
||||
{ id: 38, title: "Praktische Tipps", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 39, title: "Agenten selbst bauen: Microsoft Copilot", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 40, title: "Ausblick", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 41, title: "Glossar", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 42, title: "Closing", kapitel: "—", type: "content", locked: true },
|
||||
{ id: 40, title: "Vibe Coding: KI-Unterstützung beim Programmieren", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 41, title: "Ausblick", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 42, title: "EU AI Act: KI nach Risiko sortiert", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 43, title: "Glossar", kapitel: "Praxis & Ausblick", type: "content" },
|
||||
{ id: 44, title: "Closing", kapitel: "—", type: "content", locked: true },
|
||||
];
|
||||
|
||||
const SLIDE_CONFIG_STORAGE_KEY = 'cancomDeckSlideConfig';
|
||||
|
||||
Reference in New Issue
Block a user