Skip to content

Commit

Permalink
Remove Hackathon folder from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Oct 28, 2024
1 parent f605c0a commit b0b6436
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ export default defineConfig({
label: "Usage Examples",
autogenerate: { directory: "usage-examples", collapsed: true },
},
{
label: "Arcade Hackathon Project",
autogenerate: { directory: "arcade-hackathon-project", collapsed: true },
},
// {
// label: "Arcade Hackathon Project",
// autogenerate: { directory: "arcade-hackathon-project", collapsed: true },
// },
],

}),
Expand Down

0 comments on commit b0b6436

Please sign in to comment.