Skip to content

Commit 9b90a08

Browse files
committed
update docs
1 parent bfe5bff commit 9b90a08

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

docs/.vuepress/navbar.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
9898
icon: 'mdi:github',
9999
link: '/open-source-community'
100100
},
101-
{
102-
text: '用户登记',
103-
icon: 'mdi:user-check',
104-
link: '/users'
105-
},
106101
]
107102
},
108103
{
@@ -213,6 +208,11 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
213208
icon: 'healthicons:question',
214209
link: '/questions'
215210
},
211+
{
212+
text: '用户登记',
213+
icon: 'mdi:user-check',
214+
link: '/users'
215+
},
216216
{
217217
text: '社区团队',
218218
icon: 'fa-solid:user-friends',

docs/open-source-community.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
title: 社区开源
33
---
44

5-
::: center
6-
## 作者正在翘首以盼的等着投喂🥹,这里是你的 Show Time 时刻!
7-
:::
5+
作者正在翘首以盼的等着投喂🥹,这里是你的 Show Time 时刻!
6+
7+
## Rust
8+
9+
<CardGrid>
10+
<RepoCard repo="eginner01/fastapi_best_architecture_rust" :fullname="false" />
11+
</CardGrid>
12+
13+
## Go
14+
15+
<CardGrid>
16+
<RepoCard repo="eginner01/fastapi_best_architecture_go" :fullname="false" />
17+
</CardGrid>

0 commit comments

Comments
 (0)