Files
triqura-ecd/content/nl/navigation.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

19 lines
238 B
JSON

{
"logo": "AI SPEEDRUN",
"links": [
{
"label": "Blog",
"href": "/blog"
},
{
"label": "Documentatie",
"href": "/documentatie"
},
{
"label": "Login",
"href": "/login"
}
]
}