Skip to content

Commit 7d434a9

Browse files
committedMar 6, 2025·
add gitcode link
1 parent 6f7f9ff commit 7d434a9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎docs/.vuepress/configs/navbar/zh-hans.ts

+4
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,9 @@ export const navbarZhHans: NavbarConfig = [
7373
text: 'Gitee',
7474
link: 'https://gitee.com/salvo-rs/salvo',
7575
},
76+
{
77+
text: 'Gitcode',
78+
link: 'https://gitcode.com/salvo-rs/salvo',
79+
},
7680
// versions,
7781
]

‎docs/.vuepress/configs/navbar/zh-hant.ts

+4
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,9 @@ export const navbarZhHant: NavbarConfig = [
7373
text: 'Gitee',
7474
link: 'https://gitee.com/salvo-rs/salvo',
7575
},
76+
{
77+
text: 'Gitcode',
78+
link: 'https://gitcode.com/salvo-rs/salvo',
79+
},
7680
// versions,
7781
]

0 commit comments

Comments
 (0)
Please sign in to comment.