mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-28 01:02:28 +08:00
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:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "OpenAPI接口文档",
|
||||
"pages": ["intro", "app", "chat", "dataset", "share"]
|
||||
"pages": ["intro", "app", "chat", "dataset", "share","swagger"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: API文档下载
|
||||
description: FastGPT OpenAPI文档下载
|
||||
---
|
||||
|
||||
- [国内版 API 文档](https://cloud.fastgpt.cn/openapi)
|
||||
- [国际版 API 文档](https://cloud.fastgpt.io/openapi)
|
||||
Reference in New Issue
Block a user