Skip to content

Commit 85fc8c7

Browse files
committed
update docs
1 parent 06384cc commit 85fc8c7

File tree

6 files changed

+24
-28
lines changed

6 files changed

+24
-28
lines changed

docs/.vuepress/navbar.ts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,23 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
8383
{
8484
text: '资源',
8585
items: [
86-
{
87-
text: '开源项目',
88-
icon: 'mdi:github',
89-
link: '/opensource'
90-
},
9186
{
9287
text: '技术栈',
9388
icon: 'material-symbols:stack',
9489
link: '/stack'
9590
},
91+
{
92+
text: '官方开源',
93+
icon: 'mdi:github',
94+
link: '/open-source'
95+
},
96+
{
97+
text: '社区开源',
98+
icon: 'mdi:github',
99+
link: '/open-source-community'
100+
},
96101
{
97102
text: '用户登记',
98-
badge: { text: '欢迎投稿', type: 'tip' },
99103
icon: 'mdi:user-check',
100104
link: '/users'
101105
},

docs/open-source-community.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 社区开源
3+
---
4+
5+
::: center
6+
## 作者正在翘首以盼的等着投喂🥹,这里是你的 Show Time 时刻!
7+
:::
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: 开源项目
2+
title: 官方开源
33
---
44

55
在此之前,让我们通过维基百科简单了解下 [开源](https://zh.wikipedia.org/wiki/%E5%BC%80%E6%BA%90%E8%BD%AF%E4%BB%B6) 这个词
66

7-
## 官方
8-
97
<CardGrid>
108
<RepoCard repo="fastapi-practices/fastapi_best_architecture" :fullname="false" />
119
<RepoCard repo="fastapi-practices/fastapi_best_architecture_ui" :fullname="false" />
@@ -17,7 +15,3 @@ title: 开源项目
1715
<RepoCard repo="fastapi-practices/fastapi_scheduler" :fullname="false" />
1816
<RepoCard repo="fastapi-practices/fastapi_best_architecture_ui_arco" :fullname="false" />
1917
</CardGrid>
20-
21-
## 第三方
22-
23-
请移步至 [用户登记](./users.md#开源项目)

docs/stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: 技术栈
33
---
44

5-
采用当前主流技术框架,我们追求新事物,拥抱新事物,并且积极更新与跟进
5+
fba 采用当前主流技术框架,我们追求新事物,拥抱新事物,并且积极更新与跟进
66

7-
==技术框架采用基准取决于项目的流行度、活跃度、答复效率以及维护周期等==
7+
技术框架采用基准取决于项目的流行度、活跃度、答复效率以及维护周期等
88

99
## 后端
1010

docs/team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pageLayout: friends
33
title: FastAPI Practices
44
description: >-
55
FastAPI Practices 及其生态系统发展的背后是一个由开源社区人员组成的团队,我们对团队中的任何成员以及所有的关注者都致以崇高的敬意;
6-
我们欢迎每一位开源伙伴的加入
6+
我们欢迎每一位开源伙伴的加入
77
contentPosition: before
88
groups:
99
- title: 核心团队

docs/users.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ title: 用户登记
1010
> 如果您/您所在的企业/组织使用了 fba 进行项目开发,我们诚挚的邀请您参与:
1111
> [用户登记](https://github.com/fastapi-practices/fastapi_best_architecture/issues/477)
1212
13-
## 公司 / 组织
13+
::: center
14+
(排名没有先后)
15+
:::
1416

1517
<CardGrid>
1618
<ImageCard
@@ -20,14 +22,3 @@ title: 用户登记
2022
image="https://wu-clan.github.io/picx-images-hosting/fba.png"
2123
/>
2224
</CardGrid>
23-
24-
## 开源项目
25-
26-
<CardGrid>
27-
<LinkCard
28-
title="fastapi_sqlalchemy_mysql"
29-
description="fastapi + pydantic-v2 + sqlalchemy 2.0 + alembic + mysql + redis"
30-
href="https://github.com/wu-clan/fastapi_sqlalchemy_mysql"
31-
icon="https://wu-clan.github.io/picx-images-hosting/logo/fba.png"
32-
/>
33-
</CardGrid>

0 commit comments

Comments
 (0)