Skip to content

Revise Documentations according to the Modern React Templates#25425

Merged
enisn merged 6 commits into
rel-10.4from
10.4-react-docs
May 20, 2026
Merged

Revise Documentations according to the Modern React Templates#25425
enisn merged 6 commits into
rel-10.4from
10.4-react-docs

Conversation

@enisn

@enisn enisn commented May 13, 2026

Copy link
Copy Markdown
Member

Description

Part of https://github.com/volosoft/vs-internal/issues/8531

Scope in this draft

  • updates top-level docs discoverability for React as part of the modern template system
  • updates get-started guidance for classic vs modern flows
  • adds a dedicated Modular Monolith solution-template page and navigation entry
  • revises non-tutorial microservice reference docs for the current modern generated structure:
    • react
    • react-admin-console
    • optional react-public-web
    • optional react-native
  • aligns authentication, localization, health-check, and structure descriptions with the current ABP Studio modern microservice template and Volo.Abp.AdminConsole

Not included yet

  • tutorial updates
  • React tutorial coverage
  • additional screenshot work beyond the updated UI options image already on the branch

Verification

  • verified wording against current local ABP Studio modern template sources and Volo.Abp.AdminConsole
  • ran git diff --check
  • did not run a full docs build / preview

enisn added 3 commits May 13, 2026 16:32
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.
@enisn enisn added this to the 10.4-final milestone May 13, 2026
@skoc10 skoc10 modified the milestones: 10.4-final, 10.4-patch May 14, 2026
@enisn enisn requested a review from ismcagdas May 20, 2026 06:12
@enisn enisn marked this pull request as ready for review May 20, 2026 06:12
Copilot AI review requested due to automatic review settings May 20, 2026 06:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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, optional react-public-web, optional react-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], the Next.Path is set to solution-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 as solution-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"
Comment thread docs/en/solution-templates/microservice/localization-system.md Outdated
enisn and others added 2 commits May 20, 2026 10:59
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 71.1%, saving 23.2 KB.

Filename Before After Improvement Visual comparison
docs/en/images/ui-options.png 32.6 KB 9.4 KB 71.1% View diff

@enisn enisn merged commit 00defdd into rel-10.4 May 20, 2026
1 check passed
@enisn enisn deleted the 10.4-react-docs branch May 20, 2026 08:17
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.

4 participants