Skip to content

Commit ae7c64a

Browse files
authored
Feature/update code analyser instructions (#224)
1 parent dd78a78 commit ae7c64a

File tree

78 files changed

+633
-662
lines changed

Some content is hidden

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

78 files changed

+633
-662
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,10 @@ Releases are currently forecast to be made available on:
647647
[Tutorials - License Consumption]: {{< url path="Cortex.Tutorials.Administration.LicenseConsumption.MainDoc" version="2025.5" >}}
648648
[Tutorials - Studio Import]: {{< url path="Cortex.Tutorials.Administration.StudioImport.MainDoc" version="2025.5" >}}
649649
[Tutorials - Studio Export]: {{< url path="Cortex.Tutorials.Administration.StudioExport.MainDoc" version="2025.5" >}}
650-
[Disable Code Analyser - Single Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.DisableCodeAnalyser" version="2025.5" >}}
651-
[Update Allowed list - Single Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.SingleServerWithoutHA.UpdateAllowedList" version="2025.5" >}}
652-
[Disable Code Analyser - Multi Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.DisableCodeAnalyser" version="2025.5" >}}
653-
[Update Allowed list - Multi Node]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpdateAllowedList" version="2025.5" >}}
650+
[Disable Code Analyser - Single Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.SingleServerWithoutHA.DisableCodeAnalyser" version="2025.5" >}}
651+
[Update Allowed list - Single Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.SingleServerWithoutHA.UpdateCodeAnalyser" version="2025.5" >}}
652+
[Disable Code Analyser - Multi Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.MultipleServerWithHA.DisableCodeAnalyser" version="2025.5" >}}
653+
[Update Allowed list - Multi Node]: {{< url path="Cortex.Faqs.ConfigureCodeAnalyser.MultipleServerWithHA.UpdateCodeAnalyser" version="2025.5" >}}
654654

655655
[Extended the _executionContext with additional properties]: {{< ref "#extended-the-_executioncontext-with-additional-properties" >}}
656656
[Added support for the {{% ctx %}} Interaction Portal to provide separate credentials for querying AD Groups]: {{< ref "#added-support-for-the-cortex-interaction-portal-to-provide-separate-credentials-for-querying-ad-groups" >}}

content/en/docs/2025.3/Guides/user-guides/user-interfaces/gateway/ops/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ None
133133
[Package Versions]: {{< ref "#package-versions" >}}
134134
[Time Period]: {{< ref "#time-period" >}}
135135

136-
[Check Cluster Health]: {{< url path="Cortex.Faqs.CheckClusterHealth">}}
136+
[Check Cluster Health]: {{< url path="Cortex.Faqs.CheckClusterHealth.MainDoc">}}
137137
[Package Management]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.Overview.MainDoc" >}}
138138
[Running Executions]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.RunningExecutions" >}}
139139
[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+
---
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 single server cluster?"
3+
linkTitle: "How do I disable the code analyser on a single server cluster?"
4+
description: "Instructions on how to disable the code analyser on a single server cluster."
5+
weight: 20
6+
---
7+
8+
# Disable Code Analyser
9+
10+
On the Application Server:
11+
12+
{{< section "/configure-code-analyser/single-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 single server cluster?"
3+
linkTitle: "How do I update the code analyser allowed list on a single server cluster?"
4+
description: "Instructions on how to update the code analyser allowed list on a single server cluster."
5+
weight: 10
6+
---
7+
8+
# Update Code Analyser Allowed List
9+
10+
{{< section "/configure-code-analyser/update-code-analyser.md" >}}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Post-Upgrade"
3+
linkTitle: "Post-Upgrade"
4+
description: "Information about the steps required to be completed after the upgrade of {{% ctx %}} has been completed."
5+
weight: 50
6+
---
7+
8+
This guide describes how to perform the steps to verify the upgrade of {{% ctx %}} and perform final configuration. Please ensure that the [Upgrade][] has been completed before starting this section.
9+
10+
[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.Upgrade" >}}

0 commit comments

Comments
 (0)