Skip to content

Commit 5acfdee

Browse files
author
Donna-Marie Smith
committed
Changes following 2nd PO review
1 parent 0bbf8db commit 5acfdee

File tree

7 files changed

+46
-39
lines changed

7 files changed

+46
-39
lines changed

content/en/docs/2025.1/Guides/cortex-gateway/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "CORTEX Gateway"
33
linkTitle: "CORTEX Gateway"
44
description: "The centralised web-based portal for accessing all user applications and tooling in the {{% ctx %}} platform."
5-
weight: 1
5+
weight: 50
66
---
77

88
{{< workinprogress >}}

content/en/docs/2025.1/Guides/upgrade-guides/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: "Upgrade Guides"
33
linkTitle: "Upgrade Guides"
44
description: "This section includes all upgrade guides for the {{% ctx %}} platform."
5-
weight: 100
5+
weight: 25
66
---

content/en/docs/2025.1/Guides/user-guides/user-interfaces/gateway/Admin/packages/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Overview"
33
linkTitle: "Overview"
4-
description: "Summary and Anatomy of Package Management"
4+
description: "Summary and anatomy of Package Management"
55
weight: 1
66
---
77

@@ -41,11 +41,11 @@ The [Package Version Editor][] contains the following tabs:
4141

4242
### Related Concepts
4343

44-
[What is a Package?][]
44+
* [What is a Package?][]
4545

4646
### Related Tutorials
4747

48-
[Package Management][]
48+
* [Package Management][]
4949

5050
[Authorisation]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Authorisation" >}}
5151
[Create New Version]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.CreateNewVersion" >}}

content/en/docs/2025.1/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-definitions-grid.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Package Definitions Grid"
33
linkTitle: "Package Definitions Grid"
4-
description: "Package Definitions Grid - To be refined"
4+
description: "Summary and anatomy of the Package Definitions Grid"
55
weight: 10
66
---
77

@@ -31,7 +31,9 @@ The Package Name must be unique and can only contain alphanumeric characters, hy
3131

3232
If a selected flow has dependent flows, the dependent flow will be automatically selected for inclusion in the package; dependent flows cannot be manually deselected for inclusion; this ensures packages contain all required dependencies.
3333

34-
The package may optionally define LDAP groups that can execute flows, schedules to run flows at specific times, and triggers to run flows on receipt of specific SNMP Traps.
34+
The package may optionally [define LDAP groups][Authorisation] that can execute flows, [schedules][] to run flows at specific times, and [triggers][] to run flows on receipt of specific SNMP Traps.
35+
36+
See the [Create a Package tutorial][] for a step-by-step guide.
3537

3638
### Import a Package
3739

@@ -41,6 +43,8 @@ If the imported package already exists in {{% ctx %}} Gateway, a new version of
4143

4244
All the flows contained in the package will be saved in the Master Repository of the destination {{% ctx %}} Gateway as the master versions of those flows; if the imported flows already existed, the imported flows would become the new master versions.
4345

46+
See the [Import a Package tutorial][] for a step-by-step guide.
47+
4448
## Remarks
4549

4650
### Known Limitations
@@ -51,16 +55,19 @@ All the flows contained in the package will be saved in the Master Repository of
5155

5256
### Related Concepts
5357

54-
[What is a Package?][]
58+
* [What is a Package?][]
5559

5660
### Related Tutorials
5761

58-
* [Create a New {{% ctx %}} Package Definition][]
59-
* [Import a {{% ctx %}} Package File][]
62+
* [Create a Package][Create a Package tutorial]
63+
* [Import a Package][Import a Package tutorial]
6064

