Skip to content

Commit e2ec9fb

Browse files
committed
update docs
1 parent cc858fc commit e2ec9fb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const mySidebar: SidebarMulti = {
2727
{text: '分页', link: 'paginate'},
2828
{text: '切换数据库', link: 'db'},
2929
{text: '代码生成', link: 'code-generation'},
30-
{text: '跨域', link: 'CORS'},
3130
{text: '数据规则', link: 'data-rule', icon: 'mdi:planet'},
31+
{text: '跨域', link: 'CORS'},
3232
{text: 'RBAC', link: 'RBAC'},
3333
{text: '事务', link: 'transaction'},
3434
{text: 'Celery', link: 'celery', icon: 'mdi:planet'},

docs/guide/reference/apscheduler.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ title: APScheduler
55
我们在最初的框架实现中,使用的是 APScheduler,但后来我们迁移到了 [Celery](celery.md)
66
,详情请查看:[#225](https://github.com/fastapi-practices/fastapi_best_architecture/discussions/225)
77

8-
FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵活性与动态任务,如果你没有繁重的任务需求,它将是一个不错的选择
8+
FastAPI + APScheduler 现已作为独立仓库发行,它的优势在于其灵活性与动态任务,如果你没有繁重的任务需求,它将是一个不错的选择
99

1010
<RepoCard repo="wu-clan/fastapi_scheduler" />
1111

1212
::: warning
1313
此仓库 master 分支使用 APScheduler 4.x 版本进行开发,但由于 aps
14-
迟迟未发布 4.x 版本,所以请查看 [apscheduler-3.x](https://github.com/wu-clan/fastapi_scheduler/tree/apscheduler-3.x)
15-
分支,它是目前最流行的版本,也相对比较稳定
14+
迟迟未发布 4.x 版本,所以请切换 apscheduler-3.x 分支,它是目前比较流行的版本分支,也相对比较稳定
1615
:::

0 commit comments

Comments
 (0)