Merge branch rel-10.7 with rel-10.6 - #25920
Merged
Merged
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ting-lowcode-integration Document existing-solution Low-Code integration
voloagent
marked this pull request as ready for review
August 5, 2026 08:59
voloagent
approved these changes
Aug 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR (auto-merge from rel-10.7 into rel-10.6) primarily expands the Low-Code documentation set by adding retrofit and non-React integration guides, and wiring them into the Low-Code index and global docs navigation.
Changes:
- Added a new guide for retrofitting Low-Code into an existing EF Core solution (
add-to-existing-solution.md). - Added a new guide for using Low-Code runtime/designer from non-React UIs via a companion React app (
non-react-ui-integration.md). - Linked the new guides from the Low-Code landing page and included them in the docs navigation.
Reviewed changes
Copilot reviewed 4 out of 8 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/en/low-code/non-react-ui-integration.md | New guide describing Admin Console + companion React runtime integration for MVC/Razor Pages/Angular/Blazor hosts |
| docs/en/low-code/index.md | Adds references to the new retrofit/non-React guides |
| docs/en/low-code/add-to-existing-solution.md | New guide detailing ABP Studio import + manual wiring for adding Low-Code to an existing solution |
| docs/en/docs-nav.json | Adds the two new Low-Code guides to the docs navigation |
Suppressed comments (1)
docs/en/low-code/non-react-ui-integration.md:367
- In the
dynamic-env.jsonexample,oAuthConfig.requireHttpsis set to the string "true" while nearby fields are booleans. This should be a JSON boolean to match typical ABPdynamic-env.jsonshape and avoid type-mismatch bugs in configuration parsing.
"requireHttps": "true",
|
|
||
| ```json | ||
| { | ||
| "production": "true", |
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.
This PR generated automatically to merge rel-10.7 with rel-10.6. Please review the changed files before merging to prevent any errors that may occur.