6165
[Create a Package]: {{< ref "#create-a-package" >}}
62-
[Create a New {{% ctx %}} Package Definition]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.CreatePackage" >}}
63-
[Import a {{% ctx %}} Package File]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.ImportPackage" >}}
66+
[Create a Package tutorial]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.CreatePackage" >}}
67+
[Authorisation]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Authorisation" >}}
6468
[Import a Package]: {{< ref "#import-a-package" >}}
69+
[Import a Package tutorial]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.ImportPackage" >}}
6570
[Package Version Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.MainDoc" >}}
71+
[schedules]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Schedules" >}}
72+
[triggers]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Triggers" >}}
6673
[What is a Package?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Packages.WhatIsAPackage.MainDoc" >}}

content/en/docs/2025.1/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Package Version Editor"
33
linkTitle: "Package Version Editor"
4-
description: "Package Version Editor - To be refined"
4+
description: "Summary and anatomy of the Package Version Editor"
55
weight: 30
66
---
77

content/en/docs/2025.1/Tutorials/Administration/package-management.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,50 +5,50 @@ description: "This section includes tutorials about managing packages on the {{%
55
weight: 1
66
---
77

8-
## How to Create a New {{% ctx %}} Package
8+
## Create a Package
99

1010
{{< scribe title="How_to_Create_a_New_CORTEX_Package_Definition" id="T_4G1ik0QPmBX9Za6m4WsA" >}}
1111

12-
## How to Import a CORTEX Package File
12+
## Import a Package
1313

1414
{{< scribe title="How_to_Import_a_CORTEX_Package_File" id="2uhQbG_rTomCCVJTcCjN8A" >}}
1515

16-
## How to Create a New Version of a CORTEX Package
16+
## Create a New Package Version
1717

1818
{{< scribe title="How_to_Create_a_New_Version_of_a_CORTEX_Package" id="D9ugVBuYQiiialecvXbVVQ" >}}
1919

20-
## How to Publish a CORTEX Package
20+
## Publish a Package Version
2121

2222
{{< scribe title="How_to_Publish_a_CORTEX_Package" id="1Qd2iu1RRpKyoCCzzf6wpQ" >}}
2323

24-
## How to Set the Default Package
24+
## Set the Default Package
2525

2626
{{< scribe title="How_to_Set_the_Default_Package" id="XS8ged-jSKC7gR4UXAKPgQ" >}}
2727

28-
## How to Set the Default Package Version for a CORTEX Package
28+
## Set the Default Package Version
2929

3030
{{< scribe title="How_to_Set_the_Default_Package_Version_for_a_CORTEX_Package" id="cfuXBngKRkmSPdA81juTbA" >}}
3131

32-
## How to Unpublish a CORTEX Package
32+
## Unpublish a Package Version
3333

3434
{{< scribe title="How_to_Unpublish_a_CORTEX_Package" id="gl8v5p__R3OlB8oLB9m28w" >}}
3535

36-
## How to Export a CORTEX Package Version
36+
## Export a Package Version
3737

3838
{{< scribe title="How_to_Export_a_CORTEX_Package_Version" id="roziXdU1TqST2d9a2IDOxA" >}}
3939

40-
## How to Set Flow Execution Authorisation on a CORTEX Package
40+
## Set Authorisation on a Package Version
4141

4242
{{< scribe title="How_to_Set_Flow_Execution_Authorisation_on_a_CORTEX_Package" id="s9ZN9efvTrCgJQQH2aTGsw" >}}
4343

44-
## How to Create a Schedule on a CORTEX Package
44+
## Create a Schedule on a Package Version
4545

4646
{{< scribe title="How_to_Create_a_Schedule_on_a_CORTEX_Package" id="PmxB9BveTb6DIqhaI4AWTA" >}}
4747

48-
## How to Create a Trigger on a CORTEX Package
48+
## Create a Trigger on a Package Version
4949

5050
{{< scribe title="How_to_Create_a_Trigger_on_a_CORTEX_Package" id="z6CwThFVTHSRdL1mAMFPsQ" >}}
5151

52-
## How to View and Abort Running Flow Executions
52+
## View and Abort Running Flow Executions
5353

5454
{{< scribe title="How_to_View_and_Abort_Running_Flow_Executions_Using_CORTEX_Package_Management" id="Dgi3cpo4TZ-G426w6GEkUQ" >}}

data/urls.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@
753753
Publish = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#publish-a-package-version"
754754
RunningExecutions = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#running-executions"
755755
Schedules = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#schedules"
756-
SetDefaultPackage = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#set-default-package"
757-
SetDefaultVersion = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#set-default-package-version"
756+
SetDefaultPackage = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#set-as-default-package"
757+
SetDefaultVersion = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#set-as-default-version"
758758
Triggers = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#triggers"
759759
Unpublish = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#unpublish-a-package-version"
760760

@@ -2581,18 +2581,18 @@
25812581
MainDoc = "/docs/tutorials/administration"
25822582
[Cortex.Tutorials.Administration.PackageManagement]
25832583
MainDoc = "/docs/tutorials/administration/package-management"
2584-
Authorisation = "/docs/tutorials/administration/package-management/#how-to-set-flow-execution-authorisation-on-a-cortex-package"
2585-
CreateNewPackageVersion = "/docs/tutorials/administration/package-management/#how-to-create-a-new-version-of-a-cortex-package"
2586-
CreatePackage = "/docs/tutorials/administration/package-management/#how-to-create-a-new-cortex-package-definition"
2587-
ExportPackage = "/docs/tutorials/administration/package-management/#how-to-export-a-cortex-package-version"
2588-
ImportPackage = "/docs/tutorials/administration/package-management/#how-to-import-a-cortex-package-File"
2589-
PublishPackage = "/docs/tutorials/administration/package-management/#how-to-publish-a-cortex-package"
2590-
RunningExecutions = "/docs/tutorials/administration/package-management/#how-to-view-and-abort-running-executions"
2591-
Schedules = "/docs/tutorials/administration/package-management/#how-to-create-a-Schedule-on-a-cortex-package"
2592-
SetDefaultPackage = "/docs/tutorials/administration/package-management/#how-to-set-the-default-package"
2593-
SetDefaultPackageVersion = "/docs/tutorials/administration/package-management/#how-to-set-the-default-package-version-for-a-cortex-package"
2594-
Triggers = "/docs/tutorials/administration/package-management/#how-to-create-a-trigger-on-a-cortex-package"
2595-
UnpublishPackage = "/docs/tutorials/administration/package-management/#how-to-unpublish-a-cortex-package"
2584+
Authorisation = "/docs/tutorials/administration/package-management/#set-authorisation-on-a-package-version"
2585+
CreateNewPackageVersion = "/docs/tutorials/administration/package-management/#create-a-new-version-of-a-cortex-package"
2586+
CreatePackage = "/docs/tutorials/administration/package-management/#create-a-package"
2587+
ExportPackage = "/docs/tutorials/administration/package-management/#export-a-package-version"
2588+
ImportPackage = "/docs/tutorials/administration/package-management/#import-a-package"
2589+
PublishPackage = "/docs/tutorials/administration/package-management/#publish-a-package-version"
2590+
RunningExecutions = "/docs/tutorials/administration/package-management/#view-and-abort-running-executions"
2591+
Schedules = "/docs/tutorials/administration/package-management/#create-a-Schedule-on-a-package-version"
2592+
SetDefaultPackage = "/docs/tutorials/administration/package-management/#set-the-default-package"
2593+
SetDefaultPackageVersion = "/docs/tutorials/administration/package-management/#set-the-default-package-version"
2594+
Triggers = "/docs/tutorials/administration/package-management/#create-a-trigger-on-a-package-version"
2595+
UnpublishPackage = "/docs/tutorials/administration/package-management/#unpublish-a-package-version"
25962596

25972597
[Cortex.Website]
25982598
[Cortex.Website.EngageWithUs]

0 commit comments

Comments
 (0)