Suite docs: document MudBlazor support#25448
Merged
Merged
Conversation
Describe how ABP Suite detects the Blazor UI library from the .csproj package references and routes CRUD page generation through the new Frontend.Blazor.MudBlazor.* template tree: - index.md: new Blazor UI library section covering detection, template routing and Template Management UI filtering. - generating-crud-page.md: note explaining that Blazor solutions emit MudBlazor or Blazorise UI automatically based on the resolved library. - customizing-the-generated-code.md: warn that Blazorise and MudBlazor customizations live under separate resource names and are not shared. - editing-templates.md: add Frontend.Blazor.MudBlazor prefix to the template-name conventions list.
Contributor
There was a problem hiding this comment.
Pull request overview
Documents how ABP Suite detects and uses MudBlazor vs Blazorise for Blazor CRUD page generation, including how this affects template routing, template management, and template customization isolation.
Changes:
- Added a “Blazor UI library” section explaining MudBlazor detection and its impact on template selection/routing.
- Updated CRUD generation docs to note MudBlazor-specific output vs Blazorise output and link to the detection details.
- Clarified template naming conventions and customization behavior for
Frontend.Blazor.*vsFrontend.Blazor.MudBlazor.*.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/en/suite/index.md | Adds the core explanation of Blazor UI library detection and how Suite uses it to pick MudBlazor vs Blazorise templates. |
| docs/en/suite/generating-crud-page.md | Adds a note describing how generated Blazor UI differs for MudBlazor vs Blazorise solutions and points to the central section. |
| docs/en/suite/editing-templates.md | Updates template naming convention docs to distinguish Blazorise vs MudBlazor template trees and explains filtering behavior. |
| docs/en/suite/customizing-the-generated-code.md | Explains how customizations are isolated between Blazorise and MudBlazor resource names and what to do during migration. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
ismcagdas
approved these changes
Jun 8, 2026
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.
Documents Suite's MudBlazor support.