mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 11:02:12 +03:00
Docs: add Mintlify language navigation
This commit is contained in:
committed by
clawdinator[bot]
parent
bc5b0c82ac
commit
3cf35b0710
+31
-2
@@ -843,6 +843,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
"languages": [
|
||||||
|
{
|
||||||
|
"language": "en",
|
||||||
|
"default": true,
|
||||||
"groups": [
|
"groups": [
|
||||||
{
|
{
|
||||||
"group": "Start Here",
|
"group": "Start Here",
|
||||||
@@ -861,7 +865,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Help",
|
"group": "Help",
|
||||||
"pages": ["help/index", "help/troubleshooting", "help/faq"]
|
"pages": [
|
||||||
|
"help/index",
|
||||||
|
"help/troubleshooting",
|
||||||
|
"help/faq"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Install & Updates",
|
"group": "Install & Updates",
|
||||||
@@ -994,7 +1002,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Web & Interfaces",
|
"group": "Web & Interfaces",
|
||||||
"pages": ["web/index", "web/control-ui", "web/dashboard", "web/webchat", "tui"]
|
"pages": [
|
||||||
|
"web/index",
|
||||||
|
"web/control-ui",
|
||||||
|
"web/dashboard",
|
||||||
|
"web/webchat",
|
||||||
|
"tui"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Channels",
|
"group": "Channels",
|
||||||
@@ -1151,5 +1165,20 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "zh-Hans",
|
||||||
|
"groups": [
|
||||||
|
{
|
||||||
|
"group": "开始",
|
||||||
|
"pages": [
|
||||||
|
"zh-CN/index",
|
||||||
|
"zh-CN/start/getting-started",
|
||||||
|
"zh-CN/start/wizard"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user