Files
triqura-ecd/content/nl/blog/_series.json
colinislit e7294e712f feat(navigation): add Blog link to Dutch navigation
- Introduced a new link for "Blog" in the navigation JSON file, enhancing user access to blog content.
2026-01-01 09:39:30 +01:00

22 lines
481 B
JSON

{
"series": [
{
"id": "ai-speedrun",
"title": "AI Speedrun",
"description": "4 weken, €200, 1 EPD. De reis van idee naar werkend prototype.",
"color": "teal",
"order": 1,
"status": "completed"
},
{
"id": "cortex-intent",
"title": "Intent Driven Cortex",
"description": "De volgende stap: een AI-copilot die begrijpt wat je wilt.",
"color": "amber",
"order": 2,
"status": "active"
}
]
}