Skip to content

Commit d064027

Browse files
authored
added Code Analyser instructions to install guides (#220)
1 parent 7d66fd8 commit d064027

File tree

36 files changed

+245
-24
lines changed

36 files changed

+245
-24
lines changed

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2024.7-to-2024.9/multiple-server-with-ha/upgrade-web-application-server/upgrade-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.7 to 2024.9. P
4545
* Click on the drop down menu for `Code` and select `Restart`. Confirm application restart by following the on-screen instructions.
4646
* Give this a few minutes. Once all nodes have been restarted the application should be deleted and disappear from the list of applications.
4747

48-
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
48+
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
4949

5050
## Preserve installation files
5151

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2024.9.25161-to-2025.3/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.9.25161 to 202
3232
* Click on the drop down menu for `Code` and select `Restart`. Confirm application restart by following the on-screen instructions.
3333
* Give this a few minutes. Once all nodes have been restarted the application should be deleted and disappear from the list of applications.
3434

35-
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
35+
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
3636

3737
## Republish Packages
3838

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2025.1-to-2025.3/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2025.1 to 2025.3. P
3434
* Click on the drop down menu for `Code` and select `Restart`. Confirm application restart by following the on-screen instructions.
3535
* Give this a few minutes. Once all nodes have been restarted the application should be deleted and disappear from the list of applications.
3636

37-
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
37+
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
3838

3939
## Republish Packages
4040

content/en/docs/2025.5/Guides/upgrade-guides/upgrade-cortex/2025.1-to-2025.3/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2025.1 to 2025.3. P
3232
* Click on the drop down menu for `Code` and select `Restart`. Confirm application restart by following the on-screen instructions.
3333
* Give this a few minutes. Once all nodes have been restarted the application should be deleted and disappear from the list of applications.
3434

35-
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
35+
Repeat the above instructions for the `Flow Debugger`. In step 2 `server.domain.com` is the fully qualified domain name of the web application server.
3636

3737
## Republish Packages
3838

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To check the previous configuration values open the `Cortex.Upgrade.ApplicationC
6565

6666
### Disable Code Analyser
6767

68-
On each of the the Application Servers:
68+
On each of the Application Servers:
6969

7070
{{< section "/upgrade/2025.5/upgrade-application-server/multi-server/disable-code-analyser.md" >}}
7171

content/en/docs/2025.5/Guides/user-guides/user-interfaces/gateway/dev/flow-editor/bottom-panel/executions-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ See the [Step the Execution][Step the Execution tutorial] tutorial for a step-by
4141

4242
### Stop the Execution
4343

44-
Clicking the {{< image src="/images/Flow Editor - Stop Execution.png" >}} icon stops the the selected executions, and after a few seconds, removes them from Executions Grid. This action is available for all executions, regardless of their state.
44+
Clicking the {{< image src="/images/Flow Editor - Stop Execution.png" >}} icon stops the selected executions, and after a few seconds, removes them from Executions Grid. This action is available for all executions, regardless of their state.
4545

4646
See the [Continue and Stop the Execution][Continue and Stop the Execution tutorial] tutorial for a step-by-step guide.
4747

content/en/docs/2025.5/Reference/Blocks/Text/contains-text/contains-any-text-block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ For information about the [supported values][ComparisonTypes] for the [Compariso
217217

218218
### Null or empty Text
219219

220-
If [Text][Text Property] is `null` or empty (i.e. `""`), the variable specified in the [Contains Any Text][ContainsAnyText Property] property is set to `false`.
220+
If [Text][Text Property] is `null` or empty (i.e. `""`), the variable specified in the [Contains Any Text][ContainsAnyText Property] property is set to `false`.
221221

222222
### Null or empty Texts To Find
223223

content/en/docs/2025.5/Reference/Blocks/Text/contains-text/contains-text-block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ For information about the [supported values][ComparisonTypes] for the [Compariso
216216

217217
### Null or empty Text
218218

219-
If [Text][Text Property] is `null` or empty (i.e. `""`), the variable specified in the [Contains Text][ContainsText Property] property is set to `false`.
219+
If [Text][Text Property] is `null` or empty (i.e. `""`), the variable specified in the [Contains Text][ContainsText Property] property is set to `false`.
220220

221221
### Null or empty Text To Find
222222

content/en/docs/2025.5/Reference/Blocks/data-storage/wait-for-key-in-collection/wait-for-key-in-collection-to-contain-value-block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In this example `"users"` already exists and contains the following keys and dat
3636

3737
#### Result
3838

39-
Waiting for `"user2"` to contain [Value][Value Property] `{"Domain": "domain", "Username": "admin", "Password": "encryptedPassword"}` in the [Data Storage Collection][] results in the execution waiting until the the key `"user2"` contains the desired [Value][Value Property]; see [Write Data With Key][Write Data With Key].
39+
Waiting for `"user2"` to contain [Value][Value Property] `{"Domain": "domain", "Username": "admin", "Password": "encryptedPassword"}` in the [Data Storage Collection][] results in the execution waiting until the key `"user2"` contains the desired [Value][Value Property]; see [Write Data With Key][Write Data With Key].
4040

4141
***
4242

content/en/docs/2025.5/Reference/Blocks/email/send-email/send-email-using-smtp-server-block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ If `null` is provided as a file path in the [Attachments][] within the [Email Me
390390

391391
#### Empty file path
392392

393-
If an empty string is provided as a file path in the the [Attachments][] within the [Email Message][Email Message Property], an [ArgumentException][] is thrown.
393+
If an empty string is provided as a file path in the [Attachments][] within the [Email Message][Email Message Property], an [ArgumentException][] is thrown.
394394

395395
#### File path does not exist
396396

0 commit comments

Comments
 (0)