Skip to content

docs: add new NGINX Unit landing cards #841

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

Merged
merged 3 commits into from
Jul 21, 2025
Merged
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
42 changes: 40 additions & 2 deletions content/unit/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,45 @@
---
title: NGINX Unit
description: A lightweight web app server that combines several layers of the typical application stack into a single component.
nd-subtitle: A lightweight web app server that combines several layers of the typical application stack into a single component
url: /nginx-unit/
nd-landing-page: true
cascade:
logo: "NGINX-Unit-product-icon-RGB.png"
---
nd-content-type: landing-page
nd-product: NGINX Unit
---

## About

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.

## Featured content

{{<card-layout>}}
{{<card-section showAsCards="true" isFeaturedSection="true">}}
{{<card title="Key features" titleUrl="/nginx-unit/keyfeatures/" isFullSize="true" icon="unplug">}}
Learn about the key features of NGINX Unit, including its support for multiple languages, security, performance, and more
{{</card >}}
{{<card title="Installation" titleUrl="/nginx-unit/installation/" isFullSize="true">}}
Get started with NGINX Unit by installing it on your system. Find instructions for various platforms and package managers
{{</card >}}
{{<card title="Configuration" titleUrl="/nginx-unit/configuration/" isFullSize="true">}}
Learn how to configure NGINX Unit for your applications
{{</card >}}
{{</card-section>}}
{{</card-layout>}}

## Other resources

{{<card-layout>}}
{{<card-section showAsCards="true">}}

{{<card title="How-to guides" titleUrl="/nginx-unit/howto/" isFullSize="true">}}
Learn how to resolve various real-life situations and issues that you may experience with Unit
{{</card >}}
{{<card title="Changelog" titleUrl="/nginx-unit/changes/" isFullSize="true" icon="file-clock">}}
See the latest changes and updates in NGINX Unit, including new features, bug fixes, and improvements
{{</card >}}

{{</card-section>}}
{{</card-layout>}}
Loading