Skip to content

Commit e3e0bc0

Browse files
authored
docs: add new Agent landing page (#800)
Updates the NGINX Agent v2 docs landing page to the new format with featured docs and cards
1 parent a47b580 commit e3e0bc0

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

content/agent/_index.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,50 @@ cascade:
99
start-date: 2025-05-29
1010
end-date: 2025-09-09
1111
md: /_banners/agent-v3-release.md
12+
# The subtitle displays directly underneath the heading of a given page
13+
nd-subtitle:
14+
# Indicates that this is a custom landing page
15+
nd-landing-page: true
16+
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
17+
nd-content-type: landing-page
18+
# Intended for internal catalogue and search, case sensitive:
19+
# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit
20+
nd-product: Agent
1221
---
22+
23+
## About
24+
25+
NGINX Agent is a companion daemon for your NGINX Open Source or NGINX Plus instance. It enables remote management of NGINX
26+
configurations, collection and reporting of real-time NGINX performance and operating system metrics, and notifications of NGINX events.
27+
28+
[//]: # "This initial section introduces the product to a reader: give a short 1-2 sentence summary of what the product does and its value to the reader."
29+
[//]: # "Name specific functionality it provides: avoid ambiguous descriptions such as 'enables efficiency', focus on what makes it unique."
30+
31+
## Featured content
32+
[//]: # "You can add a maximum of three cards: any extra will not display."
33+
[//]: # "One card will take full width page: two will take half width each. Three will stack like an inverse pyramid."
34+
[//]: # "Some examples of content could be the latest release note, the most common install path, and a popular new feature."
35+
36+
{{<card-layout>}}
37+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
38+
{{<card title="About" titleUrl="/nginx-agent/about" icon="info">}}
39+
Learn everything you need to know about NGINX Agent
40+
{{</card>}}
41+
<!-- The titleURL and icon are both optional -->
42+
<!-- Lucide icon names can be found at https://lucide.dev/icons/ -->
43+
{{<card title="Getting started" titleUrl="/nginx-agent/installation-upgrade/getting-started" icon="unplug">}}
44+
Install NGINX Agent and run a mock control plane
45+
{{</card>}}
46+
{{</card-section>}}
47+
{{</card-layout>}}
48+
49+
{{<card-layout>}}
50+
{{<card-section showAsCards="true" isFeaturedSection="true">}}
51+
{{<card title="Upgrade" titleUrl="/nginx-agent/installation-upgrade/upgrade/" icon="circle-fading-arrow-up">}}
52+
{{</card>}}
53+
{{<card title="Configuration" titleUrl="/nginx-agent/configuration" icon="cog">}}
54+
{{</card>}}
55+
{{<card title="Support" titleUrl="/nginx-agent/support" icon="hand-helping">}}
56+
{{</card>}}
57+
{{</card-section>}}
58+
{{</card-layout>}}

0 commit comments

Comments
 (0)