Skip to content

Commit 6d99ec9

Browse files
committed
update docs
1 parent d275c45 commit 6d99ec9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/.vuepress/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ export default defineUserConfig({
4949
},
5050
link: 'https://gitee.com/wu_clan/fastapi_best_architecture'
5151
},
52+
{icon: 'bilibili', link: 'https://space.bilibili.com/284237214'}
5253
],
53-
navbarSocialInclude: ['github', 'gitee'],
54+
navbarSocialInclude: ['github', 'gitee', 'bilibili'],
5455
editLinkText: '编辑此页面',
5556
contributors: false,
5657
lastUpdated: false,

docs/.vuepress/styles/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
}
3333
}
3434

35+
/* 首页副标题 */
36+
.hero-tagline {
37+
color: unset !important;
38+
}
39+
3540
/* 首页文字说明 */
3641
.hero-text {
3742
margin: 24px 0 40px !important;

0 commit comments

Comments
 (0)