Skip to content

Commit 1ff4912

Browse files
authored
chore: Update NIC metadata (#1567)
* chore: Update NIC metadata
1 parent 00a69b7 commit 1ff4912

26 files changed

+43
-44
lines changed

content/nginx-one-console/api/api-reference-guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
description: ''
33
nd-docs: DOCS-1398
4-
doctypes:
5-
- reference
64
nd-content-type: redoc
75
nd-product: NONECO
86
tags:

content/nic/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cascade:
88
# The logo file is resolved from the theme, in the folder /static/images/icons/
99
logo: NGINX-Ingress-Controller-product-icon.svg
1010
# The subtitle displays directly underneath the heading of a given page
11-
nd-subtitle:
11+
nd-subtitle:
1212
# Indicates that this is a custom landing page
1313
nd-landing-page: true
1414
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
@@ -20,7 +20,7 @@ nd-product: INGRESS
2020

2121
## About
2222

23-
NGINX Ingress Controller is an [Ingress Controller]({{< ref "/nic/glossary.md#ingress-controller">}}) implementation for NGINX that can load balance Websocket, gRPC, TCP and UDP applications.
23+
NGINX Ingress Controller is an [Ingress Controller]({{< ref "/nic/glossary.md#ingress-controller">}}) implementation for NGINX that can load balance Websocket, gRPC, TCP and UDP applications.
2424

2525
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.
2626

content/nic/configuration/configuration-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
nd-docs: DOCS-584
3-
doctypes:
4-
- ''
53
title: Configuration examples
64
toc: true
75
weight: 400
6+
nd-content-type: reference
7+
nd-product: INGRESS
88
---
99

1010
Our [GitHub repo](https://github.com/nginx/kubernetes-ingress) includes a number of configuration examples:

content/nic/configuration/global-configuration/custom-templates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
nd-docs: DOCS-587
3-
doctypes:
4-
- ''
53
title: Custom templates
64
toc: true
75
weight: 500

content/nic/configuration/global-configuration/mgmt-configmap-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
nd-docs: DOCS-1859
3-
doctypes:
4-
- ''
53
title: Management ConfigMap resource
64
toc: true
75
weight: 300
6+
nd-content-type: how-to
7+
nd-product: INGRESS
88
---
99

1010
When using F5 NGINX Ingress Controller with NGINX Plus, it is required to pass a [command line argument]({{< ref "/nic/configuration/global-configuration/command-line-arguments" >}}) to NGINX Ingress Controller, `--mgmt-configmap=<namespace/name>` which specifies the ConfigMap to use. The minimal required ConfigMap must have a `license-token-secret-name` key. Helm users will not need to create this map or pass the argument, it will be created with a Helm install.

content/nic/configuration/host-and-listener-collisions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Host and Listener collisions
33
toc: true
44
weight: 800
55
nd-docs: DOCS-590
6+
nd-product: INGRESS
7+
nd-content-type: reference
68
---
79

810
This document explains how F5 NGINX Ingress Controller handles host and listener collisions between resources.

content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
nd-docs: DOCS-592
3-
doctypes:
4-
- ''
53
title: Advanced configuration with Snippets
64
toc: true
75
weight: 400
6+
nd-content-type: how-to
7+
nd-product: INGRESS
88
---
99

1010
Snippets allow you to insert raw NGINX config into different contexts of the NGINX configurations that F5 NGINX Ingress Controller generates.

content/nic/configuration/proxy-buffers-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Proxy Buffer Configuration Auto-Adjustment
33
toc: true
44
weight: 850
55
nd-docs: DOCS-590
6+
nd-product: INGRESS
7+
nd-content-type: how-to
68
---
79

810
This document explains how the `--enable-directive-autoadjust` option prevents NGINX configuration errors by automatically adjusting some HTTP proxy buffer directives.

content/nic/configuration/transportserver-resource.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: TransportServer resources
33
toc: true
44
weight: 600
55
nd-docs: DOCS-598
6+
nd-content-type : reference
7+
nd-product: INGRESS
68
---
79

810
This document is reference material for the TransportServer resource used by F5 NGINX Ingress Controller.

content/nic/glossary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
description: null
32
nd-docs: DOCS-1446
43
title: Glossary
54
weight: 10100
5+
nd-content-type: reference
6+
nd-product: INGRESS
67
---
78

89
This is a glossary of terms related to F5 NGINX Ingress Controller and Kubernetes as a whole.

0 commit comments

Comments
 (0)