generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 103
Refactored card usage to remove card-layout shortcode #923
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
Closed
Closed
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
484fde2
Fix catalog and home page
nginx-jack de075d2
Homepage: Match mainframe branch updates
nginx-jack 5108457
Homepage: Match mainframe css and layout setup
nginx-jack a632f59
Rewrite main landing page to be in markdown + updated card shortcode …
lamATnginx 7eccaab
Refactored icon usage to use new shortcode (#801)
lamATnginx 9e59706
Add overview of nginx-org source ingestion
nginx-jack a158c5a
Update N1 landing page to use updated params
lamATnginx 021ea2a
chore: Refactored card usage to remove card-layout shortcode
lamATnginx 0614bbd
Remove double space on archetype
lamATnginx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,55 @@ | ||
--- | ||
title: NGINX Product Documentation | ||
description: Learn how to deliver, manage, and protect your applications using F5 NGINX products. | ||
--- | ||
--- | ||
|
||
## NGINX Product Documentation | ||
Learn how to deliver, manage, and protect your applications using F5 NGINX products. | ||
|
||
{{<card-section title="NGINX One">}} | ||
{{<card title="NGINX One Console" titleUrl="/nginx-one/" brandIcon="NGINX-One-product-icon.svg" isLanding="true">}} | ||
Monitor your infrastructure, address security vulnerabilities, and assess the health of your NGINX fleet, all from a single console. | ||
{{</card >}} | ||
{{<card title="NGINX Plus" titleUrl="/nginx/" brandIcon="NGINX-Plus-product-icon-RGB.svg" isLanding="true">}} | ||
The all-in-one load balancer, reverse proxy, web server, content cache, and API gateway. | ||
{{</card >}} | ||
{{<card title="NGINX Instance Manager" titleUrl="/nginx-instance-manager/" brandIcon="NGINX-Instance-Manager-product-icon.svg" isLanding="true">}} | ||
Track and control NGINX Open Source and NGINX Plus instances. | ||
{{</card >}} | ||
{{<card title="NGINX Ingress Controller" titleUrl="/nginx-ingress-controller/" brandIcon="NGINX-Ingress-Controller-product-icon.svg" isLanding="true">}} | ||
Kubernetes traffic management with API gateway, identity, and observability features. | ||
{{</card >}} | ||
{{<card title="NGINX Gateway Fabric" titleUrl="/nginx-gateway-fabric/" brandIcon="NGINX-Gateway-Fabric-product-icon.svg" isLanding="true">}} | ||
Next generation Kubernetes connectivity using the Gateway API. | ||
{{</card >}} | ||
{{<card title="NGINX Open Source" titleUrl="https://nginx.org/en/docs/" brandIcon="NGINX-product-icon.svg" isLanding="true">}} | ||
The open source all-in-one load balancer, content cache, and web server | ||
{{</card >}} | ||
{{<card title="NGINX Agent" titleUrl="/nginx-agent/" brandIcon="NGINX-product-icon.svg" isLanding="true">}} | ||
A daemon providing observability data and remote configuration for NGINX Open Source and NGINX Plus instances | ||
{{</card >}} | ||
{{<card title="Subscription Licensing & Solutions" titleUrl="/solutions/" brandIcon="NGINX-product-icon.svg" isLanding="true">}} | ||
Stay compliant with your NGINX subscription licenses and see how you can use NGINX One to build secure, scalable, and high-performing applications and APIs. | ||
{{</card >}} | ||
{{</card-section>}} | ||
|
||
{{<card-section title="NGINX App Protect">}} | ||
{{<card title="NGINX App Protect WAF" titleUrl="/nginx-app-protect-waf/" brandIcon="NGINX-App-Protect-WAF-product-icon.svg" isLanding="true">}} | ||
Lightweight, high-performance, advanced protection against Layer 7 attacks on your apps and APIs | ||
{{</card >}} | ||
{{<card title="NGINX App Protect DoS" titleUrl="/nginx-app-protect-dos/" brandIcon="NGINX-App-Protect-DoS-product-icon.svg" isLanding="true">}} | ||
Defend, adapt, and mitigate against Layer 7 denial-of-service attacks on your apps and APIs | ||
{{</card >}} | ||
{{</card-section>}} | ||
|
||
{{<card-section title="NGINX as a Service">}} | ||
{{<card title="NGINX as a Service for Azure" titleUrl="/nginxaas/azure/" brandIcon="NGINX-for-Azure-product-icon.png" isLanding="true">}} | ||
Infrastructure-as-a-Service (IaaS) version of NGINX Plus for your Microsoft Azure application stack | ||
{{</card >}} | ||
{{</card-section>}} | ||
|
||
{{<card-section title="More NGINX Products">}} | ||
{{<card title="NGINX Unit" titleUrl="https://unit.nginx.org/" brandIcon="NGINX-product-icon.svg" isLanding="true">}} | ||
Dynamic app server that can run beside NGINX, NGINX Plus, or on its own | ||
{{</card >}} | ||
{{</card-section>}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ git clone [email protected]:nginx/agent.git | |
|
||
### Download the NGINX Plus certificate and key {#myf5-download} | ||
|
||
{{< fa "circle-info" "text-muted" >}} **This step is required if you are using NGINX Plus. If you are using NGINX open source, you can skip this section.** | ||
{{< icon "circle-info" "text-muted" >}} **This step is required if you are using NGINX Plus. If you are using NGINX open source, you can skip this section.** | ||
|
||
In order to build a container image with NGINX Plus, you must provide the SSL certificate and private key files provided with your NGINX Plus license. These files grant access to the package repository from which the script will download the NGINX Plus package. | ||
|
||
|
@@ -213,6 +213,3 @@ To build an image with Debian and an older version of NGINX Agent you can run th | |
```shell | ||
IMAGE_BUILD_TARGET=install-agent-repo NGINX_AGENT_VERSION=2.37.0~bullseye OS_RELEASE=debian OS_VERSION=bullseye-slim make image | ||
``` | ||
|
||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double-space. This applies to all versions of this change.