Skip to content

Commit b6cc29b

Browse files
authored
Merge 2025.5 Documentation
Merge 2025.3 Documentation
1 parent 81ed8b3 commit b6cc29b

File tree

1,717 files changed

+93242
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,717 files changed

+93242
-33
lines changed

config/_default/config.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ archived_version = false
101101
# The version number for the version of the docs represented in this doc set.
102102
# Used in the "version-banner" partial to display a version number for the
103103
# current doc set.
104-
version = "2023.5"
104+
version = "2025.5"
105105

106106
# A link to latest version of the docs. Used in the "version-banner" partial to
107107
# point people to the main doc site.
@@ -200,16 +200,22 @@ enable = true
200200
[[menu.main]]
201201
identifier = 'documentation'
202202
name = 'Documentation'
203-
url = '/docs/2025.3'
203+
url = '/docs/2025.5'
204204
weight = 10
205205

206206
# Releases menu
207+
[[params.versions]]
208+
version = "2025.5"
209+
url = "/docs/2025.5/"
210+
dotNetVersion = "net-8.0"
211+
inSupport = true
212+
latest = true
213+
207214
[[params.versions]]
208215
version = "2025.3"
209216
url = "/docs/2025.3/"
210217
dotNetVersion = "net-8.0"
211218
inSupport = true
212-
latest = true
213219

214220
[[params.versions]]
215221
version = "2025.1"

content/en/blog/releases/2025.X/2025.5.md

Lines changed: 705 additions & 0 deletions
Large diffs are not rendered by default.

content/en/docs/2025.5/FAQs/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "FAQs"
3+
linkTitle: "FAQs"
4+
description: "Answers to our most frequently asked questions."
5+
weight: 10000
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "How do I check cluster health?"
3+
linkTitle: "How do I check cluster health?"
4+
description: "Instructions on how to check the health of your cluster."
5+
weight: 100
6+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Multiple Server with HA"
3+
linkTitle: "Multiple Server with HA"
4+
description: "Instructions on how to check the health of your multiple server cluster."
5+
weight: 1
6+
---
7+
8+
# Check Cluster Health
9+
10+
## Import Client Certificate
11+
12+
In order to access the [Service Fabric Explorer][] to check the health of the cluster, it is necessary for the client certificate specified during the [installation of {{% ctx %}}][Configure Installation Script] to be imported in to the current user store on the machine it is being accessed from.
13+
14+
Instructions on how to do this can be found [here][Import Client Certificate].
15+
16+
## View Cluster Health
17+
18+
1. Open a web browser.
19+
1. {{< section "/install-application-server/multi-server/check-application-services.md">}}
20+
21+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
22+
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.MultiServer" >}}
23+
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Single Server without HA"
3+
linkTitle: "Single Server without HA"
4+
description: "Instructions on how to check the health of your single server cluster."
5+
weight: 2
6+
---
7+
8+
# Check Cluster Health
9+
10+
## Import Client Certificate
11+
12+
In order to access the [Service Fabric Explorer][] to check the health of the cluster, it is necessary for the client certificate specified during the [installation of {{% ctx %}}][Configure Installation Script] to be imported in to the current user store on the machine it is being accessed from.
13+
14+
Instructions on how to do this can be found [here][Import Client Certificate].
15+
16+
## View Cluster Health
17+
18+
1. Open a web browser.
19+
1. {{< section "/install-application-server/single-server/check-application-services.md">}}
20+
21+
[Configure Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}
22+
[Import Client Certificate]: {{< url path="Cortex.Faqs.ImportClientCertificate.SingleServer" >}}
23+
[Service Fabric Explorer]: {{< url path="Cortex.Reference.Glossary.P-T.ServiceFabricExplorer" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "How do I import the client certificate used to check cluster health?"
3+
linkTitle: "How do I import the client certificate used to check cluster health?"
4+
description: "Instructions on how to import the client certificate used to check the cluster health."
5+
weight: 100
6+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Multiple Server with HA"
3+
linkTitle: "Multiple Server with HA"
4+
description: "Instructions on how to import the client certificate used to check your multiple server cluster health."
5+
weight: 1
6+
---
7+
8+
# Import Client Certificate
9+
10+
## Using CA Certificates
11+
12+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate specified for `ClientCertificatePath` during [installation of the Application Servers][Configure Application Server Installation Script], or `ServerCertificatePath` during [installation of the Flow Debugger][Configure Flow Debugger Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
13+
14+
{{< section "/faqs/import-ca-client-certificate.md">}}
15+
16+
## Using Self Signed Certificates
17+
18+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate generated when specifying `UseSelfSignedCertificates` during [installation of the Application Servers][Configure Application Server Installation Script], or during [installation of the Flow Debugger][Configure Flow Debugger Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
19+
20+
{{< section "/faqs/import-selfsigned-client-certificate.md">}}
21+
22+
[Configure Application Server Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureInstallationScriptNew" >}}
23+
[Configure Flow Debugger Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureDebuggerInstallationScript" >}}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Single Server without HA"
3+
linkTitle: "Single Server without HA"
4+
description: "Instructions on how to import the client certificate used to check your single server cluster health."
5+
weight: 1
6+
---
7+
8+
# Import Client Certificate
9+
10+
## Using CA Certificates
11+
12+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate specified for `ServerCertificatePath` during [installation of the Application Servers][Configure Application Server Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
13+
14+
{{< section "/faqs/import-ca-client-certificate.md">}}
15+
16+
## Using Self Signed Certificates
17+
18+
In order to check the cluster health in Service Fabric Explorer and RabbitMQ, the certificate generated when specifying `UseSelfSignedCertificates` during [installation of the Application Servers][Configure Application Server Installation Script] will need to be imported to the local certificate store on the machine that is being used to browse from:
19+
20+
{{< section "/faqs/import-selfsigned-client-certificate.md">}}
21+
22+
[Configure Application Server Installation Script]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.ConfigureInstallationScriptNew" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Guides"
3+
linkTitle: "Guides"
4+
description: "This section includes all guides for the {{% ctx %}} platform."
5+
weight: 10
6+
---

0 commit comments

Comments
 (0)