Skip to content

Commit

Permalink
chore: Update navbar links to use \/Docs\ instead of \/Documentatie\
Browse files Browse the repository at this point in the history
  • Loading branch information
MWest2020 committed May 22, 2024
1 parent fc494d0 commit cdbe217
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/NavbarContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,31 @@
{
"label": "Documentatie",
"current": {
"pathname": "/Documentatie"
"pathname": "/Docs"
},
"subItems": [
{
"label": "Installatie",
"type": "internalMarkdown",
"current": {
"pathname": "/Documentatie/Installatie"
"pathname": "/Docs/Installatie"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Documentatie",
"directoryName": "Docs",
"fileName": "Installatie"
}
}
},
{
"label": "IKosten",
"label": "Kosten",
"type": "internalMarkdown",
"current": {
"pathname": "/Documentatie/Kosten"
"pathname": "/Docs/Kosten"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Documentatie",
"directoryName": "Docs",
"fileName": "Kosten"
}
}
Expand All @@ -59,11 +59,11 @@
"label": "Architectuur",
"type": "internalMarkdown",
"current": {
"pathname": "/Documentatie/Architectuur"
"pathname": "/Docs/Architectuur"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Documentatie",
"directoryName": "Docs",
"fileName": "Architectuur"
}
}
Expand All @@ -72,11 +72,11 @@
"label": "Functionaliteit",
"type": "internalMarkdown",
"current": {
"pathname": "/Documenten/Features"
"pathname": "/Docs/Features"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Documenten",
"directoryName": "Docs",
"fileName": "Features"
}
}
Expand Down

0 comments on commit cdbe217

Please sign in to comment.