Skip to content

Commit 6cc7832

Browse files
author
Donna-Marie Smith
committed
Created Configure Code Anlyser FAQ, Moved Configure Code Analyser for Install only
1 parent f1b49b2 commit 6cc7832

File tree

42 files changed

+352
-247
lines changed

Some content is hidden

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

42 files changed

+352
-247
lines changed

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" >}}

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2025.3-to-2025.5/multiple-server-with-ha/try-it-out.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ This guide describes how to try out an upgraded {{% ctx %}} to make sure it is w
1111

1212
## Test Debugging Flows
1313

14-
{{< section "/upgrade/try-it-out/test-debugging-flows.md" >}}
14+
{{< section "/try-it-out/test-debugging-flows.md" >}}
1515

1616
## Test Publishing Production Flows
1717

18-
{{< section "/upgrade/try-it-out/test-publishing-flows.md" >}}
18+
{{< section "/try-it-out/test-publishing-flows.md" >}}
1919

2020
## Test Executing Production Flows
2121

22-
{{< section "/upgrade/try-it-out/multi-server/test-executing-production-flows.md" >}}
22+
{{< section "/try-it-out/multi-server/test-executing-production-flows.md" >}}
2323

2424
[Application Servers and Load Balancer Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}}
2525
[Web Application Server Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3to2025.5.MultipleServerWithHA.UpgradeWebApplicationServer" >}}

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2025.3-to-2025.5/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,6 @@ To check the previous configuration values open the `Cortex.Upgrade.ApplicationC
5555

5656
{{< section "/upgrade/2025.5/upgrade-application-server/multi-server/run-upgrade-script.md" >}}
5757

58-
## Configure {{% ctx %}} Code Analyser
59-
60-
{{< section "/upgrade/upgrade-application-server/configure-code-analyser.md" >}}
61-
62-
### Update Code Analyser Allowed List
63-
64-
{{< section "/upgrade/upgrade-application-server/update-code-analyser.md" >}}
65-
66-
### Disable Code Analyser
67-
68-
On each of the Application Servers:
69-
70-
{{< section "/upgrade/2025.5/upgrade-application-server/multi-server/disable-code-analyser.md" >}}
71-
7258
## Check Application Services
7359

7460
{{< section "/upgrade/upgrade-application-server/multi-server/check-application-services.md" >}}

0 commit comments

Comments
 (0)