docs: rename WSProxy to App Proxy across the manual#7442
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull request overview
This PR renames the user-facing label "WSProxy" to "App Proxy" across the Backend.AI WebUI user manual to match the UI label change introduced in FR-2841, while preserving lowercase wsproxy in code style when the docs refer to the internal binary/daemon. A new terminology section codifies the rule across English, Korean, Japanese, and Thai.
Changes:
- Added an "App Proxy (formerly WSProxy)" entry plus a "do not use" row in
TERMINOLOGY.mdwith per-language field labels. - Updated overview, troubleshooting, and admin-menu pages in
en,ko,ja,thto use "App Proxy" for UI references and to wrap daemon references in`wsproxy`code style. - Verified the docs labels match the i18n strings (
AppProxyAddress,AppProxyAPIToken) already shipped inresources/i18n/*.json.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/TERMINOLOGY.md | Adds App Proxy terminology section, per-language field labels, and a deprecation row. |
| packages/backend.ai-webui-docs/src/en/overview/overview.md | Switches daemon references to wsproxy code style and notes the App Proxy UI label. |
| packages/backend.ai-webui-docs/src/en/trouble_shooting/trouble_shooting.md | Renames WSProxy service mention to "App Proxy (formerly WSProxy)". |
| packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md | Updates resource group field labels to App Proxy. |
| packages/backend.ai-webui-docs/src/ko/overview/overview.md | Korean equivalent of the overview update. |
| packages/backend.ai-webui-docs/src/ko/trouble_shooting/trouble_shooting.md | Korean troubleshooting rename. |
| packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md | Korean resource group field-label rename. |
| packages/backend.ai-webui-docs/src/ja/overview/overview.md | Japanese overview update. |
| packages/backend.ai-webui-docs/src/ja/trouble_shooting/trouble_shooting.md | Japanese troubleshooting rename. |
| packages/backend.ai-webui-docs/src/ja/admin_menu/admin_menu.md | Japanese resource group field-label rename. |
| packages/backend.ai-webui-docs/src/th/overview/overview.md | Thai overview update. |
| packages/backend.ai-webui-docs/src/th/trouble_shooting/trouble_shooting.md | Thai troubleshooting rename. |
| packages/backend.ai-webui-docs/src/th/admin_menu/admin_menu.md | Thai resource group field-label rename. |
a6f0429 to
deb757e
Compare
deb757e to
b1307b7
Compare
FR-2841 (#7300) renamed all WSProxy i18n keys/values to App Proxy in the UI. This updates the user manual accordingly. - admin_menu Resource Group fields: WSProxy Server Address → App Proxy Server Address, WSProxy API Token → App Proxy API Token - overview: keep architectural `wsproxy` daemon mentions in inline code; clarify UI surface is App Proxy - trouble_shooting: update WSProxy references to App Proxy - TERMINOLOGY.md: new App Proxy entry with formerly-WSProxy guidance and Terms-to-Avoid row Updated in all 4 languages (en/ko/ja/th). Part of the recent main-branch docs catch-up plan (Work Item 5).
b1307b7 to
dcc10dc
Compare

Documentation-side follow-through of the WSProxy → App Proxy rename (i18n keys/values renamed in FR-2841, #7300).
Renames the user-facing "WSProxy" label to "App Proxy" across the user manual (en/ko/ja/th):
admin_menu.mdtrouble_shooting.mdappendix.mdTERMINOLOGY.mdThe exact corrected scope is captured in stacked PR #7472 (see review note above).
Checklist: