generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 105
feat: Add NGINX Ingress Controller landing page #929
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
+35
−0
Merged
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
e46cad3
feat: Add NGINX Ingress Controller landing page
ADubhlaoich 278f30b
Merge branch 'main' into nic/landing-page
ADubhlaoich 64f140f
Merge branch 'main' into nic/landing-page
ADubhlaoich 9c6ee0e
Merge branch 'main' into nic/landing-page
ADubhlaoich ccde7cd
Merge branch 'main' into nic/landing-page
ADubhlaoich 7e51299
Merge branch 'main' into nic/landing-page
ADubhlaoich 235a730
Merge branch 'main' into nic/landing-page
ADubhlaoich 10517d7
feat: Minor tweaks to formatting and noun usage
ADubhlaoich 1f78c70
feat: Update Changelog link to Releases
ADubhlaoich bf02807
Merge branch 'main' into nic/landing-page
ADubhlaoich 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,41 @@ | ||
--- | ||
# The title is the product name | ||
title: NGINX Ingress Controller | ||
# The URL is the base of the deployed path, becoming "docs.nginx.com/<url>/<other-pages>" | ||
url: /nginx-ingress-controller/ | ||
# The cascade directive applies its nested parameters down the page tree until overwritten | ||
cascade: | ||
# The logo file is resolved from the theme, in the folder /static/images/icons/ | ||
logo: NGINX-Ingress-Controller-product-icon.png | ||
# The subtitle displays directly underneath the heading of a given page | ||
nd-subtitle: | ||
# Indicates that this is a custom landing page | ||
nd-landing-page: true | ||
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this | ||
nd-content-type: landing-page | ||
# Intended for internal catalogue and search, case sensitive: | ||
# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit | ||
nd-product: NIC | ||
--- | ||
|
||
## About | ||
|
||
NGINX Ingress Controller is an [Ingress Controller]({{< ref "/nic/glossary.md#ingress-controller">}}) implementation for [NGINX](https://nginx.org) and [NGINX Plus](https://www.f5.com/products/nginx/nginx-plus) that can load balance Websocket, gRPC, TCP and UDP applications. | ||
|
||
It supports standard [Ingress]({{< ref "/nic/glossary.md#ingress">}}) features such as content-based routing and TLS/SSL termination. Several NGINX and NGINX Plus features are available as extensions to Ingress resources through [Annotations]({{< ref "/nic/configuration/ingress-resources/advanced-configuration-with-annotations">}}) and the [ConfigMap]({{< ref "/nic/configuration/global-configuration/configmap-resource">}}) resource. | ||
|
||
## Featured content | ||
|
||
{{<card-layout>}} | ||
{{<card-section showAsCards="true" isFeaturedSection="true">}} | ||
{{<card title="Install NGINX Ingress Controller with Helm" titleUrl="/nginx-ingress-controller/installation/installing-nic/installation-with-helm">}} | ||
Use Helm to deploy and configure a NGINX Ingress Controller cluster. | ||
ADubhlaoich marked this conversation as resolved.
Show resolved
Hide resolved
|
||
{{</card>}} | ||
{{<card title="Migrate from Ingress-NGINX Controller" titleUrl="/nginx-ingress-controller/installation/ingress-nginx">}} | ||
Replace an Ingress-NGINX cluster with NGINX Ingress Controller. | ||
{{</card>}} | ||
{{<card title="Changelog" titleUrl="/nginx-ingress-controller/changelog">}} | ||
Review the changes from the latest NGINX Ingress Controller releases. | ||
{{</card>}} | ||
{{</card-section>}} | ||
{{</card-layout>}} |
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.
Uh oh!
There was an error while loading. Please reload this page.