mirror of
https://github.com/labring/FastGPT.git
synced 2026-02-27 01:02:22 +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)
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user