Skip to content

Commit 39aed75

Browse files
authored
Add custom landing page to N1 via index.md (#636)
* feat: Add custom landing page to N1 via index.md * Removed list-main * Finish adding all the custom content for N1 landing page * Added changelog shortcode to Changelog card
1 parent 14d6e21 commit 39aed75

File tree

2 files changed

+65
-119
lines changed

2 files changed

+65
-119
lines changed

content/nginx-one/_index.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,72 @@
22
title: F5 NGINX One Console
33
description: The F5 NGINX One Console makes it easy to manage NGINX instances across locations and environments. The console lets you monitor and control your NGINX fleet from one place—you can check configurations, track performance metrics, identify security vulnerabilities, manage SSL certificates, and more.
44
url: /nginx-one/
5+
hasCustomContent: true
56
cascade:
67
logo: "NGINX-One-product-icon.svg"
78
---
9+
{{< card-layout >}}
10+
{{< card-section >}}
11+
{{< card title="Manage your NGINX fleet" >}}
12+
Simplify, scale, secure, and collaborate with your NGINX fleet
13+
{{</ card >}}
14+
{{< card title="Get started" >}}
15+
See benefits from the NGINX One Console
16+
{{</ card >}}
17+
{{< card title="Connect your instances" >}}
18+
Work with data plane keys, containers, and proxy servers
19+
{{</ card >}}
20+
{{< card title="Manage your NGINX instances" >}}
21+
Monitor and maintain your deployments
22+
{{</ card >}}
23+
{{< card title="Draft new configurations" >}}
24+
Work with Staged Configurations
25+
{{</ card >}}
26+
{{< card title="Set up metrics" >}}
27+
Review your deployments in a dashboard
28+
{{</ card >}}
29+
{{< card title="Organize users with RBAC" >}}
30+
Assign responsibilities with role-based access control
31+
{{</ card >}}
32+
{{< card title="Automate with the NGINX One API" >}}
33+
Manage your NGINX fleet over REST
34+
{{</ card >}}
35+
{{< card title="Glossary" >}}
36+
Learn terms unique to NGINX One Console
37+
{{</ card >}}
38+
{{< card title="Changelog" >}}
39+
{{< changelog-dates >}}
40+
{{</ card >}}
41+
{{</ card-section >}}
842

43+
# Other Products
44+
{{< card-section title="Kubernetes Solutions">}}
45+
{{< card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" icon="NGINX-Ingress-Controller-product-icon">}}
46+
Kubernetes traffic management with API gateway, identity, and observability features.
47+
{{</ card >}}
48+
{{< card title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric" icon="NGINX-product-icon">}}
49+
Next generation Kubernetes connectivity using the Gateway API.
50+
{{</ card >}}
51+
{{</ card-section >}}
52+
{{< card-section title="Local Console Option">}}
53+
{{< card title="NGINX Instance Manager" titleUrl="/nginx-instance-manager" icon="NGINX-Instance-Manager-product-icon">}}
54+
Track and control NGINX Open Source and NGINX Plus instances.
55+
{{</ card >}}
56+
{{</ card-section >}}
57+
{{< card-section title="Modern App Delivery">}}
58+
{{< card title="NGINX Plus" titleUrl="/nginx" icon="NGINX-Plus-product-icon-RGB">}}
59+
The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway.
60+
{{</ card >}}
61+
{{< card title="NGINX Open Source" titleUrl="nginx.org" icon="NGINX-product-icon">}}
62+
The open source all-in-one load balancer, content cache, and web server
63+
{{</ card >}}
64+
{{</ card-section >}}
65+
{{< card-section title="Security">}}
66+
{{< card title="NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf" icon="NGINX-App-Protect-WAF-product-icon">}}
67+
Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs.
68+
{{</ card >}}
69+
{{< card title="NGINX App Protect DoS" titleUrl="/nginx-app-protect-dos" icon="NGINX-App-Protect-DoS-product-icon">}}
70+
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs.
71+
{{</ card >}}
72+
{{</ card-section >}}
73+
{{</ card-layout >}}

layouts/partials/list-main.html

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

0 commit comments

Comments
 (0)