diff --git a/content/_index.md b/content/_index.md index d6816edad..8370b5f87 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,57 @@ --- title: NGINX Product Documentation description: Learn how to deliver, manage, and protect your applications using F5 NGINX products. ---- \ No newline at end of file +--- + +## NGINX Product Documentation +Learn how to deliver, manage, and protect your applications using F5 NGINX products. + +{{}} + {{}} + {{}} + Monitor your infrastructure, address security vulnerabilities, and assess the health of your NGINX fleet, all from a single console. + {{}} + {{}} + The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway. + {{}} + {{}} + Track and control NGINX Open Source and NGINX Plus instances. + {{}} + {{}} + Kubernetes traffic management with API gateway, identity, and observability features. + {{}} + {{}} + Next generation Kubernetes connectivity using the Gateway API. + {{}} + {{}} + The open source all-in-one load balancer, content cache, and web server + {{}} + {{}} + A daemon providing observability data and remote configuration for NGINX Open Source and NGINX Plus instances + {{}} + {{}} + 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. + {{}} + {{}} + + {{}} + {{}} + Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs + {{}} + {{}} + Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs + {{}} + {{}} + + {{}} + {{}} + Infrastructure-as-a-Service (IaaS) version of NGINX Plus for your Microsoft Azure application stack + {{}} + {{}} + + {{}} + {{}} + Dynamic app server that can run beside NGINX, NGINX Plus, or on its own + {{}} + {{}} +{{}} \ No newline at end of file diff --git a/content/agent/_index.md b/content/agent/_index.md index 478ab4f4b..f850a86ee 100644 --- a/content/agent/_index.md +++ b/content/agent/_index.md @@ -35,12 +35,12 @@ configurations, collection and reporting of real-time NGINX performance and oper {{}} {{}} - {{}} + {{}} Learn everything you need to know about NGINX Agent {{}} - {{}} + {{}} Install NGINX Agent and run a mock control plane {{}} {{}} @@ -48,11 +48,11 @@ configurations, collection and reporting of real-time NGINX performance and oper {{}} {{}} - {{}} + {{}} {{}} - {{}} + {{}} {{}} - {{}} + {{}} {{}} {{}} {{}} \ No newline at end of file diff --git a/content/nginx-one/_index.md b/content/nginx-one/_index.md index 3cfd13708..697ea9b07 100644 --- a/content/nginx-one/_index.md +++ b/content/nginx-one/_index.md @@ -21,7 +21,7 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an [//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature." {{}} {{}} - {{}} + {{}} Get up and running with NGINX One Console {{}} {{}} @@ -30,16 +30,16 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an {{}} {{}} - {{}} + {{}} Work with data plane keys, containers, and proxy servers {{}} - {{}} + {{}} Manage one instance or groups of instances. Monitor certificates. Set up metrics. {{}} - {{}} + {{}} Assign responsibilities with role-based access control {{}} - {{}} + {{}} Manage your NGINX fleet over REST {{}} {{}} @@ -49,10 +49,10 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an {{}} {{}} - {{}} + {{}} See latest updates: New features, improvements, and bug fixes {{}} - {{}} + {{}} See latest updates: New features, improvements, and bug fixes {{}} {{}} @@ -63,31 +63,31 @@ F5 NGINX One Console makes it easy to manage NGINX instances across locations an {{< card-layout >}} {{< card-section title="Kubernetes Solutions">}} - {{< card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon">}} + {{< 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 title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric" brandIcon="NGINX-product-icon">}} + {{< card title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric/" brandIcon="NGINX-product-icon.svg">}} Next generation Kubernetes connectivity using the Gateway API. {{}} {{}} {{< card-section title="Local Console Option">}} - {{< card title="NGINX Instance Manager" titleUrl="/nginx-instance-manager" brandIcon="NGINX-Instance-Manager-product-icon">}} + {{< 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-section title="Modern App Delivery">}} - {{< card title="NGINX Plus" titleUrl="/nginx" brandIcon="NGINX-Plus-product-icon-RGB">}} + {{< 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 title="NGINX Open Source" titleUrl="https://nginx.org" brandIcon="NGINX-product-icon">}} + {{< 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-section title="Security">}} - {{< card title="NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf" brandIcon="NGINX-App-Protect-WAF-product-icon">}} + {{< 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 title="NGINX App Protect DoS" titleUrl="/nginx-app-protect-dos" brandIcon="NGINX-App-Protect-DoS-product-icon">}} + {{< 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. {{}} {{}} diff --git a/layouts/index.html b/layouts/index.html index f56cb9b46..303e1dfad 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,233 +1,3 @@ {{ define "main" }} -{{/* mf homepage */}} - -
- - - - - - - - -
- - - - -{{ end }} +{{ partial "homepage.html" . }} +{{end}}