Skip to content

Commit 7e6a97c

Browse files
committed
contribute docs
1 parent bfafa3d commit 7e6a97c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vitepress/en.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ export const en = defineConfig({
4646
activeMatch: '/en/api/',
4747
},
4848
{ text: 'Contact Us', link: '/en/guide_cloud/community/online-support'},
49-
{ text: 'v0.4.8', items: [
49+
{ text: 'v0.4.9', items: [
5050
{ text: 'changelog', link: base_path_guide_cloud + '/general/changelog' },
51-
{ text: 'Contribution', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
52-
{ text: 'Feedback', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
51+
{ text: 'Feedback', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'},
52+
{ text: 'Contribute Docs', link: 'https://github.com/SwanHubX/SwanLab-Docs' },
5353
] },
5454
{
5555
component: 'HeaderButtonEN',

.vitepress/zh.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ export const zh = defineConfig({
5151
activeMatch: '/api/',
5252
},
5353
{ text: '交流群', link: '/guide_cloud/community/online-support'},
54-
{ text: 'v0.4.8', items: [
54+
{ text: 'v0.4.9', items: [
5555
{ text: '更新日志', link: base_path_guide_cloud + '/general/changelog' },
56-
{ text: '参与贡献', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
57-
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
56+
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'},
57+
{ text: '贡献文档', link: 'https://github.com/SwanHubX/SwanLab-Docs' },
5858
]
5959
},
6060
{

0 commit comments

Comments
 (0)