Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 2bc492d

Browse files
committed
fix: remove social link (temporary)
1 parent 16177ad commit 2bc492d

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

docs/.vuepress/navbar/en.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export const en = navbar([
1111
text: "Community",
1212
icon: "iconfont icon-community",
1313
children: [
14-
{
15-
text: "Discussion",
16-
link: "https://github.com/alist-org/alist/discussions",
17-
},
18-
{ text: "Telegram", link: "https://t.me/alist_chat" },
19-
{ text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
14+
// {
15+
// text: "Discussion",
16+
// link: "https://github.com/alist-org/alist/discussions",
17+
// },
18+
// { text: "Telegram", link: "https://t.me/alist_chat" },
19+
// { text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
2020
],
2121
},
2222
{

docs/.vuepress/navbar/zh.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export const zh = navbar([
1111
text: "社区",
1212
icon: "iconfont icon-community",
1313
children: [
14-
{
15-
text: "Discussion",
16-
link: "https://github.com/alist-org/alist/discussions",
17-
},
18-
{ text: "Telegram", link: "https://t.me/alist_chat" },
19-
{ text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
14+
// {
15+
// text: "Discussion",
16+
// link: "https://github.com/alist-org/alist/discussions",
17+
// },
18+
// { text: "Telegram", link: "https://t.me/alist_chat" },
19+
// { text: "Discord", link: "https://discord.gg/F4ymsH4xv2" },
2020
],
2121
},
2222
{
@@ -31,6 +31,6 @@ export const zh = navbar([
3131
{
3232
text: "Github",
3333
icon: "iconfont icon-github",
34-
link: "https://github.com/alist-org/alist",
34+
link: "https://github.com/AlistTeam/alist",
3535
},
3636
])

docs/guide/community.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ star: true
2020

2121
# Community
2222

23+
<!--
2324
### Telegram Group​
2425
Click the link: https://t.me/alist_chat
2526
@@ -28,5 +29,6 @@ Welcome to visit https://github.com/alist-org/alist/discussions to discuss.
2829
2930
### Discord
3031
Click the link: https://discord.gg/F4ymsH4xv2
32+
-->
3133

3234
Welcome to join the community, before asking questions, please make sure you can't find the answer here. Read "How To Ask Questions The Smart Way" before asking questions, maybe it can be faster of solving the problem.

docs/zh/guide/community.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ star: true
2020

2121
# 社区
2222

23+
<!--
2324
## Telegram 群组
2425
2526
使用此链接: https://t.me/alist_chat
@@ -31,5 +32,6 @@ star: true
3132
## Discord
3233
3334
使用此链接: https://discord.gg/F4ymsH4xv2
35+
-->
3436

3537
欢迎加入社区,在开始提问之前,请确保您在此处找不到答案。并且Google/百度也不能解决问题时再提问。 提问前请先阅读“提问的智慧”,也许这样可以更快地帮助你解决问题。同时减轻各位的负担

0 commit comments

Comments
 (0)