From a0c1b75375405bd45e33f5a55d489f6402829bc1 Mon Sep 17 00:00:00 2001 From: Jon Cahill-Torre Date: Thu, 11 Dec 2025 14:33:54 +0000 Subject: [PATCH 1/2] chore: Update NIC metadata --- content/nic/_index.md | 4 ++-- content/nic/configuration/configuration-examples.md | 2 ++ .../global-configuration/mgmt-configmap-resource.md | 2 ++ .../nic/configuration/host-and-listener-collisions.md | 2 ++ .../advanced-configuration-with-snippets.md | 2 ++ .../nic/configuration/proxy-buffers-configuration.md | 2 ++ content/nic/configuration/transportserver-resource.md | 2 ++ content/nic/glossary.md | 3 ++- content/nic/install/images/use-aws-image.md | 2 ++ content/nic/install/images/use-gcp-image.md | 2 ++ content/nic/install/upgrade.md | 10 ++-------- content/nic/logging-and-monitoring/opentelemetry.md | 6 ------ content/nic/logging-and-monitoring/prometheus.md | 2 +- content/nic/logging-and-monitoring/status-page.md | 4 ++-- content/nic/overview/controller-comparison.md | 2 +- content/nic/overview/nginx-plus.md | 2 ++ content/nic/overview/product-telemetry.md | 2 ++ .../troubleshooting/troubleshoot-configmap-policy.md | 2 ++ content/nic/troubleshooting/troubleshoot-ingress.md | 2 ++ content/nic/troubleshooting/troubleshoot-support.md | 2 ++ .../troubleshooting/troubleshoot-transportserver.md | 2 ++ .../nic/troubleshooting/troubleshoot-virtualserver.md | 2 ++ content/nic/tutorials/custom-listen-ports.md | 2 ++ content/nic/tutorials/oidc-custom-configuration.md | 2 +- 24 files changed, 43 insertions(+), 22 deletions(-) diff --git a/content/nic/_index.md b/content/nic/_index.md index 781825bfd..7388e94a4 100644 --- a/content/nic/_index.md +++ b/content/nic/_index.md @@ -8,7 +8,7 @@ cascade: # The logo file is resolved from the theme, in the folder /static/images/icons/ logo: NGINX-Ingress-Controller-product-icon.svg # The subtitle displays directly underneath the heading of a given page -nd-subtitle: +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 @@ -20,7 +20,7 @@ nd-product: INGRESS ## About -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. +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. 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. diff --git a/content/nic/configuration/configuration-examples.md b/content/nic/configuration/configuration-examples.md index c49c0790e..356ffa5c6 100644 --- a/content/nic/configuration/configuration-examples.md +++ b/content/nic/configuration/configuration-examples.md @@ -5,6 +5,8 @@ doctypes: title: Configuration examples toc: true weight: 400 +nd-content-type: reference +nd-product: INGRESS --- Our [GitHub repo](https://github.com/nginx/kubernetes-ingress) includes a number of configuration examples: diff --git a/content/nic/configuration/global-configuration/mgmt-configmap-resource.md b/content/nic/configuration/global-configuration/mgmt-configmap-resource.md index 7691152b7..1b13bb1e8 100644 --- a/content/nic/configuration/global-configuration/mgmt-configmap-resource.md +++ b/content/nic/configuration/global-configuration/mgmt-configmap-resource.md @@ -5,6 +5,8 @@ doctypes: title: Management ConfigMap resource toc: true weight: 300 +nd-content-type: how-to +nd-product: INGRESS --- 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=` 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. diff --git a/content/nic/configuration/host-and-listener-collisions.md b/content/nic/configuration/host-and-listener-collisions.md index bfa284664..633dd740b 100644 --- a/content/nic/configuration/host-and-listener-collisions.md +++ b/content/nic/configuration/host-and-listener-collisions.md @@ -3,6 +3,8 @@ title: Host and Listener collisions toc: true weight: 800 nd-docs: DOCS-590 +nd-product: INGRESS +nd-content-type: reference --- This document explains how F5 NGINX Ingress Controller handles host and listener collisions between resources. diff --git a/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md b/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md index ecba138a4..56bede0d6 100644 --- a/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md +++ b/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md @@ -5,6 +5,8 @@ doctypes: title: Advanced configuration with Snippets toc: true weight: 400 +nd-content-type: how-to +nd-product: INGRESS --- Snippets allow you to insert raw NGINX config into different contexts of the NGINX configurations that F5 NGINX Ingress Controller generates. diff --git a/content/nic/configuration/proxy-buffers-configuration.md b/content/nic/configuration/proxy-buffers-configuration.md index bfb63511d..0a0eddf0c 100644 --- a/content/nic/configuration/proxy-buffers-configuration.md +++ b/content/nic/configuration/proxy-buffers-configuration.md @@ -3,6 +3,8 @@ title: Proxy Buffer Configuration Auto-Adjustment toc: true weight: 850 nd-docs: DOCS-590 +nd-product: INGRESS +nd-content-type: how-to --- This document explains how the `--enable-directive-autoadjust` option prevents NGINX configuration errors by automatically adjusting some HTTP proxy buffer directives. diff --git a/content/nic/configuration/transportserver-resource.md b/content/nic/configuration/transportserver-resource.md index 31516a66e..29ed3c834 100644 --- a/content/nic/configuration/transportserver-resource.md +++ b/content/nic/configuration/transportserver-resource.md @@ -3,6 +3,8 @@ title: TransportServer resources toc: true weight: 600 nd-docs: DOCS-598 +nd-content-type : reference +nd-product: INGRESS --- This document is reference material for the TransportServer resource used by F5 NGINX Ingress Controller. diff --git a/content/nic/glossary.md b/content/nic/glossary.md index 99647becd..6787fb1b8 100644 --- a/content/nic/glossary.md +++ b/content/nic/glossary.md @@ -1,8 +1,9 @@ --- -description: null nd-docs: DOCS-1446 title: Glossary weight: 10100 +nd-content-type: reference +nd-product: INGRESS --- This is a glossary of terms related to F5 NGINX Ingress Controller and Kubernetes as a whole. diff --git a/content/nic/install/images/use-aws-image.md b/content/nic/install/images/use-aws-image.md index 4cf516be7..aa7362c7f 100644 --- a/content/nic/install/images/use-aws-image.md +++ b/content/nic/install/images/use-aws-image.md @@ -6,6 +6,8 @@ title: Use the AWS Marketplace NGINX Ingress Controller image toc: true weight: 200 draft: true +nd-content-type: how-to +nd-product: INGRESS --- This guide walks you through the steps to set up NGINX Ingress Controller using the AWS Marketplace diff --git a/content/nic/install/images/use-gcp-image.md b/content/nic/install/images/use-gcp-image.md index c398055f3..b27d6ddd6 100644 --- a/content/nic/install/images/use-gcp-image.md +++ b/content/nic/install/images/use-gcp-image.md @@ -6,6 +6,8 @@ title: Use the GCP Marketplace NGINX Ingress Controller image toc: true weight: 300 draft: true +nd-content-type: how-to +nd-product: INGRESS --- Follow these steps to deploy F5 NGINX Ingress Controller through the GCP Marketplace. diff --git a/content/nic/install/upgrade.md b/content/nic/install/upgrade.md index 79724c2e9..ab6abb83d 100644 --- a/content/nic/install/upgrade.md +++ b/content/nic/install/upgrade.md @@ -1,18 +1,12 @@ --- -# We use sentence case and present imperative tone title: "Upgrade NGINX Ingress Controller" -# Weights are assigned in increments of 100: determines sorting order weight: 900 -# Creates a table of contents and sidebar, useful for large documents toc: true -# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this nd-content-type: how-to -# Intended for internal catalogue and search, case sensitive: -# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit -nd-product: INGRESS +nd-product: INGRESS --- -This document describes how to upgrade F5 NGINX Ingress Controller when a new version releases. +This document describes how to upgrade F5 NGINX Ingress Controller when a new version releases. It covers the necessary steps for minor versions as well as major versions (Such as 3.x to 4.x). diff --git a/content/nic/logging-and-monitoring/opentelemetry.md b/content/nic/logging-and-monitoring/opentelemetry.md index c731e6103..937cb8d4a 100644 --- a/content/nic/logging-and-monitoring/opentelemetry.md +++ b/content/nic/logging-and-monitoring/opentelemetry.md @@ -1,14 +1,8 @@ --- -# We use sentence case and present imperative tone title: "Enable OpenTelemetry" -# Weights are assigned in increments of 100: determines sorting order weight: 300 -# Creates a table of contents and sidebar, useful for large documents toc: true -# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this nd-content-type: how-to -# Intended for internal catalogue and search, case sensitive: -# Agent, N4Azure, NIC, NIM, NGF, NAP-DOS, NAP-WAF, NGINX One, NGINX+, Solutions, Unit nd-product: INGRESS --- diff --git a/content/nic/logging-and-monitoring/prometheus.md b/content/nic/logging-and-monitoring/prometheus.md index 8cce055fe..c30e95e6b 100644 --- a/content/nic/logging-and-monitoring/prometheus.md +++ b/content/nic/logging-and-monitoring/prometheus.md @@ -15,7 +15,7 @@ The metrics exposed include NGINX Ingress Controller data, as well as NGINX Open ### Using Helm -To enable Prometheus metrics when using *Helm* to install NGINX Ingress Controller, configure the `prometheus.*` parameters of the Helm chart. +To enable Prometheus metrics when using *Helm* to install NGINX Ingress Controller, configure the `prometheus.*` parameters of the Helm chart. See the [Installation with Helm]({{< ref "/nic/install/helm.md" >}}) topic. diff --git a/content/nic/logging-and-monitoring/status-page.md b/content/nic/logging-and-monitoring/status-page.md index f02af59ad..ebdf99fc5 100644 --- a/content/nic/logging-and-monitoring/status-page.md +++ b/content/nic/logging-and-monitoring/status-page.md @@ -27,7 +27,7 @@ To access the status: 1. Use the `kubectl port-forward` command to forward connections to port 8080 on your local machine to port 8080 of an NGINX Ingress Controller pod (replace `` with the actual name of a pod):. - ``` + ```shell kubectl port-forward 8080:8080 --namespace=nginx-ingress ``` @@ -49,7 +49,7 @@ To access the dashboard: 1. Use the `kubectl port-forward` command to forward connections to port 8080 on your local machine to port 8080 of an NGINX Plus Ingress Controller pod (replace `` with the actual name of a pod): - ``` + ```shell kubectl port-forward 8080:8080 --namespace=nginx-ingress ``` diff --git a/content/nic/overview/controller-comparison.md b/content/nic/overview/controller-comparison.md index 1a48ecc92..855c96403 100644 --- a/content/nic/overview/controller-comparison.md +++ b/content/nic/overview/controller-comparison.md @@ -40,7 +40,7 @@ The table below summarizes the key difference between nginx/kubernetes-ingress a | Configuration templates *1 | See the [template](https://github.com/kubernetes/ingress-nginx/blob/main/rootfs/etc/nginx/template/nginx.tmpl) | See the [templates](../internal/configs/version1) | See the [templates](../internal/configs/version1) | | **Load balancing configuration via Custom Resources** | | HTTP load balancing | Not supported | See [VirtualServer and VirtualServerRoute]({{< ref "/nic/configuration/virtualserver-and-virtualserverroute-resources.md" >}}) resources | See [VirtualServer and VirtualServerRoute]({{< ref "/nic/configuration/virtualserver-and-virtualserverroute-resources.md" >}}) resources | -| TCP/UDP load balancing | Not supported | See [TransportServer]({{< ref "/nic/configuration/transportserver-resource.md" >}}) resource | See [TransportServer](({{< ref "/nic/configuration/transportserver-resource.md" >}}) resource | +| TCP/UDP load balancing | Not supported | See [TransportServer]({{< ref "/nic/configuration/transportserver-resource.md" >}}) resource | See [TransportServer]({{< ref "/nic/configuration/transportserver-resource.md" >}}) resource | | TCP SSL Passthrough load balancing | Not supported | See [TransportServer]({{< ref "/nic/configuration/transportserver-resource.md" >}}) resource | See [TransportServer]({{< ref "/nic/configuration/transportserver-resource.md" >}}) resource | | **Deployment** | | Command-line arguments *2 | See the [arguments](https://kubernetes.github.io/ingress-nginx/user-guide/cli-arguments/) | See the [arguments]({{< ref "/nic/configuration/global-configuration/command-line-arguments.md" >}}) | See the [arguments]({{< ref "/nic/configuration/global-configuration/command-line-arguments.md" >}}) | diff --git a/content/nic/overview/nginx-plus.md b/content/nic/overview/nginx-plus.md index 313d5cd52..0b981bec8 100644 --- a/content/nic/overview/nginx-plus.md +++ b/content/nic/overview/nginx-plus.md @@ -4,6 +4,8 @@ doctypes: - concept title: Extensibility with NGINX Plus weight: 300 +nd-product: INGRESS +nd-content-type: reference --- This document explains how F5 NGINX Plus can extend the functionality of F5 NGINX Ingress Controller. diff --git a/content/nic/overview/product-telemetry.md b/content/nic/overview/product-telemetry.md index ca9472af7..5c31b6931 100644 --- a/content/nic/overview/product-telemetry.md +++ b/content/nic/overview/product-telemetry.md @@ -3,6 +3,8 @@ title: Product telemetry toc: true weight: 500 nd-docs: DOCS-1857 +nd-product: INGRESS +nd-content-type: reference --- Learn why, what and how F5 NGINX Ingress Controller collects telemetry. diff --git a/content/nic/troubleshooting/troubleshoot-configmap-policy.md b/content/nic/troubleshooting/troubleshoot-configmap-policy.md index 32169d55c..5eecd6088 100644 --- a/content/nic/troubleshooting/troubleshoot-configmap-policy.md +++ b/content/nic/troubleshooting/troubleshoot-configmap-policy.md @@ -5,6 +5,8 @@ doctypes: title: Troubleshooting Policy resources toc: true weight: 300 +nd-product: INGRESS +nd-content-type: how-to --- This page describes how to troubleshoot NGINX Ingress Controller Policy Resources. diff --git a/content/nic/troubleshooting/troubleshoot-ingress.md b/content/nic/troubleshooting/troubleshoot-ingress.md index 3fccf4aec..596c2c822 100644 --- a/content/nic/troubleshooting/troubleshoot-ingress.md +++ b/content/nic/troubleshooting/troubleshoot-ingress.md @@ -5,6 +5,8 @@ doctypes: title: Troubleshooting Ingress resources toc: true weight: 300 +nd-product: INGRESS +nd-content-type: how-to --- This page describes how to troubleshoot NGINX Ingress Controller Policy Resources. diff --git a/content/nic/troubleshooting/troubleshoot-support.md b/content/nic/troubleshooting/troubleshoot-support.md index 340796320..f4374f9c5 100644 --- a/content/nic/troubleshooting/troubleshoot-support.md +++ b/content/nic/troubleshooting/troubleshoot-support.md @@ -2,6 +2,8 @@ title: Commercial support weight: 100 nd-docs: DOCS-1867 +nd-product: INGRESS +nd-content-type: how-to --- F5 NGINX Ingress Controller adheres to the support policy detailed in the following knowledge base article: [K000140156](https://my.f5.com/manage/s/article/K000140156). diff --git a/content/nic/troubleshooting/troubleshoot-transportserver.md b/content/nic/troubleshooting/troubleshoot-transportserver.md index 4d5fa7112..dd2c0c7a4 100644 --- a/content/nic/troubleshooting/troubleshoot-transportserver.md +++ b/content/nic/troubleshooting/troubleshoot-transportserver.md @@ -4,6 +4,8 @@ doctypes: draft: true title: Troubleshooting TransportServer Resources weight: 500 +nd-product: INGRESS +nd-content-type: how-to --- # Troubleshooting TransportServer Resources diff --git a/content/nic/troubleshooting/troubleshoot-virtualserver.md b/content/nic/troubleshooting/troubleshoot-virtualserver.md index b671aa00e..24668559d 100644 --- a/content/nic/troubleshooting/troubleshoot-virtualserver.md +++ b/content/nic/troubleshooting/troubleshoot-virtualserver.md @@ -5,6 +5,8 @@ doctypes: title: Troubleshooting VirtualServer resources toc: true weight: 600 +nd-product: INGRESS +nd-content-type: how-to --- This page describes how to troubleshoot VirtualServer and VirtualServer resource events. diff --git a/content/nic/tutorials/custom-listen-ports.md b/content/nic/tutorials/custom-listen-ports.md index 5e263f288..1c0cef509 100644 --- a/content/nic/tutorials/custom-listen-ports.md +++ b/content/nic/tutorials/custom-listen-ports.md @@ -5,6 +5,8 @@ doctypes: title: Customizing NGINX Ingress Controller Ports toc: true weight: 1800 +nd-product: INGRESS +nd-content-type: how-to --- This document explains how to change the default ports that NGINX Ingress Controller is configured to use, as well as how to add additional `listen` settings. For more information, please read the [NGINX Listen documentation](http://nginx.org/en/docs/http/ngx_http_core_module.html#listen). diff --git a/content/nic/tutorials/oidc-custom-configuration.md b/content/nic/tutorials/oidc-custom-configuration.md index ad5390c8f..c507435ea 100644 --- a/content/nic/tutorials/oidc-custom-configuration.md +++ b/content/nic/tutorials/oidc-custom-configuration.md @@ -2,7 +2,7 @@ title: Customize OIDC Configuration with NGINX Ingress Controller weight: 1800 toc: true -type: how-to +nd-content-type: how-to nd-product: INGRESS nd-docs: DOCS-1448 --- From 0296f5b5bb4aa3fc6cc9240c6bbc9fa5a33d4e52 Mon Sep 17 00:00:00 2001 From: Jon Cahill-Torre Date: Thu, 11 Dec 2025 16:51:01 +0000 Subject: [PATCH 2/2] chore: remove old metadata doctypes --- content/nginx-one-console/api/api-reference-guide.md | 2 -- content/nic/configuration/configuration-examples.md | 2 -- .../nic/configuration/global-configuration/custom-templates.md | 2 -- .../global-configuration/mgmt-configmap-resource.md | 2 -- .../ingress-resources/advanced-configuration-with-snippets.md | 2 -- content/nic/install/images/use-aws-image.md | 2 -- content/nic/install/images/use-gcp-image.md | 2 -- content/nic/troubleshooting/troubleshoot-configmap-policy.md | 2 -- content/nic/troubleshooting/troubleshoot-ingress.md | 2 -- content/nic/troubleshooting/troubleshoot-transportserver.md | 2 -- content/nic/troubleshooting/troubleshoot-virtualserver.md | 2 -- 11 files changed, 22 deletions(-) diff --git a/content/nginx-one-console/api/api-reference-guide.md b/content/nginx-one-console/api/api-reference-guide.md index cfec2cb37..9b9d7d978 100644 --- a/content/nginx-one-console/api/api-reference-guide.md +++ b/content/nginx-one-console/api/api-reference-guide.md @@ -1,8 +1,6 @@ --- description: '' nd-docs: DOCS-1398 -doctypes: - - reference nd-content-type: redoc nd-product: NONECO tags: diff --git a/content/nic/configuration/configuration-examples.md b/content/nic/configuration/configuration-examples.md index 356ffa5c6..aee0e31cd 100644 --- a/content/nic/configuration/configuration-examples.md +++ b/content/nic/configuration/configuration-examples.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-584 -doctypes: -- '' title: Configuration examples toc: true weight: 400 diff --git a/content/nic/configuration/global-configuration/custom-templates.md b/content/nic/configuration/global-configuration/custom-templates.md index 6bb99f87f..260bb6bf3 100644 --- a/content/nic/configuration/global-configuration/custom-templates.md +++ b/content/nic/configuration/global-configuration/custom-templates.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-587 -doctypes: -- '' title: Custom templates toc: true weight: 500 diff --git a/content/nic/configuration/global-configuration/mgmt-configmap-resource.md b/content/nic/configuration/global-configuration/mgmt-configmap-resource.md index 1b13bb1e8..18c124e3a 100644 --- a/content/nic/configuration/global-configuration/mgmt-configmap-resource.md +++ b/content/nic/configuration/global-configuration/mgmt-configmap-resource.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-1859 -doctypes: -- '' title: Management ConfigMap resource toc: true weight: 300 diff --git a/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md b/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md index 56bede0d6..ab463c1c1 100644 --- a/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md +++ b/content/nic/configuration/ingress-resources/advanced-configuration-with-snippets.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-592 -doctypes: -- '' title: Advanced configuration with Snippets toc: true weight: 400 diff --git a/content/nic/install/images/use-aws-image.md b/content/nic/install/images/use-aws-image.md index aa7362c7f..c16ce9efb 100644 --- a/content/nic/install/images/use-aws-image.md +++ b/content/nic/install/images/use-aws-image.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-607 -doctypes: -- '' title: Use the AWS Marketplace NGINX Ingress Controller image toc: true weight: 200 diff --git a/content/nic/install/images/use-gcp-image.md b/content/nic/install/images/use-gcp-image.md index b27d6ddd6..81bf5b90a 100644 --- a/content/nic/install/images/use-gcp-image.md +++ b/content/nic/install/images/use-gcp-image.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-1455 -doctypes: -- '' title: Use the GCP Marketplace NGINX Ingress Controller image toc: true weight: 300 diff --git a/content/nic/troubleshooting/troubleshoot-configmap-policy.md b/content/nic/troubleshooting/troubleshoot-configmap-policy.md index 5eecd6088..0fc97bc86 100644 --- a/content/nic/troubleshooting/troubleshoot-configmap-policy.md +++ b/content/nic/troubleshooting/troubleshoot-configmap-policy.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-1457 -doctypes: -- '' title: Troubleshooting Policy resources toc: true weight: 300 diff --git a/content/nic/troubleshooting/troubleshoot-ingress.md b/content/nic/troubleshooting/troubleshoot-ingress.md index 596c2c822..37e93583b 100644 --- a/content/nic/troubleshooting/troubleshoot-ingress.md +++ b/content/nic/troubleshooting/troubleshoot-ingress.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-1458 -doctypes: -- '' title: Troubleshooting Ingress resources toc: true weight: 300 diff --git a/content/nic/troubleshooting/troubleshoot-transportserver.md b/content/nic/troubleshooting/troubleshoot-transportserver.md index dd2c0c7a4..4d09a4a40 100644 --- a/content/nic/troubleshooting/troubleshoot-transportserver.md +++ b/content/nic/troubleshooting/troubleshoot-transportserver.md @@ -1,6 +1,4 @@ --- -doctypes: -- '' draft: true title: Troubleshooting TransportServer Resources weight: 500 diff --git a/content/nic/troubleshooting/troubleshoot-virtualserver.md b/content/nic/troubleshooting/troubleshoot-virtualserver.md index 24668559d..93e3d5a85 100644 --- a/content/nic/troubleshooting/troubleshoot-virtualserver.md +++ b/content/nic/troubleshooting/troubleshoot-virtualserver.md @@ -1,7 +1,5 @@ --- nd-docs: DOCS-1461 -doctypes: -- '' title: Troubleshooting VirtualServer resources toc: true weight: 600