Skip to content

Commit 0f890af

Browse files
committed
update docs
1 parent 75e13b9 commit 0f890af

File tree

6 files changed

+25
-29
lines changed

6 files changed

+25
-29
lines changed

docs/.vuepress/components/Footer.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@ const links = {
127127
product: [
128128
{ name: "快速开始", href: "/fastapi_best_architecture_docs/backend/summary/quick-start" },
129129
{ name: "Vben UI", href: "/fastapi_best_architecture_docs/frontend/summary/intro" },
130-
{ name: "Apifox", href: "https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0" },
130+
{ name: "接口文档", href: "https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0" },
131131
{ name: "常见问题", href: "/fastapi_best_architecture_docs/questions" },
132132
{
133133
name: "更新记录",
134134
href: "https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/CHANGELOG.md"
135135
},
136136
],
137137
community: [
138-
{ name: "开源项目", href: "/fastapi_best_architecture_docs/opensource" },
138+
{ name: "交流群", href: "/fastapi_best_architecture_docs/group" },
139139
{ name: "技术栈", href: "/fastapi_best_architecture_docs/stack" },
140-
{ name: "用户登记", href: "/fastapi_best_architecture_docs/users" },
141140
{ name: "Github 问题", href: "https://github.com/fastapi-practices/fastapi_best_architecture/issues" },
142141
{ name: "Github 讨论", href: "https://github.com/fastapi-practices/fastapi_best_architecture/discussions" },
142+
{ name: "想法和建议", href: "https://discord.gg/xp8M6nY4NA" },
143143
],
144144
resources: [
145145
{ name: "插件开发", href: "/fastapi_best_architecture_docs/plugin/dev" },
@@ -151,6 +151,7 @@ const links = {
151151
{ name: "视频教程", href: "https://space.bilibili.com/284237214/lists" },
152152
{ name: "博客", href: "/fastapi_best_architecture_docs/blog/" },
153153
{ name: "隐私政策", href: "/fastapi_best_architecture_docs/privacy-policy" },
154+
{ name: "服务状态", href: "https://status.wu-clan.site/status/services" },
154155
],
155156
};
156157
</script>

docs/.vuepress/navbar.ts

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
1212
icon: 'iconoir:www',
1313
link: 'https://fba.wu-clan.site/',
1414
},
15-
{
16-
text: '服务状态',
17-
icon: 'simple-icons:uptimekuma',
18-
link: 'https://status.wu-clan.site/status/services'
19-
}
2015
]
2116
},
2217
{
@@ -28,7 +23,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
2823
link: '/backend/summary/quick-start'
2924
},
3025
{
31-
text: 'Apifox',
26+
text: '接口文档',
3227
icon: 'simple-icons:apifox',
3328
link: 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0'
3429
},
@@ -63,11 +58,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
6358
icon: 'mdi:people-add',
6459
link: 'https://github.com/fastapi-practices/fastapi_best_architecture/tree/master/backend#contributing'
6560
},
66-
{
67-
text: '我要催更',
68-
icon: 'material-symbols:update-rounded',
69-
link: 'https://discord.gg/JyedBeHXkn'
70-
},
7161
{
7262
text: '更新记录',
7363
icon: 'stash:last-updates-duotone',
@@ -123,6 +113,16 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
123113
icon: 'mdi:discussion',
124114
link: 'https://github.com/fastapi-practices/fastapi_best_architecture/discussions'
125115
},
116+
{
117+
text: '想法和建议',
118+
icon: 'mdi:discussion',
119+
link: 'https://discord.gg/xp8M6nY4NA'
120+
},
121+
{
122+
text: '我要催更',
123+
icon: 'material-symbols:update-rounded',
124+
link: 'https://discord.gg/JyedBeHXkn'
125+
},
126126
]
127127
},
128128
{
@@ -204,11 +204,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
204204
{
205205
text: '关于',
206206
items: [
207-
{
208-
text: '常见问题',
209-
icon: 'healthicons:question',
210-
link: '/questions'
211-
},
212207
{
213208
text: '用户登记',
214209
icon: 'mdi:user-check',

docs/backend/deploy/Docker.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,9 @@ title: Docker 部署
8080
## 服务器部署
8181

8282
::: warning
83-
此教程以 https 为例
84-
:::
83+
==此教程以 HTTPS 为例=={.warning}
8584

86-
::: info
87-
免费 SSL 证书推荐使用 [httpsok-SSL 证书自动续期](https://httpsok.com/p/4Qjd),一行命令,轻松搞定 SSL
85+
fba 正在使用免费 SSL 证书:[httpsok-SSL](https://httpsok.com/p/4Qjd),证书自动续期,一行命令,轻松搞定 SSL
8886
证书自动续签,支持:nginx、通配符证书、七牛云、腾讯云、阿里云、CDN、OSS、LB(负载均衡)
8987
:::
9088

docs/backend/deploy/legacy.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
title: 传统部署
33
---
44

5-
::: info
5+
::: note
66
由于传统部署涉及修改的地方较多且较为复杂,因此无法提供此部署教程
7+
8+
您可以选择我们的 [专业版](../../pricing.md),以获取作者一对一部署指导
79
:::
810

9-
::: tip
10-
免费 SSL 证书推荐使用 [httpsok-SSL证书自动续期](https://httpsok.com/p/4Qjd),一行命令,轻松搞定 SSL
11+
::: info
12+
fba 正在使用免费 SSL 证书:[httpsok-SSL](https://httpsok.com/p/4Qjd),证书自动续期,一行命令,轻松搞定 SSL
1113
证书自动续签,支持:nginx、通配符证书、七牛云、腾讯云、阿里云、CDN、OSS、LB(负载均衡)
12-
:::
14+
:::

docs/backend/reference/RBAC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ title: RBAC
3939

4040
此方案是 Go 语言中比较流行的解决方案,它非常灵活,可以通过模型定义多种控制规则
4141

42-
要想实现此 RBAC 鉴权,请先 [获取插件](../../plugin/market.md),然后执行以下操作
42+
要想实现此 RBAC 鉴权,请先 [获取插件](../../market.md),然后执行以下操作
4343

4444
::: steps
4545

docs/backend/reference/apscheduler.md

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

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

1010
<LinkCard
1111
title="fastapi_scheduler"

0 commit comments

Comments
 (0)