We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2419c53 commit 719343cCopy full SHA for 719343c
astro.config.mjs
@@ -13,14 +13,15 @@ export default defineConfig({
13
sidebar: [
14
{
15
label: 'Projects',
16
- items: [
17
- // Each item here is one entry in the navigation menu.
18
- { label: 'placeholder', slug: 'projects/placeholder' },
19
- ],
+ autogenerate: { directory: 'projects' },
20
},
21
22
- label: 'Reference',
23
- autogenerate: { directory: 'reference' },
+ label: 'Club Stuff',
+ autogenerate: { directory: 'clubs' },
+ },
+ {
+ label: 'Misc',
24
+ autogenerate: { directory: 'misc' },
25
26
],
27
}),
src/content/docs/reference/example.md src/content/docs/clubs/example.mdsrc/content/docs/reference/example.md renamed to src/content/docs/clubs/example.md
0 commit comments