docs(FR-2325): add RBAC Management documentation for all languages#6534
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 13, 2026
Conversation
Contributor
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via 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. |
3 tasks
7d0c821 to
6c704d6
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new RBAC Management user manual section to the Backend.AI WebUI docs, plus navigation/terminology updates to integrate it into the existing multi-language documentation set.
Changes:
- Added RBAC Management documentation pages in EN/KO/JA/TH, including role lifecycle, assignments, and permission configuration workflows.
- Added RBAC terminology and added RBAC Management to the docs navigation and overview matrices for all languages.
- Added RBAC screenshots to each language’s docs image set and added Admin Menu cross-references to the RBAC Management page.
Reviewed changes
Copilot reviewed 14 out of 90 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/TERMINOLOGY.md | Adds RBAC terminology and UI navigation term entry for RBAC Management. |
| packages/backend.ai-webui-docs/src/book.config.yaml | Adds RBAC Management page to navigation for EN/JA/KO/TH. |
| packages/backend.ai-webui-docs/src/en/rbac_management/rbac_management.md | New EN RBAC Management manual page with workflows and screenshots. |
| packages/backend.ai-webui-docs/src/ja/rbac_management/rbac_management.md | New JA RBAC Management manual page with workflows and screenshots. |
| packages/backend.ai-webui-docs/src/ko/rbac_management/rbac_management.md | New KO RBAC Management manual page with workflows and screenshots. |
| packages/backend.ai-webui-docs/src/th/rbac_management/rbac_management.md | New TH RBAC Management manual page with workflows and screenshots. |
| packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md | Adds RBAC Management section and cross-reference from Admin Menu. |
| packages/backend.ai-webui-docs/src/ja/admin_menu/admin_menu.md | Adds RBAC Management section and cross-reference from Admin Menu. |
| packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md | Adds RBAC Management section and cross-reference from Admin Menu; also includes a formatting change in an existing admonition block. |
| packages/backend.ai-webui-docs/src/th/admin_menu/admin_menu.md | Adds RBAC Management section and cross-reference from Admin Menu. |
| packages/backend.ai-webui-docs/src/en/overview/overview.md | Adds RBAC Management row to the EN overview feature matrix. |
| packages/backend.ai-webui-docs/src/ja/overview/overview.md | Adds RBAC Management row to the JA overview feature matrix. |
| packages/backend.ai-webui-docs/src/ko/overview/overview.md | Adds RBAC Management row to the KO overview feature matrix. |
| packages/backend.ai-webui-docs/src/th/overview/overview.md | Adds RBAC Management row to the TH overview feature matrix. |
| packages/backend.ai-webui-docs/src/en/images/rbac_role_list_status_filter.png | Adds RBAC screenshot asset (status filter). |
| packages/backend.ai-webui-docs/src/en/images/rbac_assignments_tab.png | Adds RBAC screenshot asset (assignments tab). |
| packages/backend.ai-webui-docs/src/en/images/rbac_add_user_modal.png | Adds RBAC screenshot asset (add user modal). |
| packages/backend.ai-webui-docs/src/ja/images/rbac_role_list_status_filter.png | Adds RBAC screenshot asset (status filter). |
| packages/backend.ai-webui-docs/src/ja/images/rbac_assignments_tab.png | Adds RBAC screenshot asset (assignments tab). |
| packages/backend.ai-webui-docs/src/ja/images/rbac_add_user_modal.png | Adds RBAC screenshot asset (add user modal). |
| packages/backend.ai-webui-docs/src/ko/images/rbac_role_list_status_filter.png | Adds RBAC screenshot asset (status filter). |
| packages/backend.ai-webui-docs/src/ko/images/rbac_assignments_tab.png | Adds RBAC screenshot asset (assignments tab). |
| packages/backend.ai-webui-docs/src/ko/images/rbac_add_user_modal.png | Adds RBAC screenshot asset (add user modal). |
| packages/backend.ai-webui-docs/src/th/images/rbac_role_list_status_filter.png | Adds RBAC screenshot asset (status filter). |
| packages/backend.ai-webui-docs/src/th/images/rbac_assignments_tab.png | Adds RBAC screenshot asset (assignments tab). |
| packages/backend.ai-webui-docs/src/th/images/rbac_add_user_modal.png | Adds RBAC screenshot asset (add user modal). |
6c704d6 to
d553d84
Compare
506ff41 to
7b528c1
Compare
9f81f2a to
bbba7a1
Compare
Merge activity
|
…6534) Resolves #6046 (FR-2325) ## Summary - Add complete RBAC Management user manual documentation in 4 languages (EN, KO, JA, TH) - Add language-specific screenshots for EN, KO, JA (9 screenshots each, 27 total); TH uses EN placeholders (Thai locale unavailable) - Add RBAC terminology to [TERMINOLOGY.md](http://TERMINOLOGY.md) - Add navigation entries in book.config.yaml - Add RBAC cross-references in admin_menu and overview docs - Fix sidebar label: "Administration" → actual i18n labels (Admin Settings / 관리자 설정 / 管理者設定 / การตั้งค่าผู้ดูแลระบบ) - Fix cross-reference links: use `#rbac-management` anchor links with `<a id>` in rbac_management.md ## Documentation coverage - Role list page with filtering and status tabs - Create / Edit / Delete role workflows - Role detail drawer (source, status, dates, description) - Role Assignments tab (add/remove users) - Permissions tab (add permissions with scope type, target, permission type, permission) ## Screenshots (9 per language) | Screenshot | Description | | --- | --- | | `rbac_role_list_page.png` | Role list with filter and table | | `rbac_create_role_modal.png` | Create Role modal | | `rbac_role_detail_drawer.png` | Role detail drawer | | `rbac_edit_role_modal.png` | Edit Role modal | | `rbac_assignments_tab.png` | Role Assignments tab | | `rbac_add_user_modal.png` | Add User modal | | `rbac_remove_user_dialog.png` | Remove user confirmation | | `rbac_permissions_tab.png` | Permissions tab | | `rbac_add_permission_modal.png` | Add Permission modal | ## Test plan - [ ] Verify screenshots render correctly in built documentation - [ ] Verify cross-reference links work from admin_menu to rbac_management - [ ] Check all 4 language versions have structural parity 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bbba7a1 to
4892c49
Compare
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 #6046 (FR-2325)
Summary
#rbac-managementanchor links with<a id>in rbac_management.mdDocumentation coverage
Screenshots (9 per language)
rbac_role_list_page.pngrbac_create_role_modal.pngrbac_role_detail_drawer.pngrbac_edit_role_modal.pngrbac_assignments_tab.pngrbac_add_user_modal.pngrbac_remove_user_dialog.pngrbac_permissions_tab.pngrbac_add_permission_modal.pngTest plan
🤖 Generated with Claude Code