Skip to content

Commit

Permalink
chore: Update navbar content and add installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark West committed May 22, 2024
1 parent 7468a6b commit 078fe4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
1 change: 1 addition & 0 deletions docs/Installatie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Installatie
45 changes: 3 additions & 42 deletions docs/NavbarContent.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@
"link": "/"
}
},
{
"label": "Services",
"type": "internalMarkdown",
"current": {
"pathname": "/Docs/CONTRIBUTING"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Docs",
"fileName": "CONTRIBUTING"
}
}
},
{
"label": "Handleidingen",
"current": {
Expand All @@ -43,15 +30,15 @@
}
},
{
"label": "Architectuur",
"label": "Kosten",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Architectuur"
"pathname": "/Handleidingen/Kosten"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"fileName": "Architectuur"
"fileName": "Kosten"
}
}
},
Expand All @@ -67,32 +54,6 @@
"fileName": "Features"
}
}
},
{
"label": "Roadmap",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Features"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"fileName": "Features"
}
}
},
{
"label": "Tutorial",
"type": "internalMarkdown",
"current": {
"pathname": "/Handleidingen/Testen"
},
"handleClick": {
"internalMarkdown": {
"directoryName": "Handleidingen",
"fileName": "Testen"
}
}
}
]
}
Expand Down

0 comments on commit 078fe4d

Please sign in to comment.