Files
triqura-ecd/content/nl/navigation.json
colinislit 8e08cdc09f refactor: rename 'Releases' to 'Documentatie'
Changed terminology from release notes to feature documentation
to better reflect the continuous build-in-public approach.

Changes:
- Navigation: "Releases" → "Documentatie"
- Page titles: "Release Notes" → "Feature Documentatie"
- Metadata descriptions updated
- Timeline link text updated
- Sidebar heading updated
- Template and example docs updated

The /releases route remains the same for stability,
but all user-facing text now says "Documentatie".

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 21:18:32 +01:00

19 lines
240 B
JSON

{
"logo": "AI SPEEDRUN",
"links": [
{
"label": "Documentatie",
"href": "/releases"
},
{
"label": "Contact",
"href": "/contact"
},
{
"label": "Login",
"href": "/login"
}
]
}