Skip to content

docs(FR-2623): reorganize admin model serving docs and remove clone references#6844

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

docs(FR-2623): reorganize admin model serving docs and remove clone references#6844
graphite-app[bot] merged 1 commit intomainfrom
04-21-docs_fr-2623_reorganize_admin_model_serving_docs_and_remove_clone_references

Conversation

@agatha197
Copy link
Copy Markdown
Contributor

@agatha197 agatha197 commented Apr 21, 2026

Resolves #6843 (FR-2623)

Summary

  • Moved Admin features (Admin Serving Page, Admin Model Store Management) from model_serving.md to admin_menu.md across all 4 languages — admin-only content now lives in the Admin Menu section where it belongs.
  • Removed all clone-related content from admin_menu.md and model_serving.md (Clone to Folder, Create Service from This Model, Cloning a Model). The clone feature is no longer provided by the product.
  • Rewrote the model-definition.yaml description as an advanced configuration option for the Custom runtime variant during serving. The old wording incorrectly implied that uploading the file creates a model card; model cards are now managed via the Admin UI backed by the database.
  • Removed the stale old Model Store Page section along with the model_card_added.png reference.
  • Kept the Cloneable field in vfolder.md — it is still a real field in the vfolder creation modal.

Test Plan

  • Verify admin_menu.md renders correctly with the new Admin Features section in en/ko/ja/th
  • Verify model_serving.md no longer references clone or admin-only features in en/ko/ja/th
  • Verify the vfolder.md Cloneable field documentation is intact in en/ko/ja/th
  • Rebuild the PDF locally and spot-check the reorganized pages

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 marked this pull request as ready for review April 21, 2026 13:18
@agatha197 agatha197 review requested due to automatic review settings April 21, 2026 13:19
Copilot AI review requested due to automatic review settings April 22, 2026 03:31
@ironAiken2 ironAiken2 force-pushed the 04-21-docs_fr-2623_reorganize_admin_model_serving_docs_and_remove_clone_references branch from 7469bb2 to 36a0f74 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
Copy link
Copy Markdown
Contributor

@ironAiken2 ironAiken2 left a comment

Choose a reason for hiding this comment

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

LGTM

@graphite-app
Copy link
Copy Markdown

graphite-app Bot commented Apr 22, 2026

Merge activity

  • Apr 22, 3:33 AM UTC: ironAiken2 added this pull request to the Graphite merge queue.
  • Apr 22, 3:46 AM UTC: The Graphite merge queue couldn't merge this PR because it failed for an unknown reason (All comments in this PR must be resolved before merging. Once you've resolved all open comment threads, you can retry your merge.).
  • Apr 22, 4:07 AM UTC: ironAiken2 added this pull request to the Graphite merge queue.
  • Apr 22, 4:08 AM UTC: Merged by the Graphite merge queue.

