Skip to content

docs(FR-2603): add health check SVG diagrams for all 4 languages, replace ASCII art#6839

Merged
graphite-app[bot] merged 1 commit intomainfrom
04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art
Apr 22, 2026
Merged

docs(FR-2603): add health check SVG diagrams for all 4 languages, replace ASCII art#6839
graphite-app[bot] merged 1 commit intomainfrom
04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art

Conversation

@agatha197
Copy link
Copy Markdown
Contributor

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

Copilot AI review requested due to automatic review settings April 21, 2026 10:14
@github-actions github-actions Bot added the size:XL 500~ LoC label Apr 21, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.svg and health_check_state_machine.svg assets under each language’s images/ 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.

Comment thread packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md Outdated
Comment thread packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md Outdated
Comment thread packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md Outdated
Comment thread packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md Outdated
Copy link
Copy Markdown
Contributor Author

agatha197 commented Apr 21, 2026


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of 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.

@agatha197 agatha197 force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch from c4568a6 to 5156a19 Compare April 21, 2026 11:07
@agatha197 agatha197 force-pushed the 04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art branch 2 times, most recently from ff66020 to add6c8e Compare April 21, 2026 11:13
@agatha197 agatha197 force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch 2 times, most recently from bc6cfda to 4475424 Compare April 21, 2026 11:20
@agatha197 agatha197 force-pushed the 04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art branch 3 times, most recently from 80d246b to a73d29b Compare April 21, 2026 11:53
@ironAiken2 ironAiken2 force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch from 4475424 to fbf1fef Compare April 22, 2026 03:31
@ironAiken2 ironAiken2 force-pushed the 04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art branch from a73d29b to 47657dd Compare April 22, 2026 03:31
@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 22, 2026

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
@graphite-app graphite-app Bot force-pushed the 04-18-docs_fr-2603_update_auto_scaling_v2_screenshots_fix_bold_rendering_correct_health_check_initial_status_revise_condition_cooldown_terminology branch from fbf1fef to 08b2f49 Compare April 22, 2026 03:37
@graphite-app graphite-app Bot force-pushed the 04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art branch from 47657dd to 5b25c38 Compare April 22, 2026 03:37
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
@graphite-app graphite-app Bot merged commit 5b25c38 into main Apr 22, 2026
4 checks passed
@graphite-app graphite-app Bot deleted the 04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art branch April 22, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XL 500~ LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants