Skip to content

Commit

Permalink
Move badge on sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Dec 17, 2024
1 parent 2588ffb commit bfbffbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ export default defineConfig({
{ label: "Resource Bundles", autogenerate: { directory: "guides/Resource-Bundles", collapsed: false } },
{ label: "Utilities", autogenerate: { directory: "guides/Utilities", collapsed: false } },
],
badge: "New",
// autogenerate: { directory: "guides", collapsed: true },
},
{
label: "Usage Examples",
autogenerate: { directory: "usage-examples", collapsed: true },
badge: "New",
},
{
label: "Beyond SplashKit",
Expand Down

0 comments on commit bfbffbc

Please sign in to comment.