We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2242bb commit 1e03ae7Copy full SHA for 1e03ae7
packages/docs/.vitepress/en.ts
@@ -32,10 +32,10 @@ function nav() {
32
text: 'API',
33
link: '/guide/api/core',
34
},
35
- {
36
- text: 'Performance',
37
- link: '/guide/performance/benchmark',
38
- },
+ // {
+ // text: 'Performance',
+ // link: '/guide/performance/benchmark',
+ // },
39
]
40
}
41
packages/docs/.vitepress/zh.ts
@@ -56,10 +56,10 @@ function nav() {
56
text: 'API参考',
57
link: '/zh/guide/api/core',
58
59
60
- text: '性能',
61
- link: '/zh/guide/performance/benchmark',
62
+ // text: '性能',
+ // link: '/zh/guide/performance/benchmark',
63
64
65
0 commit comments