Skip to content

Conversation

@yekalkan
Copy link
Member

@yekalkan yekalkan commented Jan 6, 2026

No description provided.

@yekalkan yekalkan added this to the 10.0-patch-final milestone Jan 6, 2026
@yekalkan yekalkan requested a review from enisn January 6, 2026 12:59
@yekalkan yekalkan marked this pull request as draft January 7, 2026 05:52
@yekalkan yekalkan changed the title Documentation: Enhanced monitoring applications Documentation: Enhanced Studio documentation Jan 7, 2026
@yekalkan yekalkan marked this pull request as ready for review January 7, 2026 08:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request enhances the ABP Studio documentation by adding more detailed explanations, clarifying existing content, and fixing inconsistencies across multiple documentation files. The changes improve user understanding of Studio features including Suite integration, Solution Explorer capabilities, application running/monitoring, and Kubernetes integration.

Changes:

  • Enhanced Suite documentation with clearer explanations of context menu options and automatic version matching
  • Expanded Solution Explorer documentation with detailed descriptions of Analyze features, Open With options, and README support
  • Improved Running Applications documentation with comprehensive property descriptions and Open With submenu details
  • Significantly enhanced Monitoring Applications documentation with detailed tables, subsections, and feature explanations
  • Fixed typo in Kubernetes documentation ("Refrest" → "Refresh")
  • Added new Metadata and Secrets concepts with hierarchical structure explanations

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
docs/en/studio/working-with-suite.md Enhanced context menu documentation and added automatic version matching section
docs/en/studio/solution-explorer.md Added Analyze feature documentation, Open With options, and README support across solution/module/package levels
docs/en/studio/running-applications.md Expanded Properties section with detailed explanations and added Open With submenu documentation
docs/en/studio/monitoring-applications.md Comprehensive restructuring with detailed tables, subsections, and feature descriptions for monitoring features
docs/en/studio/kubernetes.md Fixed typo in context menu option and added Kubernetes service context menu documentation
docs/en/studio/concepts.md Added comprehensive Metadata and Secrets documentation with hierarchy and common keys

@@ -215,13 +222,28 @@ We can open the *Application Properties* window to change *Launch url*, *Health

![solutioın-runner-properties](images/solution-runner/solutioın-runner-properties.png)
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

There's a typo in the filename reference. It should be "solution-runner-properties" not "solutioın-runner-properties" (note the special character ı instead of i).

Suggested change
![solutioın-runner-properties](images/solution-runner/solutioın-runner-properties.png)
![solution-runner-properties](images/solution-runner/solution-runner-properties.png)

Copilot uses AI. Check for mistakes.
- **Health check endpoint**: Endpoint for controlling the health status of the application periodically. If the application doesn't have a endpoint for health check, you can enter `/` to use the home page of the application as health check endpoint.
- **Launch URL**: The URL used when browsing the application. This is the address where the application is accessible.
- **Kubernetes service**: A regex pattern to match Kubernetes service names. When connected to a Kubernetes cluster, ABP Studio uses this pattern to find the corresponding Kubernetes service and uses its URL instead of the Launch URL. This applies to *Browse*, *Copy URL*, and *Health UI* features. For example, if your Helm chart creates a service named `bookstore-identity-service`, you can use `.*-identity-service` or `bookstore-identity.*` as the pattern. For [microservice](../get-started/microservice.md) templates, this is pre-configured.
- **Health check endpoint**: Endpoint for controlling the health status of the application periodically. If the application doesn't have an endpoint for health check, you can enter `/` to use the home page of the application as health check endpoint.
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

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

Grammar error: "an endpoint" should be used instead of "a endpoint" because "endpoint" starts with a vowel sound.

Copilot uses AI. Check for mistakes.
@enisn enisn merged commit 9521dfa into rel-10.0 Jan 12, 2026
2 checks passed
@enisn enisn deleted the update-monitoring-applications-doc branch January 12, 2026 08:12
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.

3 participants