docs: add endpoint detail page revision info, alert banners, and edit behavior docs#6767
Open
agatha197 wants to merge 1 commit into04-16-docs_fr-2571_document_model_store_v2_and_auto_scaling_rules_v2_26.4.0_from
Conversation
4 tasks
Contributor
Author
6 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Model Serving “endpoint detail” documentation across languages, adding new sections (revision info, alert banners, edit behavior clarification) and updating screenshots; it also includes a substantial update to data/schema.graphql.
Changes:
- Added Endpoint Detail Page docs: contextual alert banners, “Revision Info” card (mismatch state + “View Current Revision” modal), and clarified edit behavior for
CustomvsvLLM/SGLang. - Updated/added screenshots (e.g.,
service_launcher3.png,endpoint_service_ready_alert.png,endpoint_revision_mismatch.png) across multiple language image directories. - Updated GraphQL schema with new/changed types/fields/mutations/queries (e.g., deployment revision refresh, query preset categories, deployment revision fields).
Reviewed changes
Copilot reviewed 5 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md | Adds alert banner + revision-info + route error modal docs; adds runtime-variant comparison table. |
| packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md | Same doc additions; includes runtime-variant comparison table. |
| packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md | Same doc additions (no runtime-variant comparison table). |
| packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md | Same doc additions (no runtime-variant comparison table). |
| packages/backend.ai-webui-docs/src/en/images/service_launcher3.png | Adds updated screenshot asset. |
| packages/backend.ai-webui-docs/src/ko/images/service_launcher3.png | Adds updated screenshot asset. |
| packages/backend.ai-webui-docs/src/ja/images/service_launcher3.png | Adds updated screenshot asset. |
| packages/backend.ai-webui-docs/src/th/images/service_launcher3.png | Adds updated screenshot asset. |
| packages/backend.ai-webui-docs/src/en/images/endpoint_service_ready_alert.png | Adds new alert banner screenshot asset. |
| packages/backend.ai-webui-docs/src/ko/images/endpoint_service_ready_alert.png | Adds new alert banner screenshot asset. |
| packages/backend.ai-webui-docs/src/ja/images/endpoint_service_ready_alert.png | Adds new alert banner screenshot asset. |
| packages/backend.ai-webui-docs/src/th/images/endpoint_service_ready_alert.png | Adds new alert banner screenshot asset. |
| packages/backend.ai-webui-docs/src/en/images/endpoint_revision_mismatch.png | Adds revision-mismatch screenshot asset. |
| packages/backend.ai-webui-docs/src/ko/images/endpoint_revision_mismatch.png | Adds revision-mismatch screenshot asset. |
| packages/backend.ai-webui-docs/src/ja/images/endpoint_revision_mismatch.png | Adds revision-mismatch screenshot asset. |
| packages/backend.ai-webui-docs/src/th/images/endpoint_revision_mismatch.png | Adds revision-mismatch screenshot asset. |
| data/schema.graphql | Adds/changes GraphQL schema for deployment revisions + query preset categories + other related fields. |
2b1f91f to
5dbb8e0
Compare
1e9e57c to
56dbd79
Compare
yomybaby
added a commit
that referenced
this pull request
Apr 17, 2026
…ng sections and apply KO wording fixes Resolves Sujin's feedback thread for PRs #6760 and #6767: - Remove legacy (pre-26.4.0) sections: Auto Scaling Rules, Model Store (browsing/details/clone/run), Admin Model Store Management (create/edit/delete/scan). Promote the V2 subsections to main section content. - Drop `:::note` version-gate blocks, `#### (version 26.4.0 and later)` headings, and associated HTML anchors now that only the 26.4.0 UI is documented. - Remove the `Scan Project Model Cards` subsection entirely (no longer in UI). - Rewrite Auto Scaling `Step Size` direction with explicit threshold formulas (`[minThreshold] < [metric]`, `[metric] < [maxThreshold]`, `[minThreshold] < [metric] < [maxThreshold]`) instead of prose about `+`/`-`/`±`. - Korean translations: - Translate hardcoded 'No compatible presets available. This model cannot be deployed.' to Korean. - Apply 영어→한국어(영어) formatting consistency in Model Store field lists. - `Edit` → `수정` on Service Info card, routing-info alert, revision edit behavior note. - `Edit`/`Confirm` → `수정`/`업데이트` in Modifying a Service section. - Rewrite `Access Level Internal` description across all languages: clarify that Internal is visible only to administrators of the owning domain and project. - Simplify ripple references to the deploy button (`Run this model` (`Deploy` on 26.4.0) → `Deploy`) in EN/KO/JA/TH. - Add TODO(Recapture) markers for images that still reference legacy or placeholder states (`auto_scaling_rules_v2.png`, `service_launcher_runtime_variant.png`).
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 #6766
Summary