Skip to content

Commit 4babdac

Browse files
ofriwclaude
andcommitted
Add marketingReality slide type documentation to generator
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bf4a1c7 commit 4babdac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

scripts/generate-presentation.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,19 @@ You must generate a valid JSON file with this structure:
217217
},
218218
"speakerNotes": { ... }
219219
},
220+
{
221+
"type": "marketingReality",
222+
"title": "Marketing vs Reality: What Actually Happens",
223+
"metaphor": {
224+
"label": "Marketing Speak",
225+
"content": ["Metaphorical statement 1", "Metaphorical statement 2"]
226+
},
227+
"reality": {
228+
"label": "Technical Reality",
229+
"content": ["Technical explanation 1", "Technical explanation 2"]
230+
},
231+
"speakerNotes": { ... }
232+
},
220233
{
221234
"type": "visual",
222235
"title": "Visual Component",

0 commit comments

Comments
 (0)