Skip to content

Commit 63c191d

Browse files
committed
update docs
1 parent 5d364c9 commit 63c191d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/.vuepress/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ export default defineUserConfig({
5353
},
5454
link: 'https://gitee.com/wu_clan/fastapi_best_architecture'
5555
},
56-
{ icon: 'discord', link: 'https://discord.com/invite/yNN3wTbVAC' }
5756
],
58-
navbarSocialInclude: ['github', 'gitee', 'discord'],
57+
navbarSocialInclude: ['github', 'gitee'],
5958
editLinkText: '编辑此页面',
6059
contributors: false,
6160
copyright: {

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const myNavbar = defineNavbarConfig([
9292
{
9393
text: '互动',
9494
icon: 'game-icons:talk',
95-
link: 'https://wu-clan.github.io/homepage/'
95+
link: '/group'
9696
},
9797
{
9898
text: '关于',

docs/group.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: 社区
3+
---
4+
5+
您可以通过 [个人主页](https://wu-clan.github.io/homepage/) 中的任意联系方式与我互动
6+
7+
## Discord
8+
9+
Discord 社区是我们唯一的官方交流平台,这是一个充满活力的开源社区群组,欢迎来自全球的开发者、爱好者和用户。在这里,
10+
大家可以自由分享想法、讨论技术、协作项目,或是获取最新的更新与支持。加入我们,一起参与这场开源旅程吧!
11+
12+
<div align="center">
13+
<p><a href="https://discord.com/invite/yNN3wTbVAC">Python 开发交流社区</a></p>
14+
<iframe src="https://discord.com/widget?id=1185035164577972344&theme=light" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
15+
</div>

0 commit comments

Comments
 (0)