Skip to content

Refactored card usage to remove card-layout shortcode #923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: mainframe
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions archetypes/landing-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,16 @@ nd-product:
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."

{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="<some-title>">}}
<!-- Each description should be roughly 10 words or less. -->
{{</card>}}
<!-- The titleURL and icon are both optional -->
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
{{<card title="<some-title>" titleUrl="<some-url>" icon="<some-lucide-icon>">}}
<!-- Each description should be roughly 10 words or less. -->
{{</card>}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section isFeaturedSection="true">}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{<card-section isFeaturedSection="true">}}
{{<card-section isFeaturedSection="true">}}

Double-space. This applies to all versions of this change.

{{<card title="<some-title>">}}
<!-- Each description should be roughly 10 words or less. -->
{{</card>}}
<!-- The titleURL and icon are both optional -->
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
{{<card title="<some-title>" titleUrl="<some-url>" icon="<some-lucide-icon>">}}
<!-- Each description should be roughly 10 words or less. -->
{{</card>}}
{{</card-section>}}

## Other content

Expand Down
90 changes: 44 additions & 46 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,52 +6,50 @@ description: Learn how to deliver, manage, and protect your applications using F
## NGINX Product Documentation
Learn how to deliver, manage, and protect your applications using F5 NGINX products.

{{<card-layout>}}
{{<card-section showAsCards="true" title="NGINX One">}}
{{<card title="NGINX One Console" titleUrl="/nginx-one/" brandIcon="NGINX-One-product-icon.svg" isLanding="true">}}
Monitor your infrastructure, address security vulnerabilities, and assess the health of your NGINX fleet, all from a single console.
{{</card >}}
{{<card title="NGINX Plus" titleUrl="/nginx/" brandIcon="NGINX-Plus-product-icon-RGB.svg" isLanding="true">}}
The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway.
{{</card >}}
{{<card title="NGINX Instance Manager" titleUrl="/nginx-instance-manager/" brandIcon="NGINX-Instance-Manager-product-icon.svg" isLanding="true">}}
Track and control NGINX Open Source and NGINX Plus instances.
{{</card >}}
{{<card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon.svg" isLanding="true">}}
Kubernetes traffic management with API gateway, identity, and observability features.
{{</card >}}
{{<card title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric/" brandIcon="NGINX-Gateway-Fabric-product-icon.svg" isLanding="true">}}
Next generation Kubernetes connectivity using the Gateway API.
{{</card >}}
{{<card title="NGINX Open Source" titleUrl="https://nginx.org/en/docs/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
The open source all-in-one load balancer, content cache, and web server
{{</card >}}
{{<card title="NGINX Agent" titleUrl="/nginx-agent/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
A daemon providing observability data and remote configuration for NGINX Open Source and NGINX Plus instances
{{</card >}}
{{<card title="Subscription Licensing & Solutions" titleUrl="/solutions/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
Stay compliant with your NGINX subscription licenses and see how you can use NGINX One to build secure, scalable, and high-performing applications and APIs.
{{</card >}}
{{</card-section>}}
{{<card-section title="NGINX One">}}
{{<card title="NGINX One Console" titleUrl="/nginx-one/" brandIcon="NGINX-One-product-icon.svg" isLanding="true">}}
Monitor your infrastructure, address security vulnerabilities, and assess the health of your NGINX fleet, all from a single console.
{{</card >}}
{{<card title="NGINX Plus" titleUrl="/nginx/" brandIcon="NGINX-Plus-product-icon-RGB.svg" isLanding="true">}}
The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway.
{{</card >}}
{{<card title="NGINX Instance Manager" titleUrl="/nginx-instance-manager/" brandIcon="NGINX-Instance-Manager-product-icon.svg" isLanding="true">}}
Track and control NGINX Open Source and NGINX Plus instances.
{{</card >}}
{{<card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon.svg" isLanding="true">}}
Kubernetes traffic management with API gateway, identity, and observability features.
{{</card >}}
{{<card title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric/" brandIcon="NGINX-Gateway-Fabric-product-icon.svg" isLanding="true">}}
Next generation Kubernetes connectivity using the Gateway API.
{{</card >}}
{{<card title="NGINX Open Source" titleUrl="https://nginx.org/en/docs/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
The open source all-in-one load balancer, content cache, and web server
{{</card >}}
{{<card title="NGINX Agent" titleUrl="/nginx-agent/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
A daemon providing observability data and remote configuration for NGINX Open Source and NGINX Plus instances
{{</card >}}
{{<card title="Subscription Licensing & Solutions" titleUrl="/solutions/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
Stay compliant with your NGINX subscription licenses and see how you can use NGINX One to build secure, scalable, and high-performing applications and APIs.
{{</card >}}
{{</card-section>}}

{{<card-section showAsCards="true" title="NGINX App Protect">}}
{{<card title="NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf/" brandIcon="NGINX-App-Protect-WAF-product-icon.svg" isLanding="true">}}
Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs
{{</card >}}
{{<card title="NGINX App Protect DoS" titleUrl="/nginx-app-protect-dos/" brandIcon="NGINX-App-Protect-DoS-product-icon.svg" isLanding="true">}}
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs
{{</card >}}
{{</card-section>}}
{{<card-section title="NGINX App Protect">}}
{{<card title="NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf/" brandIcon="NGINX-App-Protect-WAF-product-icon.svg" isLanding="true">}}
Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs
{{</card >}}
{{<card title="NGINX App Protect DoS" titleUrl="/nginx-app-protect-dos/" brandIcon="NGINX-App-Protect-DoS-product-icon.svg" isLanding="true">}}
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs
{{</card >}}
{{</card-section>}}

{{<card-section showAsCards="true" title="NGINX as a Service">}}
{{<card title="NGINX as a Service for Azure" titleUrl="/nginxaas/azure/" brandIcon="NGINX-for-Azure-product-icon.png" isLanding="true">}}
Infrastructure-as-a-Service (IaaS) version of NGINX Plus for your Microsoft Azure application stack
{{</card >}}
{{</card-section>}}
{{<card-section title="NGINX as a Service">}}
{{<card title="NGINX as a Service for Azure" titleUrl="/nginxaas/azure/" brandIcon="NGINX-for-Azure-product-icon.png" isLanding="true">}}
Infrastructure-as-a-Service (IaaS) version of NGINX Plus for your Microsoft Azure application stack
{{</card >}}
{{</card-section>}}

{{<card-section showAsCards="true" title="More NGINX Products">}}
{{<card title="NGINX Unit" titleUrl="https://unit.nginx.org/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
Dynamic app server that can run beside NGINX, NGINX Plus, or on its own
{{</card >}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section title="More NGINX Products">}}
{{<card title="NGINX Unit" titleUrl="https://unit.nginx.org/" brandIcon="NGINX-product-icon.svg" isLanding="true">}}
Dynamic app server that can run beside NGINX, NGINX Plus, or on its own
{{</card >}}
{{</card-section>}}
40 changes: 18 additions & 22 deletions content/agent/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,22 @@ configurations, collection and reporting of real-time NGINX performance and oper
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."

{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="About" titleUrl="about/" icon="info">}}
Learn everything you need to know about NGINX Agent
{{</card>}}
<!-- The titleURL and icon are both optional -->
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
{{<card title="Getting started" titleUrl="installation-upgrade/getting-started/" icon="unplug">}}
Install NGINX Agent and run a mock control plane
{{</card>}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section isFeaturedSection="true">}}
{{<card title="About" titleUrl="about/" icon="info">}}
Learn everything you need to know about NGINX Agent
{{</card>}}
<!-- The titleURL and icon are both optional -->
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
{{<card title="Getting started" titleUrl="installation-upgrade/getting-started/" icon="unplug">}}
Install NGINX Agent and run a mock control plane
{{</card>}}
{{</card-section>}}

{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="Upgrade" titleUrl="installation-upgrade/upgrade/" icon="circle-fading-arrow-up">}}
{{</card>}}
{{<card title="Configuration" titleUrl="configuration/" icon="cog">}}
{{</card>}}
{{<card title="Support" titleUrl="support/" icon="hand-helping">}}
{{</card>}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section isFeaturedSection="true">}}
{{<card title="Upgrade" titleUrl="installation-upgrade/upgrade/" icon="circle-fading-arrow-up">}}
{{</card>}}
{{<card title="Configuration" titleUrl="configuration/" icon="cog">}}
{{</card>}}
{{<card title="Support" titleUrl="support/" icon="hand-helping">}}
{{</card>}}
{{</card-section>}}
126 changes: 59 additions & 67 deletions content/nginx-one/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,79 +20,71 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."

{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="Get started" titleUrl="getting-started/" icon="unplug" isFullSize="true">}}
Get up and running with NGINX One Console
{{</card >}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section isFeaturedSection="true">}}
{{<card title="Get started" titleUrl="getting-started/" icon="unplug" isFullSize="true">}}
Get up and running with NGINX One Console
{{</card >}}
{{</card-section>}}


{{<card-layout>}}
{{<card-section showAsCards="true" >}}
{{<card title="Connect more NGINX instances" titleUrl="connect-instances/" >}}
Work with data plane keys, containers, and proxy servers
{{</card>}}
{{<card title="Manage your NGINX instances" titleUrl="nginx-configs/" >}}
Manage one instance or groups of instances. Monitor certificates. Set up metrics.
{{</card>}}
{{<card title="Organize users with RBAC" titleUrl="rbac/" >}}
Assign responsibilities with role-based access control
{{</card>}}
{{<card title="Automate with the NGINX One API" titleUrl="api/" >}}
Manage your NGINX fleet over REST
{{</card>}}
{{<card title="Connect Kubernetes deployments" titleUrl="/nginx-one/k8s/">}}
Monitor deployments for CVEs and certificates
{{</ card >}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section >}}
{{<card title="Connect more NGINX instances" titleUrl="connect-instances/" >}}
Work with data plane keys, containers, and proxy servers
{{</card>}}
{{<card title="Manage your NGINX instances" titleUrl="nginx-configs/" >}}
Manage one instance or groups of instances. Monitor certificates. Set up metrics.
{{</card>}}
{{<card title="Organize users with RBAC" titleUrl="rbac/" >}}
Assign responsibilities with role-based access control
{{</card>}}
{{<card title="Automate with the NGINX One API" titleUrl="api/" >}}
Manage your NGINX fleet over REST
{{</card>}}
{{<card title="Connect Kubernetes deployments" titleUrl="/nginx-one/k8s/">}}
Monitor deployments for CVEs and certificates
{{</ card >}}
{{</card-section>}}

### More information

{{<card-layout>}}
{{<card-section showAsCards="true" >}}
{{<card title="Glossary" titleUrl="glossary/" >}}
See latest updates: New features, improvements, and bug fixes
{{</card>}}
{{<card title="Changelog" titleUrl="changelog/" icon="clock-alert">}}
See latest updates: New features, improvements, and bug fixes
{{</card>}}
{{</card-section>}}
{{</card-layout>}}
{{<card-section >}}
{{<card title="Glossary" titleUrl="glossary/" >}}
See latest updates: New features, improvements, and bug fixes
{{</card>}}
{{<card title="Changelog" titleUrl="changelog/" icon="clock-alert">}}
See latest updates: New features, improvements, and bug fixes
{{</card>}}
{{</card-section>}}

## NGINX One components
[//]: # "You can add any extra content for the page here, such as additional cards, diagrams or text."

{{<card-layout>}}
{{< card-section title="Kubernetes Solutions">}}
{{< card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon.svg">}}
Kubernetes traffic management with API gateway, identity, and observability features.
{{</ card >}}
{{< card title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric/" brandIcon="NGINX-product-icon.svg">}}
Next generation Kubernetes connectivity using the Gateway API.
{{</ card >}}
{{</ card-section >}}
{{< card-section title="Local Console Option">}}
{{< card title="NGINX Instance Manager" titleUrl="/nginx-instance-manager/" brandIcon="NGINX-Instance-Manager-product-icon.svg">}}
Track and control NGINX Open Source and NGINX Plus instances.
{{</ card >}}
{{</ card-section >}}
{{< card-section title="Modern App Delivery">}}
{{< card title="NGINX Plus" titleUrl="/nginx/" brandIcon="NGINX-Plus-product-icon-RGB.svg">}}
The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway.
{{</ card >}}
{{< card title="NGINX Open Source" titleUrl="https://nginx.org" brandIcon="NGINX-product-icon.svg">}}
The open source all-in-one load balancer, content cache, and web server
{{</ card >}}
{{</ card-section >}}
{{< card-section title="Security">}}
{{< card title="NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf/" brandIcon="NGINX-App-Protect-WAF-product-icon.svg">}}
Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs.
{{</ card >}}
{{< card title="NGINX App Protect DoS" titleUrl="/nginx-app-protect-dos/" brandIcon="NGINX-App-Protect-DoS-product-icon.svg">}}
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs.
{{</ card >}}
{{</ card-section >}}
{{</card-layout>}}
{{< card-section title="Kubernetes Solutions" showAsSingleRow="true">}}
{{< card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon.svg">}}
Kubernetes traffic management with API gateway, identity, and observability features.
{{</ card >}}
{{< card title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric/" brandIcon="NGINX-product-icon.svg">}}
Next generation Kubernetes connectivity using the Gateway API.
{{</ card >}}
{{</ card-section >}}
{{< card-section title="Local Console Option" showAsSingleRow="true">}}
{{< card title="NGINX Instance Manager" titleUrl="/nginx-instance-manager/" brandIcon="NGINX-Instance-Manager-product-icon.svg">}}
Track and control NGINX Open Source and NGINX Plus instances.
{{</ card >}}
{{</ card-section >}}
{{< card-section title="Modern App Delivery" showAsSingleRow="true">}}
{{< card title="NGINX Plus" titleUrl="/nginx/" brandIcon="NGINX-Plus-product-icon-RGB.svg">}}
The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway.
{{</ card >}}
{{< card title="NGINX Open Source" titleUrl="https://nginx.org" brandIcon="NGINX-product-icon.svg">}}
The open source all-in-one load balancer, content cache, and web server
{{</ card >}}
{{</ card-section >}}
{{< card-section title="Security" showAsSingleRow="true">}}
{{< card title="NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf/" brandIcon="NGINX-App-Protect-WAF-product-icon.svg">}}
Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs.
{{</ card >}}
{{< card title="NGINX App Protect DoS" titleUrl="/nginx-app-protect-dos/" brandIcon="NGINX-App-Protect-DoS-product-icon.svg">}}
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs.
{{</ card >}}
{{</ card-section >}}
Loading
Loading