docs(FR-2603): update auto scaling V2 screenshots, fix bold rendering, correct health check initial status, revise condition/cooldown terminology#6807
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Backend.AI WebUI user manual (all 4 languages) to reflect the corrected initial health check status, and refreshes parts of the Korean model serving documentation related to auto-scaling and service launcher UI.
Changes:
- Update the health check diagram’s initial status from
DEGRADEDtoNOT_CHECKEDinen/ja/ko/thmanuals. - Revise the Korean auto-scaling rules documentation (condition direction selector, cooldown wording) and add a new supporting screenshot.
- Remove a now-unneeded runtime-variant screenshot reference from the Korean manual.
Reviewed changes
Copilot reviewed 4 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md | Adjust health check diagram initial status to NOT_CHECKED. |
| packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md | Adjust health check diagram initial status to NOT_CHECKED. |
| packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md | Adjust health check diagram initial status to NOT_CHECKED. |
| packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md | Adjust health check status; update auto-scaling Condition/Cooldown descriptions; remove runtime-variant screenshot reference. |
| packages/backend.ai-webui-docs/src/ko/images/auto_scaling_condition_selector.png | Add new screenshot for the auto-scaling condition selector. |
c768d32 to
c4568a6
Compare
b47daaf to
467ad1b
Compare
This was referenced Apr 21, 2026
Contributor
Author
c4568a6 to
5156a19
Compare
3d3f3cc to
ba280f4
Compare
bc6cfda to
4475424
Compare
This was referenced Apr 21, 2026
4475424 to
fbf1fef
Compare
ba280f4 to
0a4e280
Compare
Merge activity
|
…, correct health check initial status, revise condition/cooldown terminology (#6807) Resolves part of FR-2603 ## Summary - Replace auto scaling V2 screenshots (auto_scaling_rules_v2, auto_scaling_rules_modal_v2, auto_scaling_rules_modal_prometheus_v2) with updated captures from PR #6806 - Add new auto_scaling_condition_selector.png showing the Scale In/Scale Out/Scale In & Out segmented control - Fix bold rendering for "No compatible presets" error message across all 4 languages (en/ja/ko/th) — asterisks were showing as literal characters due to CJK text following closing `*` - Correct Scale In/Out trigger condition notation to show explicit inequality expressions - Rename "Time Window" → "Cooldown Sec." in auto scaling rules table and descriptions (ko) - Update Condition field description from Single/Range → Scale In / Scale Out / Scale In & Out (ko) - Fix health check diagram: initial status `DEGRADED` → `NOT_CHECKED` across all 4 languages - Remove service_launcher_runtime_variant.png reference from ko (variant selection is now auto-handled)
0a4e280 to
57fb0cc
Compare
fbf1fef to
08b2f49
Compare
Base automatically changed from
docs/FR-2603-apply-26.4-model-serving-doc-feedback
to
main
April 22, 2026 03:42
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 part of FR-2603
Summary
*DEGRADED→NOT_CHECKEDacross all 4 languages