Skip to content

Commit cc320a7

Browse files
committed
docs: remove performance description
1 parent 17c1eb5 commit cc320a7

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

packages/docs/.vitepress/en.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ function sidebarGuide() {
6666
{ text: 'Plugin', link: 'plugin' },
6767
],
6868
},
69-
{
70-
text: 'Performance',
71-
base: '/guide/performance/',
72-
items: [
73-
{ text: 'Benchmark Report', link: 'benchmark' },
74-
],
75-
},
69+
// {
70+
// text: 'Performance',
71+
// base: '/guide/performance/',
72+
// items: [
73+
// { text: 'Benchmark Report', link: 'benchmark' },
74+
// ],
75+
// },
7676
{
7777
text: 'API Reference',
7878
base: '/guide/api/',

packages/docs/.vitepress/zh.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ function sidebarGuide() {
9090
{ text: '插件', link: 'plugin' },
9191
],
9292
},
93-
{
94-
text: '性能',
95-
base: '/zh/guide/performance/',
96-
items: [
97-
{ text: '基准测试报告', link: 'benchmark' },
98-
],
99-
},
93+
// {
94+
// text: '性能',
95+
// base: '/zh/guide/performance/',
96+
// items: [
97+
// { text: '基准测试报告', link: 'benchmark' },
98+
// ],
99+
// },
100100
{
101101
text: 'API参考',
102102
base: '/zh/guide/api/',

0 commit comments

Comments
 (0)