Skip to content

Commit d89db03

Browse files
fix(sidebar): benchmakr sidebar added
1 parent e4338ea commit d89db03

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

docs/benchmarks/mecha-comet-benchmark.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import GeekbenchChart from './GeekbenchChart.js';
2-
import ByteUnixBenchmarkChart from './ByteUnixBenchmarksChart.js';
2+
33

44

55
# Mecha Comet Benchmark

docs/sidebars.js

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)