Skip to content

Commit

Permalink
Merge pull request #187 from CortexIntelligentAutomation/feature/2426…
Browse files Browse the repository at this point in the history
…1-cip-security-headers-hardening

CIP security headers improvement
  • Loading branch information
cortex-sr authored Dec 11, 2024
2 parents 711090f + 98ced0a commit e6e0e97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@ enable = true

# Releases menu
[[params.versions]]
version = "2024.11"
url = "/docs/2024.11/"
version = "2025.1"
url = "/docs/2025.1/"
dotNetVersion = "net-8.0"
latest = true

[[params.versions]]
version = "2025.1"
url = "/docs/2025.1/"
version = "2024.11"
url = "/docs/2024.11/"
dotNetVersion = "net-8.0"

[[params.versions]]
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/2025.1/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "2024.11"
linkTitle: "2024.11"
title: "2025.1"
linkTitle: "2025.1"
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
weight: 989
---
Binary file not shown.
Binary file not shown.

0 comments on commit e6e0e97

Please sign in to comment.