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
27 lines
543 B
JSON
27 lines
543 B
JSON
{
|
|
"title": "Self-Hosting",
|
|
"description": "FastGPT self-hosting guide",
|
|
"root": true,
|
|
"pages": [
|
|
"---Getting Started---",
|
|
"deploy/docker",
|
|
"deploy/sealos",
|
|
"dev",
|
|
"---Configuration---",
|
|
"config/model",
|
|
"config/object-storage",
|
|
"config/json",
|
|
"config/signoz",
|
|
"---Troubleshooting---",
|
|
"faq",
|
|
"troubleshooting/object-storage",
|
|
"---Version Upgrades---",
|
|
"upgrading/upgrade-intruction",
|
|
"...upgrading",
|
|
"---Other---",
|
|
"migration",
|
|
"custom-models",
|
|
"design"
|
|
]
|
|
}
|