Skip to content

Commit 1e03ae7

Browse files
committed
docs: remove performance
1 parent a2242bb commit 1e03ae7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/docs/.vitepress/en.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ function nav() {
3232
text: 'API',
3333
link: '/guide/api/core',
3434
},
35-
{
36-
text: 'Performance',
37-
link: '/guide/performance/benchmark',
38-
},
35+
// {
36+
// text: 'Performance',
37+
// link: '/guide/performance/benchmark',
38+
// },
3939
]
4040
}
4141

packages/docs/.vitepress/zh.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ function nav() {
5656
text: 'API参考',
5757
link: '/zh/guide/api/core',
5858
},
59-
{
60-
text: '性能',
61-
link: '/zh/guide/performance/benchmark',
62-
},
59+
// {
60+
// text: '性能',
61+
// link: '/zh/guide/performance/benchmark',
62+
// },
6363
]
6464
}
6565

0 commit comments

Comments
 (0)