feat:add openapi download link in document (#6192)

* feat:add openapi download link in document

* doc

---------

Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
Eikoo
2026-01-06 13:25:46 +08:00
committed by GitHub
parent 9f2adcd523
commit 6ad4b00b2a
4 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{
"title": "OpenAPI接口文档",
"pages": ["intro", "app", "chat", "dataset", "share"]
"pages": ["intro", "app", "chat", "dataset", "share","swagger"]
}

View File

@@ -0,0 +1,7 @@
---
title: API文档下载
description: FastGPT OpenAPI文档下载
---
- [国内版 API 文档](https://cloud.fastgpt.cn/openapi)
- [国际版 API 文档](https://cloud.fastgpt.io/openapi)

View File

@@ -38,6 +38,7 @@ description: FastGPT 文档目录
- [/docs/introduction/development/openapi/dataset](/docs/introduction/development/openapi/dataset)
- [/docs/introduction/development/openapi/intro](/docs/introduction/development/openapi/intro)
- [/docs/introduction/development/openapi/share](/docs/introduction/development/openapi/share)
- [/docs/introduction/development/openapi/swagger](/docs/introduction/development/openapi/swagger)
- [/docs/introduction/development/proxy/cloudflare](/docs/introduction/development/proxy/cloudflare)
- [/docs/introduction/development/proxy/http_proxy](/docs/introduction/development/proxy/http_proxy)
- [/docs/introduction/development/proxy/nginx](/docs/introduction/development/proxy/nginx)