@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
graphite-app Bot pushed a commit that referenced this pull request Apr 22, 2026
…eferences (#6844)

Resolves #6843 ([FR-2623](https://lablup.atlassian.net/browse/FR-2623))

## Summary

- Moved Admin features (Admin Serving Page, Admin Model Store Management) from `model_serving.md` to `admin_menu.md` across all 4 languages — admin-only content now lives in the Admin Menu section where it belongs.
- Removed all clone-related content from `admin_menu.md` and `model_serving.md` (Clone to Folder, Create Service from This Model, Cloning a Model). The clone feature is no longer provided by the product.
- Rewrote the `model-definition.yaml` description as an advanced configuration option for the Custom runtime variant during serving. The old wording incorrectly implied that uploading the file creates a model card; model cards are now managed via the Admin UI backed by the database.
- Removed the stale old Model Store Page section along with the `model_card_added.png` reference.
- Kept the Cloneable field in `vfolder.md` — it is still a real field in the vfolder creation modal.

## Test Plan

- [ ] Verify `admin_menu.md` renders correctly with the new Admin Features section in en/ko/ja/th
- [ ] Verify `model_serving.md` no longer references clone or admin-only features in en/ko/ja/th
- [ ] Verify the `vfolder.md` Cloneable field documentation is intact in en/ko/ja/th
- [ ] Rebuild the PDF locally and spot-check the reorganized pages

[FR-2623]: https://lablup.atlassian.net/browse/FR-2623?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@graphite-app graphite-app Bot force-pushed the 04-21-docs_fr-2623_reorganize_admin_model_serving_docs_and_remove_clone_references branch from 36a0f74 to d09a116 Compare April 22, 2026 03:38
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

Reorganizes the Model Serving and Admin Menu documentation to move admin-only content into the Admin Menu section and remove deprecated clone-related guidance, while updating the model-definition.yaml description to reflect its current role in serving.

Changes:

  • Moved “Admin Features” (Admin Serving + Model Store Management) out of model_serving.md and into admin_menu.md across en/ko/ja/th.
  • Removed clone-related documentation from Model Serving and Admin Menu pages across all languages.
  • Reframed model-definition.yaml as an advanced/optional configuration for the Custom runtime variant and removed stale “upload creates model card” wording and related screenshot references.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
packages/backend.ai-webui-docs/src/en/model_serving/model_serving.md Removes clone/admin-only sections from the user-facing Model Serving page.
packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md Adds Admin Features + revises Model Store/model-definition guidance; removes clone sections.
packages/backend.ai-webui-docs/src/ko/model_serving/model_serving.md Removes clone/admin-only sections from the user-facing Model Serving page.
packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md Adds Admin Features + revises Model Store/model-definition guidance; removes clone sections.
packages/backend.ai-webui-docs/src/ja/model_serving/model_serving.md Removes clone/admin-only sections from the user-facing Model Serving page; minor label updates.
packages/backend.ai-webui-docs/src/ja/admin_menu/admin_menu.md Adds Admin Features + revises Model Store/model-definition guidance; removes clone sections.
packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md Removes clone/admin-only sections from the user-facing Model Serving page; minor terminology/label updates.
packages/backend.ai-webui-docs/src/th/admin_menu/admin_menu.md Adds Admin Features + revises Model Store/model-definition guidance; removes clone sections.

Comment thread packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md
Comment thread packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md Outdated
Comment thread packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md Outdated
Comment thread packages/backend.ai-webui-docs/src/ja/admin_menu/admin_menu.md Outdated
Comment thread packages/backend.ai-webui-docs/src/th/admin_menu/admin_menu.md Outdated
Comment thread packages/backend.ai-webui-docs/src/th/model_serving/model_serving.md Outdated
Base automatically changed from 04-21-docs_fr-2603_add_health_check_svg_diagrams_for_all_4_languages_replace_ascii_art to main April 22, 2026 03:44
…eferences (#6844)

Resolves #6843 ([FR-2623](https://lablup.atlassian.net/browse/FR-2623))

## Summary

- Moved Admin features (Admin Serving Page, Admin Model Store Management) from `model_serving.md` to `admin_menu.md` across all 4 languages — admin-only content now lives in the Admin Menu section where it belongs.
- Removed all clone-related content from `admin_menu.md` and `model_serving.md` (Clone to Folder, Create Service from This Model, Cloning a Model). The clone feature is no longer provided by the product.
- Rewrote the `model-definition.yaml` description as an advanced configuration option for the Custom runtime variant during serving. The old wording incorrectly implied that uploading the file creates a model card; model cards are now managed via the Admin UI backed by the database.
- Removed the stale old Model Store Page section along with the `model_card_added.png` reference.
- Kept the Cloneable field in `vfolder.md` — it is still a real field in the vfolder creation modal.

## Test Plan

- [ ] Verify `admin_menu.md` renders correctly with the new Admin Features section in en/ko/ja/th
- [ ] Verify `model_serving.md` no longer references clone or admin-only features in en/ko/ja/th
- [ ] Verify the `vfolder.md` Cloneable field documentation is intact in en/ko/ja/th
- [ ] Rebuild the PDF locally and spot-check the reorganized pages

[FR-2623]: https://lablup.atlassian.net/browse/FR-2623?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@ironAiken2 ironAiken2 force-pushed the 04-21-docs_fr-2623_reorganize_admin_model_serving_docs_and_remove_clone_references branch from d09a116 to 774580f Compare April 22, 2026 04:02
@graphite-app graphite-app Bot merged commit 774580f into main Apr 22, 2026
8 checks passed
@graphite-app graphite-app Bot deleted the 04-21-docs_fr-2623_reorganize_admin_model_serving_docs_and_remove_clone_references branch April 22, 2026 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reorganize admin model serving docs and remove deprecated clone content

3 participants