File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff 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/' ,
Original file line number Diff line number Diff 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/' ,
You can’t perform that action at this time.
0 commit comments