mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 16:04:34 +00:00
fix: resole crawl cannot get docs (#5344)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 自定义模型
|
||||
description: FastGPT 自定义模型
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/custom-models/marker" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 设计文档
|
||||
description: FastGPT 设计文档
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/design/dataset" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 开发文档
|
||||
description: FastGPT 开发文档
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/intro" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 迁移
|
||||
description: FastGPT 迁移
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/migration/docker_db" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 模型配置
|
||||
description: FastGPT 模型配置
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/modelConfig/ai-proxy" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: OpenAPI
|
||||
description: FastGPT OpenAPI
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/openapi/intro" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 代理
|
||||
description: FastGPT 代理
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/proxy/nginx" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 版本更新
|
||||
description: FastGPT 版本更新
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/development/upgrading/intro" />
|
Reference in New Issue
Block a user