Skip to content

Commit 360c198

Browse files
committed
PO comments
1 parent a05a290 commit 360c198

3 files changed

Lines changed: 12 additions & 14 deletions

File tree

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This release introduces multiple new features to the {{% ctx %}} Platform:
3434
* The [Log Event Block now supports custom log path][Capability - Added support for custom log path on Log Event blocks].
3535
* The [Running Executions grid now allows stopping multiple running executions][Capability - Added support for stopping multiple running executions].
3636

37-
The [Performance][] of the {{% ctx %}} has been improved by:
37+
The [Performance][] of the {{% ctx %}} Platform has been improved by:
3838

3939
* [optimising stopping multiple running executions][Performance - Improved performance of stopping multiple running executions].
4040
* [optimising the monitoring execution updates][Performance - Improved performance of monitoring execution updates].
@@ -43,8 +43,8 @@ The [Performance][] of the {{% ctx %}} has been improved by:
4343

4444
Finally, the [Documentation][] includes updates related to:
4545

46-
* [adding a new User Guide for the Flow Explorer][Documentation - Added new User Guide].
47-
* [adding a new Tutorial for the Flow Explorer][Documentation - Added new Tutorial].
46+
* [adding a new User Guide for the Flows Explorer][Documentation - Added new User Guide].
47+
* [adding a new Tutorial for the Flows Explorer][Documentation - Added new Tutorial].
4848
* [pointing documentation to the Flow Editor User Guide][Documentation - Updated documentation to point to Flow Editor User Guide].
4949

5050
### Components
@@ -244,11 +244,11 @@ Affected Components:
244244

245245
##### Added new User Guide
246246

247-
A new User Guide have been added to the {{% ctx %}} Product Portal about the [Flow Explorer][User Guide - Flow Explorer].
247+
A new User Guide have been added to the {{% ctx %}} Product Portal about the [Flows Explorer][User Guide - Flows Explorer].
248248

249249
##### Added new Tutorial
250250

251-
A new Tutorial has been added to the {{% ctx %}} Product Portal about the [Flow Explorer][Tutorial - Flow Explorer].
251+
A new Tutorial has been added to the {{% ctx %}} Product Portal about the [Flows Explorer][Tutorial - Flows Explorer].
252252

253253
##### Updated documentation to point to Flow Editor User Guide
254254

@@ -403,8 +403,8 @@ Releases are currently forecast to be made available on:
403403
[Packages]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.Overview.MainDoc" version="2025.7" >}}
404404

405405
[User Guide - Flow Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor.MainDoc" version="2025.7" >}}
406-
[User Guide - Flow Explorer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowExplorer.MainDoc" version="2025.7" >}}
407-
[Tutorial - Flow Explorer]: {{< url path="Cortex.Tutorials.Development.FlowExplorer.MainDoc" version="2025.7" >}}
406+
[User Guide - Flows Explorer]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowsExplorer.MainDoc" version="2025.7" >}}
407+
[Tutorial - Flows Explorer]: {{< url path="Cortex.Tutorials.Development.FlowsExplorer.MainDoc" version="2025.7" >}}
408408

409409
[Capability - Support for SNMP MIB loading and OID translation]: {{< ref "#support-for-snmp-mib-loading-and-oid-translation" >}}
410410
[Capability - Added ReceivedAt property to SNMP Trap Details]: {{< ref "#added-receivedat-property-to-snmp-trap-details" >}}

content/en/docs/2025.7/Whats New/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weight: 1
1818

1919
This release introduces multiple new features to the {{% ctx %}} Platform:
2020

21-
* The [{{% ctx %}} Triggers Service now support SNMP MIB loading and OID translation][Capability - Support for SNMP MIB loading and OID translation].
21+
* The [{{% ctx %}} Triggers Service now supports SNMP MIB loading and OID translation][Capability - Support for SNMP MIB loading and OID translation].
2222
* The [SNMP Trap Details now includes the ReceivedAt field][Capability - Added ReceivedAt property to SNMP Trap Details].
2323
* The [Execute SSH Command Block][] now has support for:
2424
* [non-printable characters][Capability - Added support for non-printable characters in Execute SSH Command Block]
@@ -28,7 +28,7 @@ This release introduces multiple new features to the {{% ctx %}} Platform:
2828

2929
## Improved Performance
3030

31-
The performance of the {{% ctx %}} has been improved by:
31+
The performance of the {{% ctx %}} Platform has been improved by:
3232

3333
* [optimising stopping multiple running executions][Performance - Improved performance of stopping multiple running executions].
3434
* [optimising the monitoring execution updates][Performance - Improved performance of monitoring execution updates].
@@ -41,8 +41,8 @@ Observability has been updated to use [Grafana Alloy instead of Promtail for ing
4141

4242
The Documentation includes updates related to:
4343

44-
* [adding a new User Guide for the Flow Explorer][Documentation - Added new User Guide].
45-
* [adding a new Tutorial for the Flow Explorer][Documentation - Added new Tutorial].
44+
* [adding a new User Guide for the Flows Explorer][Documentation - Added new User Guide].
45+
* [adding a new Tutorial for the Flows Explorer][Documentation - Added new Tutorial].
4646
* [pointing documentation to the Flow Editor User Guide][Documentation - Updated documentation to point to Flow Editor User Guide].
4747

4848
For a full list of what has been introduced in this release, please see the [2025.7 Release Notes][]

data/urls.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@
10931093
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/admin/studio-hierarchy/"
10941094
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev]
10951095
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/dev/"
1096-
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowExplorer]
1096+
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowsExplorer]
10971097
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/dev/flows-explorer"
10981098
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Dev.FlowEditor]
10991099
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/dev/flow-editor"
@@ -3006,8 +3006,6 @@
30063006
UseVersionControl = "/docs/tutorials/administration/version-control/#use-version-control"
30073007
[Cortex.Tutorials.Development]
30083008
MainDoc = "/docs/tutorials/development"
3009-
[Cortex.Tutorials.Development.FlowExplorer]
3010-
MainDoc = "/docs/tutorials/development/flows-explorer/"
30113009
[Cortex.Tutorials.Development.FlowEditor]
30123010
MainDoc = "/docs/tutorials/development/flow-editor"
30133011
[Cortex.Tutorials.Development.FlowEditor.BottomPanel]

0 commit comments

Comments
 (0)