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:
21
content/nl/blog/_series.json
Normal file
21
content/nl/blog/_series.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user