Skip to content

Commit cc858fc

Browse files
committed
update docs
1 parent df7c3e2 commit cc858fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/.vuepress/sidebar.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ export const mySidebar: SidebarMulti = {
2121
items: [
2222
{text: '路由', link: 'route'},
2323
{text: 'JWT', link: 'jwt'},
24-
{text: '跨域', link: 'CORS'},
25-
{text: 'RBAC', link: 'RBAC'},
2624
{text: 'CRUD', link: 'CRUD'},
27-
{text: '事务', link: 'transaction'},
28-
{text: '切换数据库', link: 'db'},
29-
{text: '数据规则', link: 'data-rule', icon: 'mdi:planet'},
30-
{text: '代码生成', link: 'code-generation'},
31-
{text: '自定义异常', link: 'custom-err-msg', icon: 'mdi:planet'},
3225
{text: '接口响应', link: 'response'},
26+
{text: '自定义异常', link: 'custom-err-msg', icon: 'mdi:planet'},
3327
{text: '分页', link: 'paginate'},
28+
{text: '切换数据库', link: 'db'},
29+
{text: '代码生成', link: 'code-generation'},
30+
{text: '跨域', link: 'CORS'},
31+
{text: '数据规则', link: 'data-rule', icon: 'mdi:planet'},
32+
{text: 'RBAC', link: 'RBAC'},
33+
{text: '事务', link: 'transaction'},
3434
{text: 'Celery', link: 'celery', icon: 'mdi:planet'},
3535
{text: 'APScheduler', link: 'apscheduler'},
3636
{text: '日志分析', link: 'log', icon: 'mdi:planet'},
37-
{text: 'Socketio', link: 'socketio'},
37+
{text: 'Socketio', link: 'socketio', icon: 'mdi:planet'},
3838
]
3939
},
4040
{

0 commit comments

Comments
 (0)