Skip to content

Commit 1d99ff1

Browse files
committed
update docs
1 parent f25c5a3 commit 1d99ff1

File tree

8 files changed

+88
-68
lines changed

8 files changed

+88
-68
lines changed

docs/.vuepress/navbar.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const myNavbar = defineNavbarConfig([
1010
//link: 'https://github.com/fastapi-practices/fastapi_best_architecture_ui'
1111
},
1212
{
13-
text: 'Vben Admin Antd 生产中...',
13+
text: 'Vben Admin Antd 下一代实施',
1414
link: 'https://github.com/fastapi-practices/fba_ui'
1515
}
1616
]
@@ -75,10 +75,15 @@ export const myNavbar = defineNavbarConfig([
7575
link: '/team'
7676
},
7777
{
78-
text: '申请加入',
79-
icon: 'solar:pen-new-square-bold',
78+
text: '加入团队',
79+
icon: 'mingcute:user-add-2-fill',
8080
link: 'https://discord.com/channels/1185035164577972344/1319245794271956993'
8181
},
82+
{
83+
text: '知识星球',
84+
icon: 'ph:planet-fill',
85+
link: '/planet'
86+
},
8287
],
8388
}
8489
])

docs/.vuepress/sidebar.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ export const mySidebar: SidebarMulti = {
2424
{text: 'CRUD', link: 'CRUD'},
2525
{text: '接口响应', link: 'response'},
2626
{text: '分页', link: 'paginate'},
27-
{text: '自定义异常', link: 'custom-err-msg', icon: 'mdi:planet'},
27+
{text: '自定义异常', link: '/planet', icon: 'fluent-color:receipt-16'},
2828
{text: '切换数据库', link: 'db'},
2929
{text: '代码生成', link: 'code-generation'},
30-
{text: '数据规则', link: 'data-rule', icon: 'mdi:planet'},
30+
{text: '数据规则', link: '/planet', icon: 'fluent-color:video-16'},
3131
{text: '跨域', link: 'CORS'},
3232
{text: 'RBAC', link: 'RBAC'},
3333
{text: '事务', link: 'transaction'},
34-
{text: 'Celery', link: 'celery', icon: 'mdi:planet'},
34+
{text: 'Celery', link: '/planet', icon: 'fluent-color:video-16'},
3535
{text: 'APScheduler', link: 'apscheduler'},
36-
{text: '日志分析', link: 'log', icon: 'mdi:planet'},
37-
{text: 'Socketio', link: 'socketio', icon: 'mdi:planet'},
36+
{text: '日志分析', link: '/planet', icon: 'fluent-color:receipt-16'},
37+
{text: 'Socketio', link: '/planet', icon: 'fluent-color:receipt-16'},
3838
]
3939
},
4040
{
@@ -43,7 +43,7 @@ export const mySidebar: SidebarMulti = {
4343
prefix: 'mixin/',
4444
items: [
4545
{text: 'CRUD', link: 'CRUD'},
46-
{text: '用户信息', link: 'user', icon: 'mdi:planet'},
46+
{text: '操作人信息', link: '/planet', icon: 'fluent-color:receipt-16'},
4747
]
4848
},
4949
{

docs/guide/mixin/user.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/guide/reference/celery.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/guide/reference/custom-err-msg.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/guide/reference/data-rule.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/guide/reference/log.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/planet.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: 知识星球
3+
---
4+
5+
<div align="center">
6+
星球内容为非公开内容,扫码加入知识星球,即可获取独家内容
7+
8+
附:星球用于 [有偿赞助](../../sponsors.md#有偿赞助),加入 Discord
9+
社区,即可 [领取免费体验资格](https://discord.com/invite/yNN3wTbVAC)
10+
</div>
11+
12+
::: details 我要扫码加入
13+
<div align="center">
14+
<img height="349" width="415" src="https://wu-clan.github.io/picx-images-hosting/知识星球.png" alt="知识星球">
15+
</div>
16+
:::
17+
18+
## FBA
19+
20+
<CardGrid>
21+
<LinkCard
22+
title="操作人信息"
23+
icon="fluent-color:receipt-16"
24+
href="https://t.zsxq.com/virtV"
25+
description="如何集成操作人信息到数据库表?"
26+
/>
27+
<LinkCard
28+
title="Celery"
29+
icon="fluent-color:video-16"
30+
href="https://t.zsxq.com/qk5gZ"
31+
description="优雅的使用 Celery"
32+
/>
33+
<LinkCard
34+
title="数据规则"
35+
icon="fluent-color:video-16"
36+
href="https://t.zsxq.com/qlZyT"
37+
description="如何使用数据规则?"
38+
/>
39+
<LinkCard
40+
title="自定义中间件"
41+
icon="fluent-color:receipt-16"
42+
href="https://t.zsxq.com/P03oX"
43+
description="如何编写自定义中间件?"
44+
/>
45+
<LinkCard
46+
title="自定义异常"
47+
icon="fluent-color:receipt-16"
48+
href="/planet"
49+
description="即将到来..."
50+
/>
51+
<LinkCard
52+
title="日志分析"
53+
icon="fluent-color:receipt-16"
54+
href="/planet"
55+
description="即将到来..."
56+
/>
57+
</CardGrid>
58+
59+
## FastAPI
60+
61+
<CardGrid>
62+
<LinkCard
63+
title="Socketio"
64+
icon="fluent-color:receipt-16"
65+
href="https://t.zsxq.com/Oi86a"
66+
description="如何集成 socketio?"
67+
/>
68+
<LinkCard
69+
title="Header Token"
70+
icon="fluent-color:receipt-16"
71+
href="https://t.zsxq.com/7qYpx"
72+
description="如何使用自定义 header token 实现授权?"
73+
/>
74+
</CardGrid>

0 commit comments

Comments
 (0)