File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11import GeekbenchChart from ' ./GeekbenchChart.js' ;
2- import ByteUnixBenchmarkChart from ' ./ByteUnixBenchmarksChart.js ' ;
2+
33
44
55# Mecha Comet Benchmark
Original file line number Diff line number Diff line change @@ -98,7 +98,13 @@ const sidebars = {
9898 label : "Resources" ,
9999 items : [ "comet/resources/datasheets" ] ,
100100 } ,
101-
101+ {
102+ type : "category" ,
103+ label : "Benchmarks" ,
104+ items : [
105+ "benchmarks/mecha-comet-benchmark" ,
106+ ] ,
107+ } ,
102108 {
103109 type : "category" ,
104110 label : "Advanced" ,
@@ -140,16 +146,6 @@ const sidebars = {
140146 ] ,
141147 } ,
142148 ] ,
143- benchmarkSidebar : [
144- //we need only one sidebar for all the sections that that is called benchmark
145- {
146- type : "category" ,
147- label : "Benchmarks" ,
148- items : [
149- "benchmarks/mecha-comet-benchmark" ,
150- ] ,
151- } ,
152- ] ,
153149 mechanixSidebar : [
154150 "mechanix/intro" ,
155151 {
You can’t perform that action at this time.
0 commit comments