@@ -6,7 +6,7 @@ export const mySidebar: ThemeSidebarMulti = {
66 {
77 text : '介绍' ,
88 collapsed : false ,
9- prefix : 'summary/' ,
9+ prefix : '/backend/ summary/' ,
1010 items : [
1111 { text : '简介' , link : 'intro' } ,
1212 { text : '快速开始' , link : 'quick-start' } ,
@@ -17,7 +17,7 @@ export const mySidebar: ThemeSidebarMulti = {
1717 {
1818 text : '编辑器' ,
1919 collapsed : false ,
20- prefix : 'ide/' ,
20+ prefix : '/backend/ ide/' ,
2121 items : [
2222 { text : 'Visual Studio Code' , link : 'vscode' } ,
2323 { text : 'Cursor' , link : 'cursor' } ,
@@ -26,7 +26,7 @@ export const mySidebar: ThemeSidebarMulti = {
2626 {
2727 text : '参考' ,
2828 collapsed : false ,
29- prefix : 'reference/' ,
29+ prefix : '/backend/ reference/' ,
3030 items : [
3131 { text : '配置' , link : 'config' } ,
3232 { text : 'CLI' , link : 'cli' } ,
@@ -57,7 +57,7 @@ export const mySidebar: ThemeSidebarMulti = {
5757 {
5858 text : '部署' ,
5959 collapsed : false ,
60- prefix : 'deploy/' ,
60+ prefix : '/backend/ deploy/' ,
6161 items : [
6262 { text : 'Docker' , link : 'Docker' } ,
6363 { text : '传统' , link : 'legacy' } ,
@@ -69,31 +69,31 @@ export const mySidebar: ThemeSidebarMulti = {
6969 text : '介绍' ,
7070 collapsed : false ,
7171 items : [
72- { text : '前言' , link : 'before' } ,
72+ { text : '前言' , link : '/plugin/ before' } ,
7373 { text : '插件市场' , badge : { text : 'HOT' , type : 'danger' } , link : '/market' } ,
7474 ]
7575 } ,
7676 {
7777 text : '开发' ,
7878 collapsed : false ,
7979 items : [
80- { text : '插件开发' , link : 'dev' } ,
81- { text : '插件分享' , link : 'share' } ,
80+ { text : '插件开发' , link : '/plugin/ dev' } ,
81+ { text : '插件分享' , link : '/plugin/ share' } ,
8282 ]
8383 } ,
8484 {
8585 text : '使用' ,
8686 collapsed : false ,
8787 items : [
88- { text : '插件安装' , link : 'install' }
88+ { text : '插件安装' , link : '/plugin/ install' }
8989 ]
9090 }
9191 ] ,
9292 '/frontend/' : [
9393 {
9494 text : '介绍' ,
9595 collapsed : false ,
96- prefix : 'summary/' ,
96+ prefix : '/frontend/ summary/' ,
9797 items : [
9898 { text : '简介' , link : 'intro' } ,
9999 { text : '快速开始' , link : 'quick-start' } ,
@@ -102,7 +102,7 @@ export const mySidebar: ThemeSidebarMulti = {
102102 {
103103 text : '部署' ,
104104 collapsed : false ,
105- prefix : 'deploy/' ,
105+ prefix : '/frontend/ deploy/' ,
106106 items : [
107107 { text : 'Docker' , link : 'docker' } ,
108108 { text : '传统' , link : 'legacy' } ,
0 commit comments