1- import { SidebarMulti } from "vuepress-theme-plume/lib/shared" ;
1+ import { text } from "mermaid/dist/rendering-util/rendering-elements/shapes/text.js" ;
2+ import { SidebarMulti } from "vuepress-theme-plume/lib/shared" ;
23
34
45export const mySidebar : SidebarMulti = {
@@ -8,53 +9,62 @@ export const mySidebar: SidebarMulti = {
89 collapsed : false ,
910 prefix : 'summary/' ,
1011 items : [
11- { text : '简介' , link : 'intro' } ,
12- { text : '快速开始' , link : 'quick-start' } ,
13- { text : 'Visual Studio Code' , link : 'vscode' } ,
14- { text : '为什么选择我们?' , link : 'why' } ,
15- { text : '精简版' , link : 'fsm' } ,
12+ { text : '简介' , link : 'intro' } ,
13+ { text : '快速开始' , link : 'quick-start' } ,
14+ { text : '为什么选择我们?' , link : 'why' } ,
15+ { text : '精简版' , link : 'fsm' } ,
16+ ]
17+ } ,
18+ {
19+ text : '编辑器' ,
20+ collapsed : false ,
21+ prefix : 'ide/' ,
22+ items : [
23+ { text : 'Visual Studio Code' , link : 'vscode' } ,
24+ { text : 'Cursor' , link : 'cursor' } ,
1625 ]
1726 } ,
1827 {
1928 text : '参考' ,
2029 collapsed : false ,
2130 prefix : 'reference/' ,
2231 items : [
23- { text : '路由' , link : 'router' } ,
24- { text : 'CRUD' , link : 'CRUD' } ,
25- { text : '接口响应' , link : 'response' } ,
26- { text : '分页' , link : 'pagination' } ,
27- { text : '自定义异常' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
28- { text : '切换数据库' , link : 'db' } ,
29- { text : '鉴权' , link : 'permission' } ,
30- { text : 'JWT' , link : 'jwt' } ,
31- { text : 'RBAC' , link : 'RBAC' } ,
32- { text : '数据规则' , link : '/planet' , icon : 'fluent-color:video-16' } ,
33- { text : '代码生成' , link : 'code-generation' } ,
34- { text : '跨域' , link : 'CORS' } ,
35- { text : '事务' , link : 'transaction' } ,
36- { text : 'Celery' , link : '/planet' , icon : 'fluent-color:video-16' } ,
37- { text : 'APScheduler' , link : 'apscheduler' } ,
32+ { text : '路由' , link : 'router' } ,
33+ { text : 'CRUD' , link : 'CRUD' } ,
34+ { text : 'Schema' , link : 'schema' } ,
35+ { text : '接口响应' , link : 'response' } ,
36+ { text : '分页' , link : 'pagination' } ,
37+ { text : '自定义异常' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
38+ { text : '切换数据库' , link : 'db' } ,
39+ { text : '鉴权' , link : 'permission' } ,
40+ { text : 'JWT' , link : 'jwt' } ,
41+ { text : 'RBAC' , link : 'RBAC' } ,
42+ { text : '数据规则' , link : '/planet' , icon : 'fluent-color:video-16' } ,
43+ { text : '代码生成' , link : 'code-generation' } ,
44+ { text : '跨域' , link : 'CORS' } ,
45+ { text : '事务' , link : 'transaction' } ,
46+ { text : 'Celery' , link : '/planet' , icon : 'fluent-color:video-16' } ,
47+ { text : 'APScheduler' , link : 'apscheduler' } ,
3848 // {text: '日志分析', link: '/planet', icon: 'fluent-color:receipt-16'},
39- { text : 'Socketio' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
49+ { text : 'Socketio' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
4050 ]
4151 } ,
4252 {
4353 text : 'Mixin' ,
4454 collapsed : false ,
4555 prefix : 'mixin/' ,
4656 items : [
47- { text : 'CRUD' , link : 'CRUD' } ,
48- { text : '操作人信息' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
57+ { text : 'CRUD' , link : 'CRUD' } ,
58+ { text : '操作人信息' , link : '/planet' , icon : 'fluent-color:receipt-16' } ,
4959 ]
5060 } ,
5161 {
5262 text : '部署' ,
5363 collapsed : false ,
5464 prefix : 'deploy/' ,
5565 items : [
56- { text : 'Docker' , link : 'Docker' } ,
57- { text : '传统' , link : 'legacy' , icon : 'fluent-color:video-16' } ,
66+ { text : 'Docker' , link : 'Docker' } ,
67+ { text : '传统' , link : 'legacy' , icon : 'fluent-color:video-16' } ,
5868 ]
5969 } ,
6070 ] ,
@@ -63,10 +73,10 @@ export const mySidebar: SidebarMulti = {
6373 text : '插件' ,
6474 collapsed : false ,
6575 items : [
66- { text : '前言' , link : 'before' } ,
67- { text : '插件开发' , link : 'dev' } ,
68- { text : '插件发布' , link : 'publish' } ,
69- { text : '插件市场' , link : 'market' } ,
76+ { text : '前言' , link : 'before' } ,
77+ { text : '插件开发' , link : 'dev' } ,
78+ { text : '插件发布' , link : 'publish' } ,
79+ { text : '插件市场' , link : 'market' } ,
7080 ]
7181 }
7282 ]
0 commit comments