Skip to content

Commit b4af88d

Browse files
mjangtravisamartin
andauthored
feat: draft cards for NGINX Plus docs (#994)
* feat: draft cards for NGINX Plus docs * Update content/nginx/_index.md Co-authored-by: Travis Martin <[email protected]> --------- Co-authored-by: Travis Martin <[email protected]>
1 parent 1677c96 commit b4af88d

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

content/nginx/_index.md

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,62 @@
22
description: "Documentation for NGINX Open Source and F5 NGINX Plus."
33
title: F5 NGINX Plus
44
weight: 100
5+
nd-subtitle: Optimize, secure, and scale your modern apps
6+
url: /nginx/
7+
nd-landing-page: true
58
cascade:
69
logo: NGINX-Plus-product-icon.svg
10+
nd-content-type: landing-page
11+
nd-product: NGINX Plus
712
---
13+
Request your [free 30‑day trial](https://www.nginx.com/free-trial-request) today.
814

9-
Request your [free 30‑day trial](https://www.nginx.com/free-trial-request) today.
15+
## About
16+
[//]: # "These are Markdown comments to guide you through document structure. Remove them as you go, as well as any unnecessary sections."
17+
[//]: # "Use underscores for _italics_, and double asterisks for **bold**."
18+
[//]: # "Backticks are for `monospace`, used sparingly and reserved mostly for executable names - they can cause formatting problems. Avoid them in tables: use italics instead."
19+
20+
NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers.
21+
22+
NGINX Plus adds a range of premium features to address enterprise needs.
23+
24+
## Featured content
25+
[//]: # "You can add a maximum of three cards: any extra will not display."
26+
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
27+
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."
28+
29+
{{<card-layout>}}
30+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
31+
{{<card title="Install NGINX Plus" titleUrl="/nginx/installing-nginx/installing-nginx-plus/" icon="unplug" isFullSize="true">}}
32+
Install NGINX Plus on different operating systems.
33+
{{</card >}}
34+
{{</card-section>}}
35+
{{</card-layout>}}
36+
37+
38+
{{<card-layout>}}
39+
{{<card-section showAsCards="true" >}}
40+
{{<card title="Install NGINX Open Source" titleUrl="/nginx/installing-nginx/installing-nginx-open-source/" >}}
41+
Install NGINX Open Source. Compile from source.
42+
{{</card>}}
43+
{{<card title="Set up HTTP load balancing" titleUrl="/admin-guide/load-balancer/http-load-balancer/" >}}
44+
Keep your servers running.
45+
{{</ card >}}
46+
{{<card title="Set up a web server" titleUrl="/nginx/admin-guide/web-server/web-server/" >}}
47+
Configure NGINX as a web server.
48+
{{</card>}}
49+
{{<card title="Secure with Single Sign-On" titleUrl="/nginx/admin-guide/security-controls/configuring-oidc/">}}
50+
Set up Open ID connect with identity providers.
51+
{{</ card >}}
52+
{{</card-section>}}
53+
{{</card-layout>}}
54+
55+
### More information
56+
57+
{{<card-layout>}}
58+
{{<card-section showAsCards="true" >}}
59+
{{<card title="View release notes and updates" titleUrl="/nginx-instance-manager/releases/" icon="clock-alert">}}
60+
Get details on new features, bug fixes, and known issues.
61+
{{</card>}}
62+
{{</card-section>}}
63+
{{</card-layout>}}

0 commit comments

Comments
 (0)