Skip to content

Commit 7399731

Browse files
author
Donna-Marie Smith
committed
Code Analyser configuration removed from upgrade
1 parent f4ab44d commit 7399731

6 files changed

Lines changed: 1 addition & 61 deletions

File tree

content/en/docs/2025.7/Guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/post-upgrade/configure-code-analyser.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,4 @@ This guide describes how to try out an upgraded {{% ctx %}} to make sure it is w
2121

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

24-
## Next Steps?
25-
26-
1. [Configure Code Analyser][]
27-
28-
[Configure Code Analyser]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.5to2025.7.MultipleServerWithHA.ConfigureCodeAnalyser" >}}
2924
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.5to2025.7.MultipleServerWithHA.UpgradeWebApplicationServer" >}}

content/en/docs/2025.7/Guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/post-upgrade/configure-code-analyser.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

content/en/docs/2025.7/Guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/post-upgrade/try-it-out.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,4 @@ This guide describes how to try out an upgraded {{% ctx %}} to make sure it is w
2121

2222
{{< section "/try-it-out/single-server/test-executing-production-flows.md" >}}
2323

24-
## Next Steps?
25-
26-
1. [Configure Code Analyser][]
27-
28-
[Configure Code Analyser]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.5to2025.7.SingleServerWithoutHA.ConfigureCodeAnalyser" >}}
2924
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.5to2025.7.SingleServerWithoutHA.UpgradeWebApplicationServer" >}}

content/en/docs/2025.7/_shared/try-it-out/test-debugging-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Test the platform by creating a new flow and executing it using the following st
99
{{< figure src="/images/CORTEX Flow View.PNG" title="New Flow - Number of palettes may differ" >}}
1010
1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks.
1111
1. Click the `Set Variable` block to open the Property Editor.
12-
1. Set the `Value` property to the expression `new Guid.NewGuid()`.
12+
1. Set the `Value` property to the expression `Guid.NewGuid()`.
1313
1. Type `Result` into the `Variable` property and click `Create Result`.
1414
1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable.
1515
1. Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear.

data/urls.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,6 @@
987987
MainDoc = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/"
988988
CheckApplicationServices = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers/#check-application-services"
989989
CheckDebuggerApplicationServices = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger/#check-application-services"
990-
ConfigureCodeAnalyser = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/post-upgrade/configure-code-analyser"
991990
PostUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/post-upgrade"
992991
PreUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/pre-upgrade"
993992
RepublishPackages = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway/#republish-packages"
@@ -1000,7 +999,6 @@
1000999
[Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.5to2025.7.SingleServerWithoutHA]
10011000
MainDoc = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/"
10021001
CheckApplicationServices = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/upgrade/upgrade-application-server/#check-application-services"
1003-
ConfigureCodeAnalyser = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/post-upgrade/configure-code-analyser"
10041002
PostUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/post-upgrade"
10051003
PreUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/pre-upgrade"
10061004
RepublishPackages = "/docs/guides/upgrade-guides/upgrade-cortex/2025.5-to-2025.7/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway/#republish-packages"

0 commit comments

Comments
 (0)