Skip to content

Commit a159efa

Browse files
authored
Merge 2025.3 Documentation
Merge 2025.3 Documentation
1 parent 3c53b10 commit a159efa

File tree

1,519 files changed

+88972
-21
lines changed

Some content is hidden

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

1,519 files changed

+88972
-21
lines changed

.htmltest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ IgnoreURLs:
2828
- "https://.*.gov.uk/.*"
2929
- "https://www.elastic.co/.*"
3030
- "https://www.connectionstrings.com/.*"
31+
- "https://dotnet.microsoft.com/.*"
32+
- "https://scribehow.com/.*"
33+
- "https://www.rabbitmq.com/.*"
3134
IgnoreDirs:
3235
- "docs/?.*/_print/"
3336
- "docs/?.*/_shared/"
@@ -37,6 +40,7 @@ IgnoreDirs:
3740
- "docs/2023.7/?.*/"
3841
- "docs/2023.9/?.*/"
3942
- "docs/2023.11/?.*/"
43+
- "docs/2024.1/?.*/"
4044
- "docs/2024.3/?.*/"
4145
- "docs/2024.5/?.*/"
4246
- "docs/2024.7/?.*/"

config/_default/config.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,22 @@ enable = true
200200
[[menu.main]]
201201
identifier = 'documentation'
202202
name = 'Documentation'
203-
url = '/docs/2025.1'
203+
url = '/docs/2025.3'
204204
weight = 10
205205

206206
# Releases menu
207207
[[params.versions]]
208-
version = "2025.1"
209-
url = "/docs/2025.1/"
208+
version = "2025.3"
209+
url = "/docs/2025.3/"
210210
dotNetVersion = "net-8.0"
211211
inSupport = true
212212
latest = true
213213

214+
[[params.versions]]
215+
version = "2025.1"
216+
url = "/docs/2025.1/"
217+
dotNetVersion = "net-8.0"
218+
214219
[[params.versions]]
215220
version = "2024.11"
216221
url = "/docs/2024.11/"

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

Lines changed: 530 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Upgrade Interaction Portal"
3+
linkTitle: "Upgrade Interaction Portal"
4+
description: "Information about upgrading {{% ctx %}} Interaction Portal."
5+
weight: 60
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to upgrade {{% ctx %}} Interaction Portal. Please ensure that the [{{% ctx %}} Gateway Upgrade][Upgrade Gateway] has been completed before starting this upgrade.
11+
12+
## Perform Upgrade
13+
14+
{{< section "/upgrade/2024.11/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}}
15+
16+
## Next Steps?
17+
18+
1. [Try It Out][]
19+
20+
[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeGateway" >}}
21+
[Try It Out]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.TryItOut" >}}

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Upgrade Gateway"
33
linkTitle: "Upgrade Gateway"
44
description: "Information about upgrading {{% ctx %}} Gateway from 2024.9 to 2024.11."
5-
weight: 30
5+
weight: 40
66
---
77

88
# {{% param title %}}
@@ -21,13 +21,9 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.9 to 2024.11.
2121

2222
{{< section "/preserve-installation-files.md" >}}
2323

24-
## Upgrade {{% ctx %}} Interaction Portal
25-
26-
{{< section "/upgrade/2024.11/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}}
27-
2824
## Next Steps?
2925

30-
1. [Try It Out][]
26+
1. [Upgrade {{% ctx %}} Interaction Portal][Upgrade CIP]
3127

3228
[Flow Debugger upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeDebugger" >}}
33-
[Try It Out]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.TryItOut" >}}
29+
[Upgrade CIP]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeCIP" >}}

content/en/docs/2024.11/_shared/upgrade/2024.11/upgrade-web-application-server/upgrade-cortex-interaction-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
If using the {{% ctx %}} Interaction Portal, it will need to be re-installed.
1+
If using the {{% ctx %}} Interaction Portal, it will need to be upgraded.
22

33
For further assistance, please raise a case in the [{{% ctx %}} Service Portal][].
44

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Upgrade Interaction Portal"
3+
linkTitle: "Upgrade Interaction Portal"
4+
description: "Information about upgrading {{% ctx %}} Interaction Portal."
5+
weight: 60
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to upgrade {{% ctx %}} Interaction Portal. Please ensure that the [{{% ctx %}} Gateway Upgrade][Upgrade Gateway] has been completed before starting this upgrade.
11+
12+
## Perform Upgrade
13+
14+
{{< section "/upgrade/2024.11/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}}
15+
16+
## Next Steps?
17+
18+
1. [Try It Out][]
19+
20+
[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeGateway" >}}
21+
[Try It Out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.TryItOut" >}}

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Upgrade Gateway"
33
linkTitle: "Upgrade Gateway"
44
description: "Information about upgrading {{% ctx %}} Gateway from 2024.9 to 2024.11."
5-
weight: 30
5+
weight: 40
66
---
77

88
# {{% param title %}}
@@ -21,13 +21,9 @@ This guide describes how to upgrade {{% ctx %}} Gateway from 2024.9 to 2024.11.
2121

2222
{{< section "/preserve-installation-files.md" >}}
2323

24-
## Upgrade {{% ctx %}} Interaction Portal
25-
26-
{{< section "/upgrade/2024.11/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}}
27-
2824
## Next Steps?
2925

30-
1. [Try It Out][]
26+
1. [Upgrade {{% ctx %}} Interaction Portal][Upgrade CIP]
3127

3228
[Flow Debugger upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeDebugger" >}}
33-
[Try It Out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.TryItOut" >}}
29+
[Upgrade CIP]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeCIP" >}}

content/en/docs/2025.1/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2025.1"
33
linkTitle: "2025.1"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 988
6+
outOfSupport: true
67
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "FAQs"
3+
linkTitle: "FAQs"
4+
description: "Answers to our most frequently asked questions."
5+
weight: 10000
6+
---
7+
8+
{{< workinprogress >}}

0 commit comments

Comments
 (0)