Skip to content

Commit ae3ed3d

Browse files
committed
update docs
1 parent 3c08fd8 commit ae3ed3d

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
node_modules/
33
.temp/
44
.cache/
5+
dist/

docs/team.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: FastAPI Practices
44
description: FastAPI Practices 及其生态系统发展的背后是一个由开源社区人员组成的团队,我们对团队中的任何成员以及所有的关注者都致以崇高的敬意;
55
我们欢迎每一位开源伙伴的加入,请查看:关于 -> 申请加入
66
groups:
7-
- title: 核心团队成员
7+
- title: 核心团队
88
desc: 核心团队成员是那些积极参与维护一个或多个核心项目的人,他们对项目做出了重大贡献
99
list:
1010
- name: wu-clan
@@ -29,10 +29,19 @@ groups:
2929
{ icon: 'github', link: 'https://github.com/downdawn' }
3030
]
3131
- title: 名誉核心团队
32-
desc: 我们在此致敬过去曾做出过突出贡献的不再活跃的团队成员
32+
desc: 我们在此致敬过去曾做出过突出贡献但不再活跃的团队成员
3333
list:
34+
- name: Meepo
35+
link: https://github.com/Meepoljdx
36+
avatar: https://avatars.githubusercontent.com/u/63089130?v=4
37+
desc: 大数据运维吗喽,主要做监控、告警、平台分析以及运维开发等工作,略懂一些 Go 和 Python
38+
location: 成都,四川
39+
organization: FastAPI Practices
40+
socials: [
41+
{ icon: 'github', link: 'https://github.com/Meepoljdx' }
42+
]
3443
- title: 社区伙伴
35-
desc: 一些 FastAPI Practices 的社区成员让这里变得更加丰富多彩,有必要在此特别提及。我们与这些主要合作伙伴建立了更加亲密的关系,经常与他们就即将到来的功能和新闻展开协作
44+
desc: 社区成员让这里变得更加丰富多彩,有必要在此特别提及。我们与这些主要合作伙伴建立了更加亲密的关系,经常与他们就即将到来的功能和新闻展开协作
3645
list:
3746
- name: 向申
3847
link: https://github.com/xiangshen123

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "fastapi_best_architecture_docs",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "fastapi_best_architecture 官方文档\n\n",
55
"main": "index.js",
66
"scripts": {
77
"dev": "vuepress dev docs",
88
"build": "vuepress build docs"
99
},
10-
"keywords": [],
11-
"author": "",
12-
"license": "ISC",
10+
"keywords": ["fastapi_best_architecture"],
11+
"author": "wu-clan",
12+
"license": "MIT",
1313
"devDependencies": {
1414
"@vuepress/bundler-vite": "2.0.0-rc.19",
1515
"sass-embedded": "^1.83.0",

0 commit comments

Comments
 (0)