mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-06 01:02:54 +08:00
87b0bca30c
* cloud doc * doc refactor * doc move * seo * remove doc * yml * doc * fix: tsconfig * fix: tsconfig
23 lines
447 B
JSON
23 lines
447 B
JSON
{
|
|
"Documentation": "Documentation",
|
|
"nav": {
|
|
"home": "Home",
|
|
"docs": "Docs",
|
|
"blog": "Blog",
|
|
"about": "About"
|
|
},
|
|
"footer": {
|
|
"links": "Links",
|
|
"community": "Community",
|
|
"resources": "Resources"
|
|
},
|
|
"introduction": "Introduction",
|
|
"api_reference": "API Reference",
|
|
"use-cases": "Use Cases",
|
|
"api": "API",
|
|
"selfHost": "Self-Host",
|
|
"protocol": "Protocol",
|
|
"upgrading": "Upgrading",
|
|
"faq": "FAQ"
|
|
}
|