File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,6 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
1313const 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
You can’t perform that action at this time.
0 commit comments