Skip to content

Commit

Permalink
Fix sidebar organization
Browse files Browse the repository at this point in the history
  • Loading branch information
InfraredAces committed Oct 3, 2024
1 parent df7ae85 commit 29669ad
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions sidebarsDevelopment.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,32 @@
"contribution-guide",
{
"type": "category",
"label": "Firmware",

"label": "Firmware Development",
"collapsed": false,
"items": ["firmware-development"]
"items": [
{
"type": "category",
"label": "Build, Compile, Debug",
"collapsed": false,
"items": [
"build-environment",
"board-configuration",
"compile-firmware",
"debugging"
]
},
"modifying-gamepad-state",
{
"type": "category",
"label": "Add-ons",
"collapsed": false,
"items": [
"add-on-basics",
"add-on-core-functionality"
]
}
]
},
{
"type": "category",
Expand Down

0 comments on commit 29669ad

Please sign in to comment.