Skip to content

Commit

Permalink
Tweak sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
aduros committed Jun 2, 2024
1 parent 9e87870 commit 18b6eca
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions site/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ module.exports = {
],
},
{
type: "category",
label: "Tutorials",
collapsible: false,
items: [
type: "category",
label: "Tutorials",
collapsible: false,
items: [
{
type: "category",
label: "Snake",
Expand All @@ -74,14 +74,7 @@ module.exports = {
"tutorials/snake/further-ideas",
"tutorials/snake/publish-your-game",
]
}
]
},
{
type: "category",
label: "Tutorials",
collapsible: false,
items: [
},
{
type: "category",
label: "Making music with IWAS",
Expand All @@ -93,7 +86,7 @@ module.exports = {
"tutorials/iwas/finishing-the-sequencer",
]
}
]
]
}
],
};

0 comments on commit 18b6eca

Please sign in to comment.