mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-22 11:55:07 +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/guide/DialogBoxes/htmlRendering" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 商业版管理
|
||||
description: FastGPT 商业版管理
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/admin/sso" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 基础教程
|
||||
description: FastGPT 基础教程
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/course/quick-start" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 工作台
|
||||
description: FastGPT 工作台
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/dashboard/basic-mode" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 工作流
|
||||
description: FastGPT 工作流
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/dashboard/workflow/ai_chat" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 使用指南
|
||||
description: FastGPT 使用指南
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/course/quick-start" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 知识库
|
||||
description: FastGPT 知识库
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/knowledge_base/RAG" />
|
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"title": "功能介绍",
|
||||
"description": "FastGPT 功能介绍",
|
||||
"pages": ["course","dashboard","plugins","knowledge_base","team_permissions","DialogBoxes","admin"]
|
||||
}
|
||||
"pages": [
|
||||
"course",
|
||||
"dashboard",
|
||||
"plugins",
|
||||
"knowledge_base",
|
||||
"team_permissions",
|
||||
"DialogBoxes",
|
||||
"admin"
|
||||
]
|
||||
}
|
||||
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 系统插件
|
||||
description: FastGPT 系统插件
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/plugins/dev_system_tool" />
|
@@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 团队与权限
|
||||
description: FastGPT 团队与权限
|
||||
---
|
||||
|
||||
import { Redirect } from '@/components/docs/Redirect';
|
||||
|
||||
<Redirect to="/docs/introduction/guide/team_permissions/team_roles_permissions" />
|
Reference in New Issue
Block a user