Skip to content

Commit 9e628df

Browse files
authored
fix: typo and doc links (#97)
* fix: io doc link * fix: typo
1 parent c581ecb commit 9e628df

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

projects/fastgpt/config/site.ts

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
import { SiteConfig } from '@/types/siteConfig';
22
import { BsGithub } from 'react-icons/bs';
3-
import { FaDiscord, } from "react-icons/fa";
4-
import { IoLogoGithub, } from "react-icons/io";
5-
import { IoLogoWechat } from "react-icons/io5";
6-
import { HiUserGroup } from "react-icons/hi";
3+
import { FaDiscord } from 'react-icons/fa';
4+
import { IoLogoGithub } from 'react-icons/io';
5+
import { IoLogoWechat } from 'react-icons/io5';
6+
import { HiUserGroup } from 'react-icons/hi';
77

88
import { MdEmail } from 'react-icons/md';
99
const OPEN_SOURCE_URL = 'https://github.com/labring/FastGPT';
1010

1111
const baseSiteConfig = {
12-
title: 'FastGPT - Enterprise AI Angent Builder',
12+
title: 'FastGPT - Enterprise AI Agent Builder',
1313
name: 'FastGPT',
1414
description:
15-
'A free, open-source Enterprise AI Angent Builder, provide Agentic RAG retrieval、AI-powered workflows and MCP tools. Easy to build AI Agents.',
15+
'A free, open-source Enterprise AI Agent Builder, provide Agentic RAG retrieval、AI-powered workflows and MCP tools. Easy to build AI Agents.',
1616
url: process.env.NEXT_PUBLIC_HOME_URL || 'https://fastgpt.io',
1717
userUrl: process.env.NEXT_PUBLIC_USER_URL || 'https://cloud.fastgpt.io',
1818
ogImage: 'https://landingpage.weijunext.com/og.png',
@@ -38,7 +38,8 @@ const baseSiteConfig = {
3838
'企业知识库'
3939
],
4040
// commercial: 'https://doc.fastgpt.io/docs/commercial/intro/',
41-
commercial: 'https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc?prefill_S=G1&hide_S=1',
41+
commercial:
42+
'https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc?prefill_S=G1&hide_S=1',
4243
authors: [
4344
{
4445
name: 'labring',
@@ -109,7 +110,8 @@ export const siteConfig: SiteConfig = {
109110
export const siteConfigZh: SiteConfig = {
110111
...siteConfig,
111112
title: 'FastGPT - 企业级 AI Agent 搭建平台',
112-
description: 'FastGPT是一个企业级 AI Agent 搭建平台,可以基于 LLM 大语言模型搭建 AI 知识库问答系统,提供开箱即用的AI Agent 工具集及大模型调用等能力,并通过可视化 workflow 编排功能实现复杂的AI应用能力!',
113+
description:
114+
'FastGPT是一个企业级 AI Agent 搭建平台,可以基于 LLM 大语言模型搭建 AI 知识库问答系统,提供开箱即用的AI Agent 工具集及大模型调用等能力,并通过可视化 workflow 编排功能实现复杂的AI应用能力!',
113115
keywords: [
114116
'FastGPT',
115117
'AI Agent',
@@ -126,6 +128,6 @@ export const siteConfigZh: SiteConfig = {
126128
'llm',
127129
'gpt',
128130
'gpt5',
129-
'AI自动化工具',
130-
],
131+
'AI自动化工具'
132+
]
131133
};

projects/fastgpt/locales/en.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"maker": "Users built specialized AI knowledge bases with FastGPT",
2424
"title1": "FastGPT - ",
2525
"title2": "",
26-
"title3": "Enterprise AI Angent Builder",
27-
"description": "Flexible AI Workflow + AI Knowledges Base + Template System + Angentic RAG = Powerful AI Agent Builder"
26+
"title3": "Enterprise AI Agent Builder",
27+
"description": "Flexible AI Workflow + AI Knowledge Base + Template System + Agentic RAG = Powerful AI Agent Builder"
2828
},
2929
"SocialProof": {
3030
"maker": "Users built specialized AI knowledge bases with FastGPT"
3131
},
3232
"Feature": {
3333
"title": "Why FastGPT?",
3434
"description": "Discover the advantages of FastGPT",
35-
"doYouLike": "Like this open-source AI Angent Builder?",
35+
"doYouLike": "Like this open-source AI Agent Builder?",
3636
"follow": "Star it on GitHub! 🌟"
3737
},
3838
"Ability": {
@@ -45,7 +45,7 @@
4545
"title": "Pricing",
4646
"title2": "Suitable for Commercial Use",
4747
"description": "FastGPT is an open-source and enterprise AI Agent builder.",
48-
"doYouLike": "Like this open-source AI Angent Builder?",
48+
"doYouLike": "Like this open-source AI Agent Builder?",
4949
"follow": "Star it on GitHub! 🌟"
5050
},
5151
"FAQ": {
@@ -71,4 +71,4 @@
7171
"button": "跳转",
7272
"link": "/zh"
7373
}
74-
}
74+
}

projects/fastgpt/locales/zh.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"links": [
99
{
1010
"label": "文档",
11-
"href": "https://doc.fastgpt.cn/docs/introduction"
11+
"href": "https://doc.fastgpt.io/docs/introduction"
1212
},
1313
{
1414
"label": "定价",
15-
"href": "https://cloud.fastgpt.cn/price"
15+
"href": "https://cloud.fastgpt.io/price"
1616
},
1717
{
1818
"label": "商用授权",
@@ -107,4 +107,4 @@
107107
"link": "申请产品演示"
108108
}
109109
}
110-
}
110+
}

0 commit comments

Comments
 (0)