fix(docs): preserve canonical maturity product labels

This commit is contained in:
Peter Steinberger
2026-07-17 09:44:47 -04:00
parent 4ef4323db9
commit fee4490fe4
3 changed files with 70 additions and 37 deletions

View File

@@ -157,8 +157,14 @@ Options:
function familyTitle(value: string): string {
const titles: Record<string, string> = {
googlechat: "Google Chat",
imessage: "iMessage",
msteams: "Microsoft Teams",
openai: "OpenAI",
openclaw: "OpenClaw",
"platform-app": "Platform",
"provider-tool": "Provider and tool",
whatsapp: "WhatsApp",
};
return (
titles[value] ??