Skip to content

Add discord link #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/fastgpt-home-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- 'projects/fastgpt/**'
branches:
- 'main
- 'main'

jobs:
build-fastgpt-landingpage-images:
Expand All @@ -16,7 +16,8 @@ jobs:

- name: Get current date and time
id: datetime
run: echo "datetime=$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"
run: |-
echo "datetime=$(date +'%Y%m%d%H%M%S')" >> "$GITHUB_OUTPUT"

- name: Docker meta
id: meta
Expand Down
77 changes: 0 additions & 77 deletions projects/fastgpt/README-zh.md

This file was deleted.

78 changes: 0 additions & 78 deletions projects/fastgpt/README.md

This file was deleted.

12 changes: 11 additions & 1 deletion projects/fastgpt/config/site.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SiteConfig } from '@/types/siteConfig';
import { BsGithub, BsTwitterX, BsWechat } from 'react-icons/bs';
import { BsGithub, BsTwitterX, BsWechat, BsDiscord } from 'react-icons/bs';
import { MdEmail } from 'react-icons/md';
import { SiBuymeacoffee, SiJuejin } from 'react-icons/si';

Expand Down Expand Up @@ -35,6 +35,11 @@ const baseSiteConfig = {
},
headerLinks: [
{ name: 'repo', href: OPEN_SOURCE_URL, icon: BsGithub },
{
name: 'Discord',
href: 'https://discord.gg/mp68xkZn2Q',
icon: BsDiscord
},
{
name: 'weChat',
href: 'https://oss.laf.run/htr4n1-images/fastgpt-qr-code.jpg',
Expand All @@ -44,6 +49,11 @@ const baseSiteConfig = {
footerLinks: [
{ name: 'email', href: 'mailto:cloud-native-yang@sealos.io', icon: MdEmail },
{ name: 'github', href: 'https://github.com/labring/FastGPT', icon: BsGithub },
{
name: 'Discord',
href: 'https://discord.gg/mp68xkZn2Q',
icon: BsDiscord
},
{
name: 'weChat',
href: 'https://oss.laf.run/htr4n1-images/fastgpt-qr-code.jpg',
Expand Down
4 changes: 2 additions & 2 deletions projects/fastgpt/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"CTA": {
"title": "Start Building Your Domain-Specific Knowledge Base Now",
"description1": "Create",
"description2": "your own AI-powered customer support,",
"description2": " your own AI-powered customer support, ",
"description3": "integrate it with",
"description4": "your products, and ",
"description4": " your products, and ",
"description5": "accelerate",
"description6": " your growth today!"
},
Expand Down
4 changes: 2 additions & 2 deletions projects/fastgpt/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"CTA": {
"title": "立即构建您的专有领域知识库",
"description1": "构建",
"description2": "您的专属 AI 客服,",
"description2": " 您的专属 AI 客服,",
"description3": "接入",
"description4": "您的产品,并开始",
"description4": " 您的产品,并开始 ",
"description5": "快速增长",
"description6": "!"
},
Expand Down