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)