Skip to content

Commit f5ba2e3

Browse files
committed
update docs
1 parent 3ddd9e4 commit f5ba2e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/.vuepress/config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,16 @@ export default defineUserConfig({
4141
docsDir: 'docs',
4242
social: [
4343
{icon: 'github', link: 'https://github.com/fastapi-practices/fastapi_best_architecture'},
44+
{
45+
icon: {
46+
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M11.984 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0zm6.09 5.333c.328 0 .593.266.592.593v1.482a.594.594 0 0 1-.593.592H9.777c-.982 0-1.778.796-1.778 1.778v5.63c0 .327.266.592.593.592h5.63c.982 0 1.778-.796 1.778-1.778v-.296a.593.593 0 0 0-.592-.593h-4.15a.59.59 0 0 1-.592-.592v-1.482a.593.593 0 0 1 .593-.592h6.815c.327 0 .593.265.593.592v3.408a4 4 0 0 1-4 4H5.926a.593.593 0 0 1-.593-.593V9.778a4.444 4.444 0 0 1 4.445-4.444h8.296Z"/></svg>`,
47+
name: 'gitee'
48+
},
49+
link: 'https://gitee.com/wu_clan/fastapi_best_architecture'
50+
},
4451
{icon: 'discord', link: 'https://discord.com/invite/yNN3wTbVAC'}
4552
],
46-
// navbarSocialInclude: ['github'],
53+
navbarSocialInclude: ['github', 'gitee', 'discord'],
4754
editLinkText: '在 GitHub 上编辑此页面',
4855
lastUpdated: false,
4956
contributors: false,

0 commit comments

Comments
 (0)