Skip to content

Commit bc32d82

Browse files
author
Donna-Marie Smith
committed
Added initial content for 2025.11
1 parent a7a9b9a commit bc32d82

File tree

1,838 files changed

+95820
-2
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,838 files changed

+95820
-2
lines changed

config/_default/config.toml

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

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

214220
[[params.versions]]
215221
version = "2025.7"
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)