Skip to content

Commit 2d90b89

Browse files
Add discord link
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
1 parent bc58187 commit 2d90b89

File tree

5 files changed

+15
-160
lines changed

5 files changed

+15
-160
lines changed

projects/fastgpt/README-zh.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

projects/fastgpt/README.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

projects/fastgpt/config/site.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SiteConfig } from '@/types/siteConfig';
2-
import { BsGithub, BsTwitterX, BsWechat } from 'react-icons/bs';
2+
import { BsGithub, BsTwitterX, BsWechat, BsDiscord } from 'react-icons/bs';
33
import { MdEmail } from 'react-icons/md';
44
import { SiBuymeacoffee, SiJuejin } from 'react-icons/si';
55

@@ -35,6 +35,11 @@ const baseSiteConfig = {
3535
},
3636
headerLinks: [
3737
{ name: 'repo', href: OPEN_SOURCE_URL, icon: BsGithub },
38+
{
39+
name: 'Discord',
40+
href: 'https://discord.gg/mp68xkZn2Q',
41+
icon: BsDiscord
42+
},
3843
{
3944
name: 'weChat',
4045
href: 'https://oss.laf.run/htr4n1-images/fastgpt-qr-code.jpg',
@@ -44,6 +49,11 @@ const baseSiteConfig = {
4449
footerLinks: [
4550
{ name: 'email', href: 'mailto:cloud-native-yang@sealos.io', icon: MdEmail },
4651
{ name: 'github', href: 'https://github.com/labring/FastGPT', icon: BsGithub },
52+
{
53+
name: 'Discord',
54+
href: 'https://discord.gg/mp68xkZn2Q',
55+
icon: BsDiscord
56+
},
4757
{
4858
name: 'weChat',
4959
href: 'https://oss.laf.run/htr4n1-images/fastgpt-qr-code.jpg',

projects/fastgpt/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"CTA": {
5252
"title": "Start Building Your Domain-Specific Knowledge Base Now",
5353
"description1": "Create",
54-
"description2": "your own AI-powered customer support,",
54+
"description2": " your own AI-powered customer support, ",
5555
"description3": "integrate it with",
56-
"description4": "your products, and ",
56+
"description4": " your products, and ",
5757
"description5": "accelerate",
5858
"description6": " your growth today!"
5959
},

projects/fastgpt/locales/zh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"CTA": {
5656
"title": "立即构建您的专有领域知识库",
5757
"description1": "构建",
58-
"description2": "您的专属 AI 客服,",
58+
"description2": " 您的专属 AI 客服,",
5959
"description3": "接入",
60-
"description4": "您的产品,并开始",
60+
"description4": " 您的产品,并开始 ",
6161
"description5": "快速增长",
6262
"description6": ""
6363
},

0 commit comments

Comments
 (0)