Skip to content

Commit de3a9f4

Browse files
Cortex-DMSDonna-Marie Smith
andauthored
Feature/hide unsupported version (#200)
* Removed documentation from lists that is for versions no longer supported Co-authored-by: Donna-Marie Smith <[email protected]>
1 parent a103d9f commit de3a9f4

File tree

14 files changed

+40
-22
lines changed

14 files changed

+40
-22
lines changed

config/_default/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ enable = true
208208
version = "2025.1"
209209
url = "/docs/2025.1/"
210210
dotNetVersion = "net-8.0"
211+
inSupport = true
211212
latest = true
212213

213214
[[params.versions]]
@@ -219,6 +220,7 @@ enable = true
219220
version = "2024.9"
220221
url = "/docs/2024.9/"
221222
dotNetVersion = "net-8.0"
223+
inSupport = true
222224

223225
[[params.versions]]
224226
version = "2024.7"
@@ -239,6 +241,7 @@ enable = true
239241
version = "2024.1"
240242
url = "/docs/2024.1/"
241243
dotNetVersion = "net-6.0"
244+
inSupport = true
242245

243246
[[params.versions]]
244247
version = "2023.11"

content/en/docs/2022.9/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2022.9"
33
linkTitle: "2022.9"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 1000
6+
outOfSupport: true
67
---

content/en/docs/2023.11/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2023.11"
33
linkTitle: "2023.11"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 995
6+
outOfSupport: true
67
---

content/en/docs/2023.3/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2023.3"
33
linkTitle: "2023.3"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 999
6+
outOfSupport: true
67
---

content/en/docs/2023.5/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2023.5"
33
linkTitle: "2023.5"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 998
6+
outOfSupport: true
67
---

content/en/docs/2023.7/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2023.7"
33
linkTitle: "2023.7"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 997
6+
outOfSupport: true
67
---

content/en/docs/2023.9/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2023.9"
33
linkTitle: "2023.9"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 996
6+
outOfSupport: true
67
---

content/en/docs/2024.11/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2024.11"
33
linkTitle: "2024.11"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 989
6+
outOfSupport: true
67
---

content/en/docs/2024.3/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2024.3"
33
linkTitle: "2024.3"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 993
6+
outOfSupport: true
67
---

content/en/docs/2024.5/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "2024.5"
33
linkTitle: "2024.5"
44
description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation."
55
weight: 992
6+
outOfSupport: true
67
---

0 commit comments

Comments
 (0)