diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index e0ec7a9..61da415 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -46,18 +46,27 @@ export default defineConfig({
socialLinks: [
// { icon: 'github', link: 'https://github.com/vuejs/vitepress' }
{
+ // GitHub repo
icon: {
svg: ``
},
link: 'https://github.com/coder-xiaomo/tutorials',
},
{
+ // Gitee repo
// https://gitee.com/static/images/logo-en.svg
icon: {
svg: ``
},
link: 'https://gitee.com/coder-xiaomo/tutorials',
- }
+ },
+ {
+ // Gitcode repo
+ icon: {
+ svg: ``
+ },
+ link: 'https://gitcode.com/coder-xiaomo/tutorials',
+ },
],
search: {