Revise Documentations according to the Modern React Templates#25425
Merged
Conversation
Update docs/en/index.md to mention React availability and link to the UI options page; replace/update the UI image (images/ui-options.png) with a larger width and improved alt text; and fix the ABP CLI link to ./cli/index.md. These changes clarify UI framework support and correct internal documentation links.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the ABP documentation set to reflect the modern React-first template system in ABP Studio/CLI, improving discoverability and aligning the Microservice and Modular Monolith reference docs with the current generated solution structure (React apps, gateways, AuthServer, optional public web and React Native).
Changes:
- Added a dedicated Modular Monolith solution template page and included it in the main docs navigation.
- Revised Microservice solution template reference pages to describe the modern React app set (
react,react-admin-console, optionalreact-public-web, optionalreact-native) and related gateways. - Updated get-started and UI options docs to clearly distinguish classic vs modern flows and link to the correct guidance.
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/en/solution-templates/modular-monolith/index.md | New page documenting the modern Modular Monolith template structure and intended use. |
| docs/en/solution-templates/microservice/web-applications.md | Updates web app descriptions to React apps + admin console model for the modern template. |
| docs/en/solution-templates/microservice/solution-structure.md | Aligns folder/module structure description with modern React apps and gateways. |
| docs/en/solution-templates/microservice/overview.md | Updates overview to modern web/mobile options and React app set. |
| docs/en/solution-templates/microservice/mobile-applications.md | Revises mobile section to focus on optional React Native app + mobile gateway. |
| docs/en/solution-templates/microservice/localization-system.md | Updates localization guidance for React, admin console, and optional React Native. |
| docs/en/solution-templates/microservice/index.md | Adds scope note that pages describe the modern React-based microservice template. |
| docs/en/solution-templates/microservice/health-check-configuration.md | Clarifies health checks apply to .NET apps, not React frontends. |
| docs/en/solution-templates/microservice/authentication.md | Updates authentication flow descriptions for React and optional React Native. |
| docs/en/solution-templates/index.md | Updates solution template overview to include classic vs modern and Modular Monolith. |
| docs/en/solution-templates/guide.md | Updates selection guide to map classic templates to modern wizard architectures. |
| docs/en/solution-templates/application-module/index.md | Clarifies standalone module solution flow vs modern modular monolith wizard flow. |
| docs/en/index.md | Improves React discoverability and fixes ABP CLI link target. |
| docs/en/get-started/single-layer-web-application.md | Adds guidance to use modern templates for React UI. |
| docs/en/get-started/microservice.md | Updates quick start to reflect modern microservice React app structure and runner behavior. |
| docs/en/get-started/layered-web-application.md | Adds guidance to use modern templates for React UI. |
| docs/en/get-started/index.md | Adds pointer to modern templates (abp new --modern) for React-based web UI. |
| docs/en/framework/ui/index.md | Clarifies React is part of the modern template system. |
| docs/en/docs-nav.json | Adds “Modular Monolith” to the Solution Templates navigation. |
Comments suppressed due to low confidence (1)
docs/en/solution-templates/modular-monolith/index.md:20
- In
//[doc-nav], theNext.Pathis set tosolution-templates/microservice/index.md. Doc-nav paths in this section are generally extensionless (e.g.,solution-templates/microservice/overview). Use a consistent path format (such assolution-templates/microservice) to ensure navigation works correctly.
"Next": {
"Name": "Microservice Solution",
"Path": "solution-templates/microservice/index.md"
}
Comment on lines
+15
to
+19
| "Path": "solution-templates/layered-web-application/index.md" | ||
| }, | ||
| "Next": { | ||
| "Name": "Microservice Solution", | ||
| "Path": "solution-templates/microservice/index.md" |
ismcagdas
approved these changes
May 20, 2026
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Contributor
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 71.1%, saving 23.2 KB.
|
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.
Description
Part of https://github.com/volosoft/vs-internal/issues/8531
Scope in this draft
reactreact-admin-consolereact-public-webreact-nativeVolo.Abp.AdminConsoleNot included yet
Verification
Volo.Abp.AdminConsolegit diff --check