From b9b50a0f5a7b0f57a5262db8e063926f29a17e1c Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Fri, 1 Sep 2023 23:57:58 +0800 Subject: [PATCH] README --- README.md | 6 +++--- .../content/docs/development/{development.md => intro.md} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename docSite/content/docs/development/{development.md => intro.md} (100%) diff --git a/README.md b/README.md index 0e7be8fb9..c07bc2d2f 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,10 @@ FastGPT 是一个基于 LLM 大语言模型的知识库问答系统,提供开 由于需要部署数据库,部署完后需要等待 2~4 分钟才能正常访问。默认用了最低配置,首次访问时会有些慢。 -* [快开始本地开发](https://doc.fastgpt.run/docs/development) +* [快开始本地开发](https://doc.fastgpt.run/docs/development/intro/) * [部署 FastGPT](https://doc.fastgpt.run/docs/installation) -* [系统配置文件说明](https://doc.fastgpt.run/docs/installation/reference) -* [多模型配置](https://doc.fastgpt.run/docs/installation/reference/models) +* [系统配置文件说明](https://doc.fastgpt.run/docs/development/configuration/) +* [多模型配置](https://doc.fastgpt.run/docs/installation/one-api/) * [版本升级](https://doc.fastgpt.run/docs/installation/upgrading) * [API 文档](https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh?pre_pathname=%2Fdrive%2Fhome%2F) diff --git a/docSite/content/docs/development/development.md b/docSite/content/docs/development/intro.md similarity index 100% rename from docSite/content/docs/development/development.md rename to docSite/content/docs/development/intro.md