diff --git a/docSite/content/docs/custom-models/_index.md b/docSite/content/docs/custom-models/_index.md index 7f4398fb6..102c689f0 100644 --- a/docSite/content/docs/custom-models/_index.md +++ b/docSite/content/docs/custom-models/_index.md @@ -1,5 +1,5 @@ --- -weight: 0 +weight: 800 title: '本地模型使用' description: 'FastGPT 对接本地模型' icon: 'model_training' diff --git a/docSite/content/docs/development/development.md b/docSite/content/docs/development/development.md index 263972998..c5555f151 100644 --- a/docSite/content/docs/development/development.md +++ b/docSite/content/docs/development/development.md @@ -4,7 +4,7 @@ description: '对 FastGPT 进行开发调试' icon: 'developer_guide' draft: false toc: true -weight: 0 +weight: -10 --- 本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.run)。