mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
Doc (#6493)
* cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user