Skip to content

Commit 86716ad

Browse files
authored
Removed unneeded R33 layouts and migrate to theme (#583)
* feat: Removed unneeded R33 layouts and migrate to theme * Refactored controller + mesh * Removed list-main + moved to theme instead * Updated to use md + removed html files * Changed to top level folder to use readFile * Update banner messages
1 parent cad1d20 commit 86716ad

File tree

20 files changed

+34
-574
lines changed

20 files changed

+34
-574
lines changed

_banners/eos-cltr.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{{< banner "warning" "End of Sale Notice:" >}}
2+
<br>
3+
F5 NGINX is announcing the <strong>End of Sale (EoS)</strong> for NGINX Controller Application Delivery Module, <strong>effective January 1, 2024</strong>.
4+
<br><br>
5+
F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing NGINX Controller Application Delivery customers can continue to use the product past the EoS date. <strong>License renewals are not available after September 30, 2024.</strong>
6+
<br><br>
7+
See our <a href="https://my.f5.com/manage/s/article/K000137993">End of Sale announcement</a> for more details
8+
{{</ banner >}}

_banners/eos-mesh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{{< banner "warning" "End of Sale Notice:" >}}
2+
<br>
3+
F5 NGINX is announcing the <strong>End of Sale (EoS)</strong> for NGINX Management Suite API Connectivity Manager Module, <strong>effective January 1, 2024</strong>.
4+
<br><br>
5+
F5 maintains generous lifecycle policies that allow customers to continue support and receive product updates. Existing API Connectivity Manager Module customers can continue to use the product past the EoS date. <strong>License renewals are not available after September 30, 2024.</strong>
6+
<br><br>
7+
See our <a href="https://my.f5.com/manage/s/article/K000137989">End of Sale announcement</a> for more details.
8+
{{</ banner >}}

_banners/upgrade-r33.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{{< banner "caution" "NGINX Plus R33 requires NGINX Instance Manager 2.18 or later" >}}
2+
If your NGINX data plane instances are running NGINX Plus R33 or later, you must upgrade to NGINX Instance Manager 2.18 or later to support usage reporting. NGINX Plus R33 instances must report usage data to the F5 licensing endpoint or NGINX Instance Manager. Otherwise, they will stop processing traffic.
3+
<br><br>
4+
For more details about usage reporting and enforcement, see [About solution licenses](../../../../solutions/about-subscription-licenses)
5+
{{</ banner >}}

content/controller/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ title: F5 NGINX Controller
55
weight: 2100
66
cascade:
77
logo: "NGINX-Controller-product-icon-RGB.svg"
8-
type: "ctlr-eos"
98
noindex: true
9+
banner:
10+
enabled: true
11+
type: deprecation
12+
md: _banners/eos-cltr.md
1013
url: /nginx-controller/
1114
---
1215

content/mesh/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ description: 'NGINX Service Mesh is a fully integrated lightweight service mesh
55
environments.
66
77
'
8+
url: /nginx-service-mesh/
89
cascade:
9-
type: mesh-eos
1010
noindex: true
11-
url: /nginx-service-mesh/
11+
banner:
12+
enabled: true
13+
type: deprecation
14+
md: _banners/eos-mesh.md
1215
---
1316

content/nim/deploy/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ description:
44
weight: 20
55
url: /nginx-instance-manager/deploy/
66
cascade:
7-
type: "nim-r33"
7+
banner:
8+
enabled: true
9+
type: deprecation
10+
md: _banners/upgrade-r33.md
811
---

layouts/acm-eos/list.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

layouts/acm-eos/single.html

Lines changed: 0 additions & 48 deletions
This file was deleted.

layouts/ctlr-eos/list.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

layouts/ctlr-eos/single.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

layouts/mesh-eos/list.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

layouts/mesh-eos/single.html

Lines changed: 0 additions & 48 deletions
This file was deleted.

layouts/nim-r33/list.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

layouts/nim-r33/single.html

Lines changed: 0 additions & 55 deletions
This file was deleted.

layouts/partials/ctlr-eos/list-main.html

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)