Skip to content

Commit 89129bd

Browse files
authored
fix(sidebar): unlist hackathon sidebar (#573)
2 parents 358940d + 3a00158 commit 89129bd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sidebars.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ const sidebars: SidebarsConfig = {
1616
{
1717
type: "category",
1818
label: "Verifiable AI Hackathon",
19+
collapsed: true,
1920
link: {
20-
type: "generated-index",
21+
type: "doc",
22+
id: "hackathon/onboarding",
2123
},
22-
collapsed: true,
23-
items: [{ type: "autogenerated", dirName: "hackathon" }],
24+
items: ["hackathon/onboarding"],
2425
},
2526
{
2627
type: "category",

0 commit comments

Comments
 (0)