Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan committed Dec 23, 2024
1 parent df7c3e2 commit cc858fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
]
},
{
Expand Down

0 comments on commit cc858fc

Please # to comment.