docs(channels,gateway): split heavy sidebar groups (channels by region, gateway config by concern)

This commit is contained in:
Vincent Koc
2026-04-23 20:50:25 -07:00
parent 38bb4fefb9
commit c1dfaef0a0

View File

@@ -1019,30 +1019,40 @@
"pages": ["channels/index"]
},
{
"group": "Messaging platforms",
"group": "Mainstream messaging",
"pages": [
"channels/bluebubbles",
"channels/discord",
"channels/feishu",
"channels/slack",
"channels/telegram",
"channels/whatsapp",
"channels/signal",
"channels/msteams",
"channels/googlechat",
"channels/imessage",
"channels/irc",
"channels/line",
"channels/bluebubbles",
"channels/matrix",
"channels/matrix-push-rules",
"channels/matrix-push-rules"
]
},
{
"group": "Developer and self-hosted",
"pages": [
"channels/irc",
"channels/mattermost",
"channels/msteams",
"channels/nextcloud-talk",
"channels/nostr",
"channels/qqbot",
"channels/signal",
"channels/slack",
"channels/synology-chat",
"channels/telegram",
"channels/tlon",
"channels/twitch",
"channels/synology-chat",
"channels/twitch"
]
},
{
"group": "Regional platforms",
"pages": [
"channels/line",
"channels/wechat",
"channels/whatsapp",
"channels/qqbot",
"channels/feishu",
"channels/zalo",
"channels/zalouser"
]
@@ -1056,7 +1066,8 @@
"channels/broadcast-groups",
"channels/channel-routing",
"channels/location",
"channels/troubleshooting"
"channels/troubleshooting",
"channels/qa-channel"
]
}
]
@@ -1366,29 +1377,44 @@
"pages": [
"gateway/index",
{
"group": "Configuration and operations",
"group": "Configuration",
"pages": [
"gateway/configuration",
"gateway/configuration-reference",
"gateway/config-agents",
"gateway/config-channels",
"gateway/config-tools",
"gateway/configuration-examples",
"gateway/configuration-examples"
]
},
{
"group": "Authentication and secrets",
"pages": [
"gateway/authentication",
"auth-credential-semantics",
"gateway/secrets",
"gateway/secrets-plan-contract",
"gateway/trusted-proxy-auth",
"gateway/trusted-proxy-auth"
]
},
{
"group": "Health and diagnostics",
"pages": [
"gateway/health",
"gateway/diagnostics",
"gateway/heartbeat",
"gateway/doctor",
"gateway/logging",
"logging",
"gateway/troubleshooting"
]
},
{
"group": "Scaling and operations",
"pages": [
"gateway/gateway-lock",
"gateway/background-process",
"gateway/multiple-gateways",
"gateway/troubleshooting"
"gateway/multiple-gateways"
]
},
{