Skip to content

Commit e6e0e97

Browse files
authored
Merge pull request #187 from CortexIntelligentAutomation/feature/24261-cip-security-headers-hardening
CIP security headers improvement
2 parents 711090f + 98ced0a commit e6e0e97

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

config/_default/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,14 @@ enable = true
205205

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

213213
[[params.versions]]
214-
version = "2025.1"
215-
url = "/docs/2025.1/"
214+
version = "2024.11"
215+
url = "/docs/2024.11/"
216216
dotNetVersion = "net-8.0"
217217

218218
[[params.versions]]

content/en/docs/2025.1/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "2024.11"
3-
linkTitle: "2024.11"
2+
title: "2025.1"
3+
linkTitle: "2025.1"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 989
66
---
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)