docs(FR-2571): address 26.4 docs feedback — remove legacy model serving sections and apply KO wording fixes#6778
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 22, 2026
Conversation
This was referenced Apr 17, 2026
Member
Author
This was referenced Apr 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Backend.AI WebUI Model Serving user-manual pages to reflect the 26.4 Model Store / auto-scaling UX, removing legacy “Run this model” and pre-26.4 sections while aligning screenshots and wording across translations.
Changes:
- Replaces legacy “Run this model” references with the newer deploy flow and updates Model Store / admin management descriptions.
- Simplifies Auto Scaling Rules documentation to the redesigned 26.4+ UI and adds recapture TODOs for updated screenshots.
- Harmonizes structure by adding missing subsections (e.g., “Model Card Details”, “Cloning a Model”, “Deploying a Model”) across languages.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 19 comments.
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md | Removes legacy sections; updates Auto Scaling Rules + Model Store docs; adds new subsections and screenshot TODOs. |
| packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md | Updates Korean wording and sections to match the 26.4+ Model Store / Auto Scaling UI. |
| packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md | Updates Japanese wording and sections to match the 26.4+ Model Store / Auto Scaling UI. |
| packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md | Updates Thai wording and sections to match the 26.4+ Model Store / Auto Scaling UI. |
aee593d to
99d511b
Compare
4 tasks
99d511b to
62feb55
Compare
56dbd79 to
2735029
Compare
62feb55 to
a914365
Compare
This was referenced Apr 21, 2026
a914365 to
c6299cd
Compare
2735029 to
1fc2fbb
Compare
Merge activity
|
…ng sections and apply KO wording fixes (#6778) resolves #NNN (FR-MMM) <!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. --> <!-- Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes, and how it affects the users and other developers. --> **Checklist:** (if applicable) - [ ] 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
1fc2fbb to
2cfe742
Compare
c6299cd to
e667f94
Compare
graphite-app Bot
pushed a commit
that referenced
this pull request
Apr 22, 2026
…er fields, vLLM/SGLang runtime params (#6804) Resolves #6803 ([FR-2603](https://lablup.atlassian.net/browse/FR-2603)) ## Summary Addresses additional Sujin feedback on the 26.4 model serving docs, stacked on top of #6778. - **Service Launcher fields**: Refined descriptions for Service Name, Open To Public, Model Storage Folder to Mount, Inference Runtime Variant, and Environment / Version across en/ja/ko/th. - **Runtime parameters**: Split into vLLM and SGLang subsections reflecting the new tab-based UI (Model Loading / Resource Memory / Serving Performance / Multimodal / Tool Reasoning). Documented Model Loading tab fields (Model, DType, Quantization, Max Model Length / Context Length, Served Model Name, Trust Remote Code). - **Legacy section removal**: Removed the `<details>` block about model service configuration in version 23.03 and earlier. Moved the Custom runtime workflow (model / service definition files) behind a collapsible block below the 26.4 quick-deploy flow so the default path is visible first. - **Command mode section**: Moved the command-mode screenshot before the field list and consolidated the field bullets (start command, model mount, port auto-detect, health check URL auto-detect, initial delay, max retries). - **Port / Health URL / Mount auto-detection**: Clarified that these fields are auto-detected from the start command. - **Scale Out/In sentence removal**: Removed the sentence referencing the explicit Scale Out / Scale In selector, since the step-size column now infers direction automatically. - **Drawer error alert rendering fix**: Changed `*No compatible presets available. This model cannot be deployed.*` to `**...**` so it renders as bold (the original italic was not rendering reliably next to CJK characters). - **Screenshots**: Refreshed `service_launcher1.png` and `service_launcher_command_mode.png` for ko. Added new `service_launcher_runtime_params_vllm.png` and `service_launcher_runtime_params_sglang.png` for ko. ## Test plan - [ ] Render the ko docs locally and verify the drawer error alert in the Model Store section renders as bold (no stray `*` characters). - [ ] Verify the Service Launcher field list and the command-mode subsection show the updated labels and screenshots. - [ ] Verify the vLLM and SGLang runtime parameters subsections render with the new per-tab field descriptions and the new screenshots. - [ ] Regenerate the ko PDF (`pnpm run pdf:ko`) and confirm pages 121–122 show the updated vLLM / SGLang runtime parameter images and that 그림 15.6 shows the updated service launcher view. [FR-2603]: https://lablup.atlassian.net/browse/FR-2603?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Base automatically changed from
docs/add-endpoint-detail-revision-info-alerts
to
main
April 22, 2026 03:41
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)
Checklist: (if applicable)