mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-26 02:07:28 +08:00
87b0bca30c
* cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig
26 lines
489 B
JSON
26 lines
489 B
JSON
{
|
|
"title": "自部署",
|
|
"description": "FastGPT 自部署使用案例",
|
|
"root": true,
|
|
"pages": [
|
|
"---开始---",
|
|
"deploy/docker",
|
|
"deploy/sealos",
|
|
"dev",
|
|
"---配置说明---",
|
|
"config/model",
|
|
"config/object-storage",
|
|
"config/json",
|
|
"config/signoz",
|
|
"---故障排查---",
|
|
"faq",
|
|
"---版本升级---",
|
|
"upgrading/upgrade-intruction",
|
|
"...upgrading",
|
|
"---其他---",
|
|
"migration",
|
|
"custom-models",
|
|
"design"
|
|
]
|
|
}
|