@@ -32,8 +32,8 @@ export const mySidebar: ThemeSidebarMulti = {
3232 { text : 'Schema' , link : 'schema' } ,
3333 { text : '路由' , link : 'router' } ,
3434 { text : 'CRUD' , link : 'CRUD' } ,
35- { text : '分页' , link : 'pagination' } ,
3635 { text : '接口响应' , link : 'response' } ,
36+ { text : '分页' , link : 'pagination' } ,
3737 { text : '自定义异常' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
3838 { text : '节流' , link : 'limit' } ,
3939 { text : '切换数据库' , link : 'db' } ,
@@ -63,13 +63,25 @@ export const mySidebar: ThemeSidebarMulti = {
6363 ] ,
6464 '/plugin/' : [
6565 {
66- text : '插件 ' ,
66+ text : '介绍 ' ,
6767 collapsed : false ,
6868 items : [
6969 { text : '前言' , link : 'before' } ,
70+ { text : '快速开始' , link : 'install' } ,
71+ ]
72+ } ,
73+ {
74+ text : '开发' ,
75+ collapsed : true ,
76+ items : [
7077 { text : '插件开发' , link : 'dev' } ,
7178 { text : '插件发布' , link : 'publish' } ,
72- { text : '安装使用' , link : 'install' } ,
79+ ]
80+ } ,
81+ {
82+ text : '市场' ,
83+ collapsed : false ,
84+ items : [
7385 { text : '插件市场' , badge : { text : 'New' } , link : 'market' } ,
7486 ]
7587 }
0 commit comments