* cloud doc

* doc refactor

* doc move

* seo

* remove doc

* yml

* doc

* fix: tsconfig

* fix: tsconfig
This commit is contained in:
Archer
2026-03-03 17:39:47 +08:00
committed by GitHub
parent 6b61359516
commit 87b0bca30c
356 changed files with 1274 additions and 1383 deletions
@@ -0,0 +1,26 @@
{
"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"
]
}