Skip to content

Commit aea98f5

Browse files
authored
docs: add new NGINX Unit landing cards (#841)
* docs: add new NGINX Unit landing cards
1 parent 6a9888c commit aea98f5

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

content/unit/_index.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,45 @@
11
---
22
title: NGINX Unit
3-
description: A lightweight web app server that combines several layers of the typical application stack into a single component.
3+
nd-subtitle: A lightweight web app server that combines several layers of the typical application stack into a single component
44
url: /nginx-unit/
5+
nd-landing-page: true
56
cascade:
67
logo: "NGINX-Unit-product-icon-RGB.png"
7-
---
8+
nd-content-type: landing-page
9+
nd-product: NGINX Unit
10+
---
11+
12+
## About
13+
14+
NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code (including WebAssembly), serving static assets, handling TLS and request routing.
15+
16+
## Featured content
17+
18+
{{<card-layout>}}
19+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
20+
{{<card title="Key features" titleUrl="/nginx-unit/keyfeatures/" isFullSize="true" icon="unplug">}}
21+
Learn about the key features of NGINX Unit, including its support for multiple languages, security, performance, and more
22+
{{</card >}}
23+
{{<card title="Installation" titleUrl="/nginx-unit/installation/" isFullSize="true">}}
24+
Get started with NGINX Unit by installing it on your system. Find instructions for various platforms and package managers
25+
{{</card >}}
26+
{{<card title="Configuration" titleUrl="/nginx-unit/configuration/" isFullSize="true">}}
27+
Learn how to configure NGINX Unit for your applications
28+
{{</card >}}
29+
{{</card-section>}}
30+
{{</card-layout>}}
31+
32+
## Other resources
33+
34+
{{<card-layout>}}
35+
{{<card-section showAsCards="true">}}
36+
37+
{{<card title="How-to guides" titleUrl="/nginx-unit/howto/" isFullSize="true">}}
38+
Learn how to resolve various real-life situations and issues that you may experience with Unit
39+
{{</card >}}
40+
{{<card title="Changelog" titleUrl="/nginx-unit/changes/" isFullSize="true" icon="file-clock">}}
41+
See the latest changes and updates in NGINX Unit, including new features, bug fixes, and improvements
42+
{{</card >}}
43+
44+
{{</card-section>}}
45+
{{</card-layout>}}

0 commit comments

Comments
 (0)