docs(FR-2603): add health check SVG diagrams for all 4 languages, replace ASCII art#6839
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 22, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Backend.AI WebUI user manual (all 4 languages) to replace the health-check ASCII flow diagrams in model_serving.md with new SVG-based diagrams for AppProxy traffic routing and the Manager health state machine.
Changes:
- Replace the in-page ASCII art health-check diagrams with two SVG images in
model_serving.md(en/ko/ja/th). - Add the corresponding
health_check_app_proxy.svgandhealth_check_state_machine.svgassets under each language’simages/directory.
Reviewed changes
Copilot reviewed 4 out of 12 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 | Replaces ASCII diagram with SVG image references (needs path fix). |
| packages/backend.ai-webui-docs/src/en/images/health_check_app_proxy.svg | Adds English AppProxy routing diagram SVG. |
| packages/backend.ai-webui-docs/src/en/images/health_check_state_machine.svg | Adds English health state machine diagram SVG. |
| packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md | Replaces ASCII diagram with SVG image references (needs path fix). |
| packages/backend.ai-webui-docs/src/ko/images/health_check_app_proxy.svg | Adds AppProxy routing diagram SVG (currently contains English labels). |
| packages/backend.ai-webui-docs/src/ko/images/health_check_state_machine.svg | Adds Korean health state machine diagram SVG. |
| packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md | Replaces ASCII diagram with SVG image references (needs path fix). |
| packages/backend.ai-webui-docs/src/ja/images/health_check_app_proxy.svg | Adds Japanese AppProxy routing diagram SVG. |
| packages/backend.ai-webui-docs/src/ja/images/health_check_state_machine.svg | Adds Japanese health state machine diagram SVG. |
| packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md | Replaces ASCII diagram with SVG image references (needs path fix). |
| packages/backend.ai-webui-docs/src/th/images/health_check_app_proxy.svg | Adds Thai AppProxy routing diagram SVG. |
| packages/backend.ai-webui-docs/src/th/images/health_check_state_machine.svg | Adds Thai health state machine diagram SVG. |
c768d32 to
c4568a6
Compare
0d5bbb5 to
902fae7
Compare
This was referenced Apr 21, 2026
Contributor
Author
c4568a6 to
5156a19
Compare
ff66020 to
add6c8e
Compare
bc6cfda to
4475424
Compare
80d246b to
a73d29b
Compare
This was referenced Apr 21, 2026
4475424 to
fbf1fef
Compare
a73d29b to
47657dd
Compare
Merge activity
|
…lace ASCII art (#6839) Resolves part of FR-2603 ## Summary - Recover and add health check SVG diagrams (health_check_app_proxy.svg, health_check_state_machine.svg) for all 4 languages (en/ko/ja/th) - Replace ASCII art flow diagrams in model_serving.md with the two SVG images across all languages: - **① AppProxy**: Traffic routing control diagram (960×500) - **② Manager**: Health state machine diagram (900×800) - KO keeps original Korean-labeled SVGs; EN/JA/TH use translated versions
fbf1fef to
08b2f49
Compare
47657dd to
5b25c38
Compare
Base automatically changed from
04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology
to
main
April 22, 2026 03:43
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