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.
This commit is contained in:
colinislit
2026-01-01 09:39:30 +01:00
parent c1dc92035b
commit e7294e712f
10 changed files with 1385 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"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"
}
]
}