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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
18
content/nl/blog/ai-speedrun/week-1-kickoff.mdx
Normal file
18
content/nl/blog/ai-speedrun/week-1-kickoff.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Week 1: De Kickoff"
|
||||
description: "Hoe bouw je een EPD in 4 weken? Het begin van de AI Speedrun reis."
|
||||
date: "2024-11-15"
|
||||
published: true
|
||||
seriesOrder: 1
|
||||
tags:
|
||||
- AI
|
||||
- Development
|
||||
- EPD
|
||||
---
|
||||
|
||||
## De Start
|
||||
|
||||
Placeholder voor je eerste AI Speedrun blogpost.
|
||||
|
||||
Vervang deze content met je LinkedIn post.
|
||||
|
||||
18
content/nl/blog/cortex-intent/introductie.mdx
Normal file
18
content/nl/blog/cortex-intent/introductie.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Introductie: Intent Driven Cortex"
|
||||
description: "De volgende evolutie van het EPD: een AI-copilot die begrijpt wat je wilt bereiken."
|
||||
date: "2025-01-01"
|
||||
published: true
|
||||
seriesOrder: 1
|
||||
tags:
|
||||
- AI
|
||||
- Cortex
|
||||
- Intent
|
||||
---
|
||||
|
||||
## Een Nieuwe Aanpak
|
||||
|
||||
Placeholder voor je eerste Cortex Intent blogpost.
|
||||
|
||||
Vervang deze content met je nieuwe serie over het intent-driven EPD.
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"logo": "AI SPEEDRUN",
|
||||
"links": [
|
||||
{
|
||||
"label": "Blog",
|
||||
"href": "/blog"
|
||||
},
|
||||
{
|
||||
"label": "Documentatie",
|
||||
"href": "/documentatie"
|
||||
|
||||
Reference in New Issue
Block a user