Skip to content

Commit 0ff1681

Browse files
author
Donna-Marie Smith
committed
Created 2025.7 Branch
1 parent c3a524a commit 0ff1681

File tree

1,721 files changed

+92210
-3
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,721 files changed

+92210
-3
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.5'
203+
url = '/docs/2025.7'
204204
weight = 10
205205

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

214+
[[params.versions]]
215+
version = "2025.5"
216+
url = "/docs/2025.5/"
217+
dotNetVersion = "net-8.0"
218+
214219
[[params.versions]]
215220
version = "2025.3"
216221
url = "/docs/2025.3/"
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" >}}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "How do I update the code analyser allowed list on a multiple server cluster?"
3+
linkTitle: "How do I update the code analyser allowed list on a multiple server cluster?"
4+
description: "Instructions on how to update the code analyser allowed list on a multiple server cluster."
5+
weight: 10
6+
---
7+
8+
# Update Code Analyser Allowed List
9+
10+
{{< section "/configure-code-analyser/update-code-analyser.md" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Single Server Without HA"
3+
linkTitle: "Single Server Without HA"
4+
description: "Instructions on how to configure the code analyser on a single server cluster."
5+
weight: 20
6+
---

0 commit comments

Comments
 (0)