docs(model-serving): update for deployment-only create modal, revision UX, and detail page polish#7443
Merged
Conversation
Member
Author
This was referenced May 16, 2026
Merged
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Model Serving section of the user manual (EN, KO, JA, TH) to reflect the new two-step deployment + revision workflow, the redesigned Endpoint Detail Page (deployment alerts, Visibility/SHM, More menu, Replicas filter, Revisions tab), and the unified "Apply" terminology. Also refreshes the termination instructions to use the new typed-confirmation Delete Deployment flow.
Changes:
- Replaces the single Service Launcher description with separate Create Deployment, Add Revision, and Preset-mode sections, and keeps the existing field reference as a follow-up subsection.
- Expands the Endpoint Detail Page with new alert variants, Visibility/Resource Group/SHM fields, More menu/delete-icon conventions, a Replicas tab, and a Revisions tab with an Apply action.
- Rewrites the "Terminating the Service" guidance to point at the More menu's Delete Deployment flow.
Reviewed changes
Copilot reviewed 4 out of 28 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md | English source updated for the new deployment/revision flow and Endpoint Detail Page sections. |
| packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md | Korean translation kept structurally in sync with the English changes. |
| packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md | Japanese translation kept structurally in sync with the English changes. |
| packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md | Thai translation kept structurally in sync with the English changes. |
Comments suppressed due to low confidence (2)
packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md:565
endpoint_detail_shm.pngdoes not exist in the repository, and the adjacent TODO comment confirms the screenshot has not been captured yet. The same broken image reference is added to theko,ja, andthtranslations. Capture the screenshot or remove the reference before merging to avoid a broken image in published docs.

<!-- TODO: Capture screenshot — SHM displayed in endpoint detail config -->
packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md:585
replica_status_filter.pngdoes not exist anywhere undersrc/*/images/, and the adjacent TODO confirms it has not been captured. The same broken reference is added to all four language versions. Capture the screenshot or remove the image (and TODO) before merging.

<!-- TODO: Capture screenshot — Running/Terminated radio filter -->
a6f0429 to
deb757e
Compare
1b25189 to
accb898
Compare
deb757e to
b1307b7
Compare
b1307b7 to
dcc10dc
Compare
accb898 to
47bc665
Compare
Merged
5 tasks
5 tasks
5 tasks
2 tasks
47bc665 to
c5932db
Compare
dcc10dc to
be9b9dd
Compare
be9b9dd to
dcc10dc
Compare
c5932db to
47bc665
Compare
Merged
3 tasks
Merge activity
|
…n UX, and detail page polish (#7443) resolves #NNN (FR-MMM) Rewrites the Model Serving documentation across all four locales (EN, JA, KO, TH) to reflect the new two-step deployment creation flow and the revised Endpoint Detail Page structure. **Creation flow changes:** - Replaces the single "Service Launcher" section with a two-step flow: **Create Deployment** (deployment-level metadata only) followed by **Add Revision** (runtime configuration snapshot). - Documents the new **Create Deployment** modal fields: deployment name, Open To Public toggle, and resource group selection. - Documents the new **Add Revision** modal fields: runtime variant, environment/version, model storage, start command (Custom only), environment variables, resource preset, and auto-activate toggle. - Notes that the revision name field has been removed; revisions are now identified by auto-assigned revision numbers. - Documents **Preset Mode** for revision creation, including preset selector behavior, field pre-filling, and fallback to manual mode when no compatible presets exist. **Endpoint Detail Page changes:** - Adds a new **Deployment Alerts** section documenting all contextual banners: Healthy/ready, private deployment token warning, no current revision, preparing, and not-in-project states. - Updates the Service Info card to reflect the new **Visibility** (Public/Private) tag, **Resource Group** as deployment-level metadata, and **Shared Memory (SHM)** in the resources field. - Documents the **More Menu** on the Service Info card and clarifies the filled (`DeleteFilled`) vs. outlined (`DeleteOutlined`) trash icon convention for permanent delete vs. soft delete. - Adds a **Replicas** section documenting the new Running/Terminated radio filter and the three independent status fields per replica (Lifecycle, Health, Traffic). - Adds a **Revisions Tab** section documenting revision number ordering, column definitions, filtering/sorting, and the **Apply** action with its rollout behavior. - Updates the service termination instructions to use the More menu → Delete Deployment flow with typed-confirmation modal instead of the Controls column Delete button. Adds new screenshots for the Create Deployment modal, Add Revision modal, endpoint detail visibility tag, endpoint detail private alert, endpoint detail More menu, and revision history tab across all locales. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
dcc10dc to
1a6ba8b
Compare
47bc665 to
39db375
Compare
graphite-app Bot
pushed a commit
that referenced
this pull request
May 19, 2026
…filter screenshots (#7459) > **Stacked on** #7443 (`docs(model-serving): update for deployment-only create modal, revision UX, and detail page polish`). Follow-up polish that resolves the screenshot `TODO` placeholders introduced by #7443 in `model_serving.md`. No separate issue (small completion of #7443's own scope). ## Summary - Captured **`endpoint_detail_ready_alert.png`** and **`replica_status_filter.png`** from the live WebUI on a healthy deployment, in all 4 locales (en/ja/ko/th), at 2× zoom via `window.switchLanguage` per `SCREENSHOT-GUIDELINES.md`. - Removed the 2 corresponding `<!-- TODO: Capture screenshot — ... -->` comments in `src/{en,ja,ko,th}/model_serving/model_serving.md` (8 lines total). Image references and surrounding blank lines unchanged. ## Intentionally left as-is - **`endpoint_detail_shm.png` TODO kept.** The live Endpoint Detail Page has no "Service Info" card (it renders "Basic Information") and surfaces **no Shared Memory (SHM)** field for the available deployment (verified via DOM scan). Capturing it would require fabrication — and it signals a **doc↔UI mismatch** in #7443's prose that should be addressed in #7443, not faked here. - **Cross-reference `TODO` (Deployment Presets link) kept.** `deployment_presets.md` is added by #7444, which is stacked above #7443; restoring the link here would create a broken internal link. Belongs in #7444's scope. ## Notes for #7443 author - The ready-alert section describes a **"Start Chat"** button, but the actual UI button is **"Test in Chat"** (visible in the new screenshot). Prose-only fix, out of scope for this PR. ## Test plan - [ ] `src/{en,ja,ko,th}/images/endpoint_detail_ready_alert.png` and `replica_status_filter.png` render in the manual. - [ ] Each locale's screenshot shows that locale's UI strings. - [ ] Only the SHM + cross-reference TODOs remain in `model_serving.md`. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Base automatically changed from
05-15-docs_rename_wsproxy_to_app_proxy_across_the_manual
to
main
May 19, 2026 15:23
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.

resolves #NNN (FR-MMM)
Rewrites the Model Serving documentation across all four locales (EN, JA, KO, TH) to reflect the new two-step deployment creation flow and the revised Endpoint Detail Page structure.
Creation flow changes:
Endpoint Detail Page changes:
DeleteFilled) vs. outlined (DeleteOutlined) trash icon convention for permanent delete vs. soft delete.Adds new screenshots for the Create Deployment modal, Add Revision modal, endpoint detail visibility tag, endpoint detail private alert, endpoint detail More menu, and revision history tab across all locales.
Checklist: