Skip to content

Commit 5e5ae9d

Browse files
committed
chore: hide tutorials
1 parent 0f16a5e commit 5e5ae9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astro.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ export default defineConfig({
1616
label: 'Guides',
1717
autogenerate: { directory: 'guide' },
1818
},
19-
{
20-
label: 'Tutorials',
21-
autogenerate: { directory: 'tutorial' },
22-
},
19+
// {
20+
// label: 'Tutorials',
21+
// autogenerate: { directory: 'tutorial' },
22+
// },
2323
{
2424
label: 'Understanding LavaMoat',
2525
autogenerate: { directory: 'about' },

0 commit comments

Comments
 (0)