Skip to content

Commit 87b0bca

Browse files
authored
Doc (#6493)
* cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig
1 parent 6b61359 commit 87b0bca

File tree

356 files changed

+1273
-1382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+1273
-1382
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FastGPT 是一个 AI Agent 构建平台,提供开箱即用的数据处理、
2424
<a href="https://doc.fastgpt.io/docs/introduction">
2525
<img height="21" src="https://img.shields.io/badge/相关文档-7d09f1?style=flat-square" alt="document">
2626
</a>
27-
<a href="https://doc.fastgpt.io/docs/introduction/development/intro">
27+
<a href="https://doc.fastgpt.io/docs/self-host/dev">
2828
<img height="21" src="https://img.shields.io/badge/本地开发-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
2929
</a>
3030
<a href="/#-%E7%9B%B8%E5%85%B3%E9%A1%B9%E7%9B%AE">
@@ -47,15 +47,15 @@ docker compose up -d
4747

4848
完全启动后,可通过`http://localhost:3000`访问 FastGPT,默认账号为`root`,密码为`1234`
4949

50-
如果你遇到问题,可以[查看完整 Docker 部署教程](https://doc.fastgpt.io/docs/introduction/development/docker)
50+
如果你遇到问题,可以[查看完整 Docker 部署教程](https://doc.fastgpt.io/docs/self-host/deploy/docker)
5151

5252
## 🛸 使用方式
5353

5454
- **云服务版本**
5555
如果你不需要私有化部署,可以直接使用我们提供的云服务版本,地址为:[fastgpt.io](https://fastgpt.io/)
5656

5757
- **社区自托管版本**
58-
可以使用[Docker](https://doc.fastgpt.io/docs/introduction/development/docker)快速部署,也可以使用[Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) 来一键部署FastGPT。
58+
可以使用[Docker](https://doc.fastgpt.io/docs/self-host/deploy/docker)快速部署,也可以使用[Sealos Cloud](https://doc.fastgpt.io/docs/self-host/deploy/sealos) 来一键部署FastGPT。
5959

6060
- **商业版**
6161
如果你需要更完整的功能,或深度的服务支持,可以选择我们的[商业版](https://doc.fastgpt.io/docs/introduction/commercial)。我们除了提供完整的软件外,还提供相应的场景落地辅导,具体可提交[商业咨询](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc)
@@ -115,7 +115,7 @@ docker compose up -d
115115

116116
## 💪 我们的项目 & 链接
117117

118-
- [快速开始本地开发](https://doc.fastgpt.io/docs/introduction/development/intro/)
118+
- [快速开始本地开发](https://doc.fastgpt.io/docs/self-host/dev/)
119119
- [OpenAPI 文档](https://doc.fastgpt.io/docs/openapi/intro)
120120
- [FastGPT-plugin](https://github.com/labring/fastgpt-plugin)
121121
- [AI Proxy: 模型聚合负载均衡服务](https://github.com/labring/aiproxy)

README_en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FastGPT is an AI Agent building platform that provides out-of-the-box capabiliti
2424
<a href="https://doc.fastgpt.io/docs/introduction">
2525
<img height="21" src="https://img.shields.io/badge/Documentation-7d09f1?style=flat-square" alt="document">
2626
</a>
27-
<a href="https://doc.fastgpt.io/docs/introduction/development/intro">
27+
<a href="https://doc.fastgpt.io/docs/self-host/dev">
2828
<img height="21" src="https://img.shields.io/badge/Local_Development-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
2929
</a>
3030
<a href="#-our-projects--links">
@@ -47,15 +47,15 @@ docker compose up -d
4747

4848
After fully started, you can access FastGPT at `http://localhost:3000`. The default account is `root` and the password is `1234`.
4949

50-
If you encounter any issues, you can [view the complete Docker deployment tutorial](https://doc.fastgpt.io/docs/introduction/development/docker)
50+
If you encounter any issues, you can [view the complete Docker deployment tutorial](https://doc.fastgpt.io/docs/self-host/deploy/docker)
5151

5252
## 🛸 Usage
5353

5454
- **Cloud Version**
5555
If you don't need private deployment, you can directly use our cloud service at: [fastgpt.io](https://fastgpt.io/)
5656

5757
- **Community Self-Hosted Version**
58-
You can quickly deploy using [Docker](https://doc.fastgpt.io/docs/introduction/development/docker) or use [Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) to deploy FastGPT with one click.
58+
You can quickly deploy using [Docker](https://doc.fastgpt.io/docs/self-host/deploy/docker) or use [Sealos Cloud](https://doc.fastgpt.io/docs/self-host/deploy/sealos) to deploy FastGPT with one click.
5959

6060
- **Commercial Version**
6161
If you need more complete features or in-depth service support, you can choose our [Commercial Version](https://doc.fastgpt.io/docs/introduction/commercial). In addition to providing complete software, we also offer implementation guidance for specific scenarios. You can submit a [commercial consultation](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc).
@@ -115,7 +115,7 @@ If you encounter any issues, you can [view the complete Docker deployment tutori
115115

116116
## 💪 Our Projects & Links
117117

118-
- [Quick Start Local Development](https://doc.fastgpt.io/docs/introduction/development/intro/)
118+
- [Quick Start Local Development](https://doc.fastgpt.io/docs/self-host/dev/)
119119
- [OpenAPI Documentation](https://doc.fastgpt.io/docs/openapi/intro)
120120
- [FastGPT-plugin](https://github.com/labring/fastgpt-plugin)
121121
- [AI Proxy: Model Aggregation Load Balancing Service](https://github.com/labring/aiproxy)

README_id.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FastGPT adalah platform pembangunan AI Agent yang menyediakan kemampuan siap pak
2424
<a href="https://doc.fastgpt.io/docs/introduction">
2525
<img height="21" src="https://img.shields.io/badge/Dokumentasi-7d09f1?style=flat-square" alt="document">
2626
</a>
27-
<a href="https://doc.fastgpt.io/docs/introduction/development/intro">
27+
<a href="https://doc.fastgpt.io/docs/self-host/dev">
2828
<img height="21" src="https://img.shields.io/badge/Pengembangan_Lokal-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
2929
</a>
3030
<a href="#-proyek--tautan-kami">
@@ -47,15 +47,15 @@ docker compose up -d
4747

4848
Setelah sepenuhnya aktif, Anda dapat mengakses FastGPT di `http://localhost:3000`. Akun default adalah `root` dan kata sandinya adalah `1234`.
4949

50-
Jika Anda menghadapi masalah, Anda dapat [melihat tutorial penyebaran Docker lengkap](https://doc.fastgpt.io/docs/introduction/development/docker)
50+
Jika Anda menghadapi masalah, Anda dapat [melihat tutorial penyebaran Docker lengkap](https://doc.fastgpt.io/docs/self-host/deploy/docker)
5151

5252
## 🛸 Cara Penggunaan
5353

5454
- **Versi Cloud**
5555
Jika Anda tidak memerlukan penyebaran privat, Anda dapat langsung menggunakan layanan cloud kami di: [fastgpt.io](https://fastgpt.io/)
5656

5757
- **Versi Self-Hosted Komunitas**
58-
Anda dapat menyebarkan dengan cepat menggunakan [Docker](https://doc.fastgpt.io/docs/introduction/development/docker) atau menggunakan [Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) untuk menyebarkan FastGPT dengan satu klik.
58+
Anda dapat menyebarkan dengan cepat menggunakan [Docker](https://doc.fastgpt.io/docs/self-host/deploy/docker) atau menggunakan [Sealos Cloud](https://doc.fastgpt.io/docs/self-host/deploy/sealos) untuk menyebarkan FastGPT dengan satu klik.
5959

6060
- **Versi Komersial**
6161
Jika Anda membutuhkan fitur yang lebih lengkap atau dukungan layanan mendalam, Anda dapat memilih [Versi Komersial](https://doc.fastgpt.io/docs/introduction/commercial). Selain menyediakan perangkat lunak lengkap, kami juga menyediakan panduan implementasi untuk skenario tertentu. Anda dapat mengirimkan [konsultasi komersial](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc).
@@ -115,7 +115,7 @@ Jika Anda menghadapi masalah, Anda dapat [melihat tutorial penyebaran Docker len
115115

116116
## 💪 Proyek & Tautan Kami
117117

118-
- [Mulai Cepat Pengembangan Lokal](https://doc.fastgpt.io/docs/introduction/development/intro/)
118+
- [Mulai Cepat Pengembangan Lokal](https://doc.fastgpt.io/docs/self-host/dev/)
119119
- [Dokumentasi OpenAPI](https://doc.fastgpt.io/docs/openapi/intro)
120120
- [FastGPT-plugin](https://github.com/labring/fastgpt-plugin)
121121
- [AI Proxy: Layanan Load Balancing Agregasi Model](https://github.com/labring/aiproxy)

README_ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FastGPT は AI Agent 構築プラットフォームであり、すぐに使え
2424
<a href="https://doc.fastgpt.io/docs/introduction">
2525
<img height="21" src="https://img.shields.io/badge/ドキュメント-7d09f1?style=flat-square" alt="document">
2626
</a>
27-
<a href="https://doc.fastgpt.io/docs/introduction/development/intro">
27+
<a href="https://doc.fastgpt.io/docs/self-host/dev">
2828
<img height="21" src="https://img.shields.io/badge/ローカル開発-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
2929
</a>
3030
<a href="#-プロジェクトとリンク">
@@ -47,15 +47,15 @@ docker compose up -d
4747

4848
完全に起動した後、`http://localhost:3000` で FastGPT にアクセスできます。デフォルトのアカウントは `root`、パスワードは `1234` です。
4949

50-
問題が発生した場合は、[Docker デプロイの完全チュートリアル](https://doc.fastgpt.io/docs/introduction/development/docker)をご覧ください。
50+
問題が発生した場合は、[Docker デプロイの完全チュートリアル](https://doc.fastgpt.io/docs/self-host/deploy/docker)をご覧ください。
5151

5252
## 🛸 利用方法
5353

5454
- **クラウド版**
5555
プライベートデプロイが不要な場合は、クラウドサービスを直接ご利用いただけます:[fastgpt.io](https://fastgpt.io/)
5656

5757
- **コミュニティセルフホスト版**
58-
[Docker](https://doc.fastgpt.io/docs/introduction/development/docker) で素早くデプロイするか、[Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) でワンクリックデプロイが可能です。
58+
[Docker](https://doc.fastgpt.io/docs/self-host/deploy/docker) で素早くデプロイするか、[Sealos Cloud](https://doc.fastgpt.io/docs/self-host/deploy/sealos) でワンクリックデプロイが可能です。
5959

6060
- **商用版**
6161
より完全な機能や深いサービスサポートが必要な場合は、[商用版](https://doc.fastgpt.io/docs/introduction/commercial)をお選びいただけます。完全なソフトウェアの提供に加え、シナリオに応じた導入ガイダンスも提供しています。[商用相談](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc)からお問い合わせください。
@@ -115,7 +115,7 @@ docker compose up -d
115115

116116
## 💪 プロジェクトとリンク
117117

118-
- [クイックスタート ローカル開発](https://doc.fastgpt.io/docs/introduction/development/intro/)
118+
- [クイックスタート ローカル開発](https://doc.fastgpt.io/docs/self-host/dev/)
119119
- [OpenAPI ドキュメント](https://doc.fastgpt.io/docs/openapi/intro)
120120
- [FastGPT-plugin](https://github.com/labring/fastgpt-plugin)
121121
- [AI Proxy: モデル集約ロードバランシングサービス](https://github.com/labring/aiproxy)

README_th.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FastGPT เป็นแพลตฟอร์มสำหรับสร้าง
2424
<a href="https://doc.fastgpt.io/docs/introduction">
2525
<img height="21" src="https://img.shields.io/badge/เอกสาร-7d09f1?style=flat-square" alt="document">
2626
</a>
27-
<a href="https://doc.fastgpt.io/docs/introduction/development/intro">
27+
<a href="https://doc.fastgpt.io/docs/self-host/dev">
2828
<img height="21" src="https://img.shields.io/badge/พัฒนาในเครื่อง-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
2929
</a>
3030
<a href="#-โปรเจกต์และลิงก์ของเรา">
@@ -47,15 +47,15 @@ docker compose up -d
4747

4848
เมื่อเริ่มต้นสมบูรณ์แล้ว คุณสามารถเข้าถึง FastGPT ที่ `http://localhost:3000` บัญชีเริ่มต้นคือ `root` และรหัสผ่านคือ `1234`
4949

50-
หากคุณพบปัญหา คุณสามารถ [ดูบทแนะนำการติดตั้ง Docker ฉบับสมบูรณ์](https://doc.fastgpt.io/docs/introduction/development/docker)
50+
หากคุณพบปัญหา คุณสามารถ [ดูบทแนะนำการติดตั้ง Docker ฉบับสมบูรณ์](https://doc.fastgpt.io/docs/self-host/deploy/docker)
5151

5252
## 🛸 วิธีการใช้งาน
5353

5454
- **เวอร์ชันคลาวด์**
5555
หากคุณไม่ต้องการติดตั้งแบบส่วนตัว คุณสามารถใช้บริการคลาวด์ของเราได้โดยตรงที่: [fastgpt.io](https://fastgpt.io/)
5656

5757
- **เวอร์ชันโฮสต์ตัวเองของชุมชน**
58-
คุณสามารถติดตั้งได้อย่างรวดเร็วโดยใช้ [Docker](https://doc.fastgpt.io/docs/introduction/development/docker) หรือใช้ [Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) เพื่อติดตั้ง FastGPT ด้วยคลิกเดียว
58+
คุณสามารถติดตั้งได้อย่างรวดเร็วโดยใช้ [Docker](https://doc.fastgpt.io/docs/self-host/deploy/docker) หรือใช้ [Sealos Cloud](https://doc.fastgpt.io/docs/self-host/deploy/sealos) เพื่อติดตั้ง FastGPT ด้วยคลิกเดียว
5959

6060
- **เวอร์ชันพาณิชย์**
6161
หากคุณต้องการคุณสมบัติที่สมบูรณ์มากขึ้นหรือการสนับสนุนบริการเชิงลึก คุณสามารถเลือก [เวอร์ชันพาณิชย์](https://doc.fastgpt.io/docs/introduction/commercial) นอกจากการให้ซอฟต์แวร์ที่สมบูรณ์ เรายังให้คำแนะนำการนำไปใช้สำหรับสถานการณ์เฉพาะ คุณสามารถส่ง[ปรึกษาธุรกิจ](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc)
@@ -115,7 +115,7 @@ docker compose up -d
115115

116116
## 💪 โปรเจกต์และลิงก์ของเรา
117117

118-
- [เริ่มต้นพัฒนาในเครื่อง](https://doc.fastgpt.io/docs/introduction/development/intro/)
118+
- [เริ่มต้นพัฒนาในเครื่อง](https://doc.fastgpt.io/docs/self-host/dev/)
119119
- [เอกสาร OpenAPI](https://doc.fastgpt.io/docs/openapi/intro)
120120
- [FastGPT-plugin](https://github.com/labring/fastgpt-plugin)
121121
- [AI Proxy: บริการ Load Balancing การรวมโมเดล](https://github.com/labring/aiproxy)

README_vi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FastGPT là nền tảng xây dựng AI Agent cung cấp khả năng sẵn sàng
2424
<a href="https://doc.fastgpt.io/docs/introduction">
2525
<img height="21" src="https://img.shields.io/badge/Tài_Liệu-7d09f1?style=flat-square" alt="document">
2626
</a>
27-
<a href="https://doc.fastgpt.io/docs/introduction/development/intro">
27+
<a href="https://doc.fastgpt.io/docs/self-host/dev">
2828
<img height="21" src="https://img.shields.io/badge/Phát_Triển_Local-%23d4eaf7?style=flat-square&logo=xcode&logoColor=7d09f1" alt="development">
2929
</a>
3030
<a href="#-dự-án--liên-kết-của-chúng-tôi">
@@ -47,15 +47,15 @@ docker compose up -d
4747

4848
Sau khi khởi động hoàn tất, bạn có thể truy cập FastGPT tại `http://localhost:3000`. Tài khoản mặc định là `root` và mật khẩu là `1234`.
4949

50-
Nếu bạn gặp vấn đề, bạn có thể [xem hướng dẫn triển khai Docker đầy đủ](https://doc.fastgpt.io/docs/introduction/development/docker)
50+
Nếu bạn gặp vấn đề, bạn có thể [xem hướng dẫn triển khai Docker đầy đủ](https://doc.fastgpt.io/docs/self-host/deploy/docker)
5151

5252
## 🛸 Cách Sử Dụng
5353

5454
- **Phiên Bản Đám Mây**
5555
Nếu bạn không cần triển khai riêng, bạn có thể sử dụng trực tiếp dịch vụ đám mây của chúng tôi tại: [fastgpt.io](https://fastgpt.io/)
5656

5757
- **Phiên Bản Tự Host Cộng Đồng**
58-
Bạn có thể triển khai nhanh chóng bằng [Docker](https://doc.fastgpt.io/docs/introduction/development/docker) hoặc sử dụng [Sealos Cloud](https://doc.fastgpt.io/docs/introduction/development/sealos) để triển khai FastGPT bằng một cú nhấp chuột.
58+
Bạn có thể triển khai nhanh chóng bằng [Docker](https://doc.fastgpt.io/docs/self-host/deploy/docker) hoặc sử dụng [Sealos Cloud](https://doc.fastgpt.io/docs/self-host/deploy/sealos) để triển khai FastGPT bằng một cú nhấp chuột.
5959

6060
- **Phiên Bản Thương Mại**
6161
Nếu bạn cần các tính năng đầy đủ hơn hoặc hỗ trợ dịch vụ chuyên sâu, bạn có thể chọn [Phiên Bản Thương Mại](https://doc.fastgpt.io/docs/introduction/commercial). Ngoài việc cung cấp phần mềm đầy đủ, chúng tôi còn cung cấp hướng dẫn triển khai cho các kịch bản cụ thể. Bạn có thể gửi [tư vấn thương mại](https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc).
@@ -115,7 +115,7 @@ Nếu bạn gặp vấn đề, bạn có thể [xem hướng dẫn triển khai
115115

116116
## 💪 Dự Án & Liên Kết Của Chúng Tôi
117117

118-
- [Bắt Đầu Phát Triển Địa Phương](https://doc.fastgpt.io/docs/introduction/development/intro/)
118+
- [Bắt Đầu Phát Triển Địa Phương](https://doc.fastgpt.io/docs/self-host/dev/)
119119
- [Tài Liệu OpenAPI](https://doc.fastgpt.io/docs/openapi/intro)
120120
- [FastGPT-plugin](https://github.com/labring/fastgpt-plugin)
121121
- [AI Proxy: Dịch Vụ Cân Bằng Tải Tổng Hợp Mô Hình](https://github.com/labring/aiproxy)

deploy/dev/docker-compose.cn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ services:
162162
- fastgpt
163163
environment:
164164
- AUTH_TOKEN=token
165-
# @see https://fastgpt.cn/docs/introduction/development/object-storage
165+
# @see https://fastgpt.cn/docs/self-host/config/object-storage
166166
- STORAGE_VENDOR=minio # minio | aws-s3 | cos | oss
167167
- STORAGE_REGION=us-east-1
168168
- STORAGE_ACCESS_KEY_ID=minioadmin

deploy/dev/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ services:
162162
- fastgpt
163163
environment:
164164
- AUTH_TOKEN=token
165-
# @see https://fastgpt.cn/docs/introduction/development/object-storage
165+
# @see https://fastgpt.cn/docs/self-host/config/object-storage
166166
- STORAGE_VENDOR=minio # minio | aws-s3 | cos | oss
167167
- STORAGE_REGION=us-east-1
168168
- STORAGE_ACCESS_KEY_ID=minioadmin

deploy/docker/cn/docker-compose.milvus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
1212
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
1313
DB_MAX_LINK: 100
1414
REDIS_URL: redis://default:mypassword@redis:6379
15-
# @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
15+
# @see https://doc.fastgpt.cn/docs/self-host/config/object-storage
1616
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
1717
STORAGE_REGION: us-east-1
1818
STORAGE_ACCESS_KEY_ID: minioadmin

deploy/docker/cn/docker-compose.oceanbase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ x-share-db-config: &x-share-db-config
1212
MONGODB_URI: mongodb://myusername:mypassword@mongo:27017/fastgpt?authSource=admin
1313
DB_MAX_LINK: 100
1414
REDIS_URL: redis://default:mypassword@redis:6379
15-
# @see https://doc.fastgpt.cn/docs/introduction/development/object-storage
15+
# @see https://doc.fastgpt.cn/docs/self-host/config/object-storage
1616
STORAGE_VENDOR: minio # minio | aws-s3 | cos | oss
1717
STORAGE_REGION: us-east-1
1818
STORAGE_ACCESS_KEY_ID: minioadmin

0 commit comments

Comments
 (0)