Skip to content

Commit 63e34ae

Browse files
authored
Merge branch 'main' into develop
2 parents 3e8fee9 + 43609cc commit 63e34ae

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

sidebars.ts

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
1313
const sidebars: SidebarsConfig = {
1414
networkSidebar: [
1515
"intro",
16-
{
17-
type: "category",
18-
label: "Verifiable AI Hackathon",
19-
collapsed: true,
20-
link: {
21-
type: "doc",
22-
id: "hackathon/onboarding",
23-
},
24-
items: ["hackathon/onboarding", "hackathon/cookbook"],
25-
},
2616
{
2717
type: "category",
2818
label: "Network",
@@ -237,6 +227,20 @@ const sidebars: SidebarsConfig = {
237227
</div>
238228
`,
239229
},
230+
{
231+
type: "html",
232+
value: "<hr>",
233+
},
234+
{
235+
type: "category",
236+
label: "Verifiable AI Hackathon",
237+
collapsed: true,
238+
link: {
239+
type: "doc",
240+
id: "hackathon/onboarding",
241+
},
242+
items: ["hackathon/onboarding", "hackathon/cookbook"],
243+
},
240244
],
241245
};
242246

0 commit comments

Comments
 (0)