Docs: update weight (#290)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
Carson Yang
2023-09-12 22:36:34 +08:00
committed by GitHub
parent 7521bce77e
commit 1aaafcf631
34 changed files with 229 additions and 220 deletions

View File

@@ -1,5 +1,5 @@
---
weight: 200
weight: 500
title: '开发指南'
description: '本地开发 FastGPT 必看'
icon: 'code_blocks'

View File

@@ -4,7 +4,7 @@ description: 'FastGPT 配置参数介绍'
icon: 'settings'
draft: false
toc: true
weight: 100
weight: 520
---
由于环境变量不利于配置复杂的内容,新版 FastGPT 采用了 ConfigMap 的形式挂载配置文件,你可以在 `client/data/config.json` 看到默认的配置文件。可以参考 [docker-compose 快速部署](/docs/installation/docker/) 来挂载配置文件。

View File

@@ -4,7 +4,7 @@ description: '对 FastGPT 进行开发调试'
icon: 'developer_guide'
draft: false
toc: true
weight: -10
weight: 510
---
本文档介绍了如何设置开发环境以构建和测试 [FastGPT](https://fastgpt.run)。