We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90c145 commit 5e34b2aCopy full SHA for 5e34b2a
docs/.vuepress/navbar.ts
@@ -96,7 +96,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
96
{
97
text: '社区开源',
98
icon: 'mdi:github',
99
- link: '/open-source-community'
+ link: '/community-open-source'
100
},
101
]
102
docs/open-source-community.md renamed to docs/community-open-source.md
@@ -7,7 +7,7 @@ title: 社区开源
7
## Rust
8
9
<CardGrid>
10
- <RepoCard repo="eginner01/fastapi_best_architecture_rust" :fullname="false" />
+ <RepoCard repo="eginner01/rFBA" :fullname="false" />
11
</CardGrid>
12
13
## Go
0 commit comments