diff --git a/docs/.vuepress/sidebar.ts b/docs/.vuepress/sidebar.ts index 6ed4422..af63cbe 100644 --- a/docs/.vuepress/sidebar.ts +++ b/docs/.vuepress/sidebar.ts @@ -21,20 +21,20 @@ export const mySidebar: SidebarMulti = { items: [ {text: '路由', link: 'route'}, {text: 'JWT', link: 'jwt'}, - {text: '跨域', link: 'CORS'}, - {text: 'RBAC', link: 'RBAC'}, {text: 'CRUD', link: 'CRUD'}, - {text: '事务', link: 'transaction'}, - {text: '切换数据库', link: 'db'}, - {text: '数据规则', link: 'data-rule', icon: 'mdi:planet'}, - {text: '代码生成', link: 'code-generation'}, - {text: '自定义异常', link: 'custom-err-msg', icon: 'mdi:planet'}, {text: '接口响应', link: 'response'}, + {text: '自定义异常', link: 'custom-err-msg', icon: 'mdi:planet'}, {text: '分页', link: 'paginate'}, + {text: '切换数据库', link: 'db'}, + {text: '代码生成', link: 'code-generation'}, + {text: '跨域', link: 'CORS'}, + {text: '数据规则', link: 'data-rule', icon: 'mdi:planet'}, + {text: 'RBAC', link: 'RBAC'}, + {text: '事务', link: 'transaction'}, {text: 'Celery', link: 'celery', icon: 'mdi:planet'}, {text: 'APScheduler', link: 'apscheduler'}, {text: '日志分析', link: 'log', icon: 'mdi:planet'}, - {text: 'Socketio', link: 'socketio'}, + {text: 'Socketio', link: 'socketio', icon: 'mdi:planet'}, ] }, {