Docs: add Mintlify language navigation

main
Josh Palmer 2026-02-01 17:53:54 +01:00 committed by clawdinator[bot]
parent bc5b0c82ac
commit 3cf35b0710
1 changed files with 330 additions and 301 deletions

View File

@ -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"
]
}
]
}
]
} }
} }