mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-19 10:07:24 +00:00
fix:change docs url (#5307)
This commit is contained in:
8
document/content/docs/use-cases/app-cases/index.mdx
Normal file
8
document/content/docs/use-cases/app-cases/index.mdx
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 应用搭建案例
|
||||
description: FastGPT 应用搭建案例
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/use-cases/app-cases/submit_application_template" />
|
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: 外部调用 FastGPT
|
||||
description: FastGPT 外部调用
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/use-cases/external-integration/openapi" />
|
Reference in New Issue
Block a user