Skip to content

Commit 155b83b

Browse files
author
Donna-Marie Smith
committed
Created Release Branch for 2025.9
1 parent 4eecc72 commit 155b83b

File tree

1,754 files changed

+92919
-4
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,754 files changed

+92919
-4
lines changed

config/_default/config.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,22 @@ enable = true
200200
[[menu.main]]
201201
identifier = 'documentation'
202202
name = 'Documentation'
203-
url = '/docs/2025.7'
203+
url = '/docs/2025.9'
204204
weight = 10
205205

206206
# Releases menu
207207
[[params.versions]]
208-
version = "2025.7"
209-
url = "/docs/2025.7/"
208+
version = "2025.9"
209+
url = "/docs/2025.9/"
210210
dotNetVersion = "net-8.0"
211211
inSupport = true
212212
latest = true
213213

214+
[[params.versions]]
215+
version = "2025.7"
216+
url = "/docs/2025.7/"
217+
dotNetVersion = "net-8.0"
218+
214219
[[params.versions]]
215220
version = "2025.5"
216221
url = "/docs/2025.5/"

content/en/docs/2025.5/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2025.5"
33
linkTitle: "2025.5"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 986
6+
outOfSupport: true
67
---

content/en/docs/2025.7/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
title: "2025.7"
33
linkTitle: "2025.7"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
5-
weight: 986
5+
weight: 985
6+
outOfSupport: true
67
---
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "How do I configure the code analyser?"
3+
linkTitle: "How do I configure the code analyser?"
4+
description: "Instructions on how to configure the code analyser to allow flows to be run."
5+
weight: 200
6+
---
7+
8+
{{< section "/configure-code-analyser/configure-code-analyser.md" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Multiple Server With HA"
3+
linkTitle: "Multiple Server With HA"
4+
description: "Instructions on how to configure the code analyser on a multiple server cluster."
5+
weight: 10
6+
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "How do I disable the code analyser on a multiple server cluster?"
3+
linkTitle: "How do I disable the code analyser on a multiple server cluster?"
4+
description: "Instructions on how to disable the code analyser on a multiple server cluster."
5+
weight: 20
6+
---
7+
8+
# Disable Code Analyser
9+
10+
On each Application Server and the Web Application Server:
11+
12+
{{< section "/configure-code-analyser/multi-server/disable-code-analyser.md" >}}

0 commit comments

Comments
 (0)