Skip to content

Commit e38fded

Browse files
committed
CardLayout: Fix post rebase
1 parent 67c8f11 commit e38fded

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

content/nap-dos/_index.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,17 @@ Running natively on NGINX Plus and NGINX Ingress Controller, NGINX App Protect D
2828
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
2929
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."
3030

31-
{{<card-layout>}}
32-
{{<card-section showAsCards="true" isFeaturedSection="true">}}
33-
{{<card title="Deployment" titleUrl="/nginx-app-protect-dos/deployment-guide/learn-about-deployment/">}}
34-
Read how to install and upgrade NGINX App Protect DoS
35-
{{</card>}}
36-
<!-- The titleURL and icon are both optional -->
37-
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
38-
{{<card title="Troubleshooting" titleUrl="/nginx-app-protect-dos/troubleshooting-guide/how-to-troubleshoot/">}}
39-
Learn how to debug NGINX App Protect DoS
40-
{{</card>}}
41-
{{<card title="Releases" titleUrl="/nginx-app-protect-dos/releases/" icon="clock-alert">}}
42-
Review changelogs for NGINX App Protect DoS
43-
{{</card>}}
44-
{{</card-section>}}
45-
{{</card-layout>}}
31+
32+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
33+
{{<card title="Deployment" titleUrl="/nginx-app-protect-dos/deployment-guide/learn-about-deployment/">}}
34+
Read how to install and upgrade NGINX App Protect DoS
35+
{{</card>}}
36+
<!-- The titleURL and icon are both optional -->
37+
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
38+
{{<card title="Troubleshooting" titleUrl="/nginx-app-protect-dos/troubleshooting-guide/how-to-troubleshoot/">}}
39+
Learn how to debug NGINX App Protect DoS
40+
{{</card>}}
41+
{{<card title="Releases" titleUrl="/nginx-app-protect-dos/releases/" icon="clock-alert">}}
42+
Review changelogs for NGINX App Protect DoS
43+
{{</card>}}
44+
{{</card-section>}}

content/nap-waf/_index.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,15 @@ Defend your applications and APIs with a software security solution that seamles
2727
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
2828
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."
2929

30-
{{<card-layout>}}
31-
{{<card-section showAsCards="true" isFeaturedSection="true">}}
32-
{{<card title="Administration Guide" titleUrl="/nginx-app-protect-waf/v5/admin-guide/overview/">}}
33-
Read the use cases and technical specifications for NGINX App Protect WAF
34-
{{</card>}}
35-
{{<card title="Installing NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf/v5/admin-guide/install/">}}
36-
Install NGINX App Protect WAF in a virtual environment
37-
{{</card>}}
38-
{{<card title="Releases" titleUrl="/nginx-app-protect-waf/v5/releases/" icon="clock-alert">}}
39-
Review the latest changes to NGINX App Protect WAF
40-
{{</card>}}
41-
{{</card-section>}}
42-
{{</card-layout>}}
30+
31+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
32+
{{<card title="Administration Guide" titleUrl="/nginx-app-protect-waf/v5/admin-guide/overview/">}}
33+
Read the use cases and technical specifications for NGINX App Protect WAF
34+
{{</card>}}
35+
{{<card title="Installing NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf/v5/admin-guide/install/">}}
36+
Install NGINX App Protect WAF in a virtual environment
37+
{{</card>}}
38+
{{<card title="Releases" titleUrl="/nginx-app-protect-waf/v5/releases/" icon="clock-alert">}}
39+
Review the latest changes to NGINX App Protect WAF
40+
{{</card>}}
41+
{{</card-section>}}

0 commit comments

Comments
 (0)