Skip to content

Commit 9c71768

Browse files
committed
update docs
1 parent f3a62c6 commit 9c71768

File tree

5 files changed

+69
-18
lines changed

5 files changed

+69
-18
lines changed

docs/.vuepress/navbar.ts

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
2020
]
2121
},
2222
{
23-
text: '文档 - 后端',
23+
text: '后端',
2424
items: [
2525
{
2626
text: '快速开始',
@@ -32,21 +32,31 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
3232
icon: 'simple-icons:apifox',
3333
link: 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0'
3434
},
35+
{
36+
text: '开发计划',
37+
icon: 'icon-park-twotone:plan',
38+
link: '/backend/summary/plan'
39+
},
3540
]
3641
},
3742
{
38-
text: '文档 - 前端',
43+
text: '前端',
3944
items: [
4045
{
4146
text: 'Arco UI',
4247
badge: { text: '已弃用', type: 'danger' },
43-
icon: 'material-symbols:docs',
48+
icon: 'icon-park-outline:new-lark',
4449
link: '/frontend/summary/arco',
4550
},
4651
{
4752
text: 'Vben UI',
48-
icon: 'material-symbols:docs',
53+
icon: 'simple-icons:antdesign',
4954
link: '/frontend/summary/intro'
55+
},
56+
{
57+
text: '开发计划',
58+
icon: 'icon-park-twotone:plan',
59+
link: '/frontend/summary/plan'
5060
}
5161
]
5262
},
@@ -127,7 +137,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
127137
]
128138
},
129139
{
130-
text: '视频课程',
140+
text: '课程',
131141
items: [
132142
{
133143
text: '视频课程',
@@ -153,7 +163,43 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
153163
{
154164
text: '插件系统',
155165
icon: 'unjs:unplugin',
156-
link: '/plugin/before'
166+
items: [
167+
{
168+
text: '文档',
169+
items: [
170+
{
171+
text: '前言',
172+
icon: 'bi:chat-text',
173+
link: '/plugin/before'
174+
},
175+
{
176+
text: '插件开发',
177+
icon: 'la:dev',
178+
link: '/plugin/dev'
179+
},
180+
{
181+
text: '插件分享',
182+
icon: 'material-symbols:share',
183+
link: '/plugin/share'
184+
},
185+
{
186+
text: '插件安装',
187+
icon: 'icon-park-outline:install',
188+
link: '/plugin/install'
189+
}
190+
]
191+
},
192+
{
193+
text: '更多',
194+
items: [
195+
{
196+
text: '插件市场',
197+
icon: 'lsicon:marketing-outline',
198+
link: '/market'
199+
},
200+
]
201+
}
202+
]
157203
},
158204
{
159205
text: 'Pricing',

docs/.vuepress/sidebar.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,17 @@ export const mySidebar: ThemeSidebarMulti = {
7070
collapsed: false,
7171
items: [
7272
{ text: '前言', link: 'before' },
73-
{ text: '插件市场', badge: { text: 'HOT', type: 'danger' }, link: '/market' },
7473
]
7574
},
7675
{
77-
text: '开发',
76+
text: '参考',
7877
collapsed: false,
7978
items: [
8079
{ text: '插件开发', link: 'dev' },
8180
{ text: '插件分享', link: 'share' },
81+
{ text: '插件安装', link: 'install' },
8282
]
8383
},
84-
{
85-
text: '使用',
86-
collapsed: false,
87-
items: [
88-
{ text: '插件安装', link: 'install' }
89-
]
90-
}
9184
],
9285
'/frontend/': [
9386
{

docs/backend/summary/plan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 开发计划
3+
---
4+
5+
TODO

docs/frontend/summary/plan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: 开发计划
3+
---
4+
5+
TODO

docs/sponsors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
title: 成为 fba 的赞助者
33
---
44

5-
::: note 用爱发电,回馈开源
6-
fba 是一款基于 FastAPI 框架的后端架构解决方案,遵循伪三层架构设计,支持 Python 3.10 及以上版本。
5+
::: note ⚡
6+
自 fba
7+
创建以来,我们一直致力于 [持续更新](https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/CHANGELOG.md)
8+
[积极维护](./backend/summary/why.md#长期维护),为此,我们投入了大量的时间和无限的热爱
79

8-
自 2023/04/07 启,我们一直致力于[持续更新和维护](./backend/summary/why.md#长期维护),为此,我们投入了大量的时间和无限的热爱
10+
感谢您为 fba 给予的大力支持,您的每份鼓励都将成为我们继续前进的动力,愿我们一起携手,共建美好未来
911
:::
1012

1113
## 荣誉赞助

0 commit comments

Comments
 (0)