docs(channel-deployment): rebrand COCO → OpenMax in EN & ZH guides#180
Merged
tyler-0xffff merged 1 commit intoJul 20, 2026
Merged
Conversation
Replace all COCO brand mentions (Dashboard name, account, example app/bot names, manifest samples, agent references) with OpenMax in both language versions of the channel-deployment guide. Deliberately unchanged: live URLs/domains (icoco.ai, docs.icoco.ai, webhook subdomains), image file paths, and GitHub release asset links. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
tyler-0xffff
approved these changes
Jul 20, 2026
tyler-0xffff
left a comment
Contributor
There was a problem hiding this comment.
Review: PASS ✅
Verified against 3 checkpoints:
① Brand text only, no collateral damage
- Image
withBase(...)count identical to main: EN 85/85, ZH 67/67 - HTTP link count identical to main: EN 30/30, ZH 27/27
- All product URLs preserved (
icoco.ai/dashboard,docs.icoco.ai/privacy-policy,docs.icoco.ai/user-agreement, webhook subdomains), image file paths untouched (correctly avoids re-triggering the #178 CDN-cache-404 issue), GitHub release asset links untouched.
② Full zh + en coverage, no brand-text residual
- Residual grep on both files: no remaining brand-text
COCO. All leftover "coco" strings are exclusively the intentionally-kepticoco.aidomain,coco-materialsrelease assets, and/coco-dashboard-*.pngimage paths. - Consistent with existing MS-Teams section wording (COCO Dashboard → OpenMax Dashboard, example names, Teams manifest name/developer/description, Azure bot handle, secrets label).
③ Build
vitepress build docs→ exit 0, pages rendered, sitemap generated. (Pre-existing cosmetic@importorder warning in theme CSS, unrelated to this PR.)
Post-deploy I'll verify live on both docs.icoco.ai and docs.openmax.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per the brand upgrade to OpenMax, replace all remaining COCO brand mentions in both language versions of the channel-deployment guide (
docs/getting-started/channel-deployment.md+docs/zh/getting-started/channel-deployment.md).Changed (brand copy only)
COCO AI Employee/COCO AI 员工/My COCO AI/COCO AI→ OpenMax equivalents;my_coco_ai_bot→my_openmax_ai_bot; bot handlecoco-ai-employee→openmax-ai-employee;COCO Bot Secret→OpenMax Bot SecretnameCOCO→OpenMax, app name & descriptionDeliberately NOT changed
icoco.ai/dashboard,docs.icoco.ai/*,<subdomain>.icoco.aiwebhook examples (product URLs still live on these domains)/coco-dashboard-*.png) — renaming images would re-trigger the CDN cache issue fixed in fix(channel-deployment): cache-bust MS Teams tutorial images (rename to -v2) #178; filenames are invisible to readersgithub.com/openmaxai/coco-materials/...)Verification
grep -i cocoresidue check: zero brand-text matches left; remaining matches are only domains/file paths/repo URLsvitepress buildpasses locally (EN + ZH render clean)109 replacements per side, text-only, no structural/link/anchor changes.
🤖 Generated with Claude Code