Skip to content

Commit ff6de45

Browse files
committed
fixed types that had blank values
1 parent 9445c18 commit ff6de45

18 files changed

+36
-18
lines changed

content/agent/installation-upgrade/container-environments/docker-support.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ draft: false
44
toc: true
55
weight: 200
66
docs: DOCS-909
7-
type: []
7+
type:
8+
- task
89
---
910

1011
## Overview

content/mesh/support/contact-support.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn where to go for F5 NGINX Service Mesh support.
55
toc: true
66
draft: false
77
docs: DOCS-718
8-
type: []
8+
type:
9+
- task
910
---
1011

1112
Thank you for your interest in F5 NGINX Service Mesh. NGINX Service Mesh can be installed via helm charts, or by [downloading nginx-meshctl](https://github.com/nginxinc/nginx-service-mesh/releases/latest).

content/mesh/tutorials/deploy-example-app.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: This topic provides a walkthrough of deploying an App with F5 NGINX
66
Mesh.
77
weight: 100
88
docs: DOCS-720
9-
type: []
9+
type:
10+
- tutorial
1011
---
1112

1213
## Overview

content/mesh/tutorials/kic/deploy-with-kic.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ weight: 200
66
draft: false
77
toc: true
88
docs: DOCS-721
9-
type: []
9+
type:
10+
- tutorial
1011
---
1112

1213
## Overview

content/mesh/tutorials/kic/egress-walkthrough.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: This topic provides a walkthrough of how to securely route egress t
55
weight: 210
66
toc: true
77
docs: DOCS-722
8-
type: []
8+
type:
9+
- tutorial
910
---
1011

1112
## Overview

content/mesh/tutorials/kic/ingress-udp-walkthrough.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: This topic describes the steps to deploy F5 NGINX Ingress Controlle
55
weight: 230
66
toc: true
77
docs: DOCS-841
8-
type: []
8+
type:
9+
- tutorial
910
---
1011

1112
## Overview

content/mesh/tutorials/kic/ingress-walkthrough.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: This topic provides a walkthrough of deploying F5 NGINX Ingress Con
55
weight: 220
66
toc: true
77
docs: DOCS-723
8-
type: []
8+
type:
9+
- tutorial
910
---
1011

1112
## Overview

content/mesh/tutorials/observability.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: This topic provides a walkthrough of deploying F5 NGINX Service Mes
66
with basic observability components.
77
weight: 90
88
docs: DOCS-886
9-
type: []
9+
type:
10+
- tutorial
1011
---
1112

1213
## Overview

content/mesh/tutorials/ratelimit-walkthrough.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ draft: false
55
toc: true
66
weight: 140
77
docs: DOCS-724
8-
type: []
8+
type:
9+
- tutorial
910
---
1011

1112
## Overview

content/mesh/tutorials/trafficsplit-deployments.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: This topic provides a guide for using traffic splits with different
55
weight: 110
66
toc: true
77
docs: DOCS-725
8-
type: []
8+
type:
9+
- tutorial
910
---
1011

1112
## Overview

content/nginxaas-azure/client-tools/cli.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn how to setup the Azure CLI to manage NGINXaaS for Azure.
55
toc: true
66
docs: DOCS-1234
77
url: /nginxaas/azure/client-tools/cli/
8-
type: []
8+
type:
9+
- task
910
---
1011

1112
F5 NGINX as a Service for Azure (NGINXaaS) deployments can be managed using the [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/). This document outlines how to install the CLI tool including the NGINX extension.

content/nginxaas-azure/client-tools/sdk.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: Learn how to use the Python Azure Management SDK to manage NGINXaaS
66
toc: true
77
docs: DOCS-1095
88
url: /nginxaas/azure/client-tools/sdk/
9-
type: []
9+
type:
10+
- task
1011
---
1112

1213
F5 NGINX as a Service for Azure (NGINXaaS) deployments can be managed using the multi-language SDK. This document outlines common workflows using the Python SDK. You can find example code to manage NGINXaaS deployments and related objects in the NGINXaaS GitHub repository, [NGINXaaS Snippets](https://github.com/nginxinc/nginxaas-for-azure-snippets/tree/main/sdk/python/).

content/nginxaas-azure/client-tools/templates.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: Learn how to use Azure Resource Manager (ARM) JSON and Bicep templa
66
toc: true
77
docs: DOCS-1097
88
url: /nginxaas/azure/client-tools/templates/
9-
type: []
9+
type:
10+
- task
1011
---
1112

1213
F5 NGINX as a Service for Azure (NGINXaaS) deployments can be managed using the ARM API or the Azure CLI with ARM template deployments using JSON or Bicep formats. These deployments can be made locally or in a continuous integration pipeline. This document outlines common workflows using the ARM API. You can find example code to manage NGINXaaS deployments and related objects in the NGINXaaS GitHub repository, [NGINXaaS Snippets](https://github.com/nginxinc/nginxaas-for-azure-snippets).

content/nginxaas-azure/client-tools/terraform.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ toc: true
66
docs: DOCS-1472
77
draft: true
88
url: /nginxaas/azure/client-tools/terraform/
9-
type: []
9+
type:
10+
- task
1011
---
1112

1213
F5 NGINX as a Service for Azure (NGINXaaS) deployments can be managed using Terraform. This document outlines common Terraform workflows for NGINXaaS.

content/nim/deploy/docker/deploy-nginx-instance-manager-docker-compose.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ title: Deploy using Docker Compose
44
toc: true
55
weight: 100
66
docs: DOCS-1653
7-
type: []
7+
type:
8+
- task
89
---
910

1011
## Overview

content/nms/acm/about/policies-overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ docs: DOCS-932
55
title: Available Policies
66
toc: true
77
weight: 500
8-
type: []
8+
type:
9+
- reference
910
---
1011

1112
{{< shortversions "1.1.0" "latest" "acmvers" >}}

content/solutions/about-subscription-licenses.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: About subscription licenses
33
toc: true
44
weight: 2
5-
type: []
5+
type:
6+
- reference
67
product: Solutions
78
docs: DOCS-000
89
---

content/solutions/r33-pre-release-guidance-for-automatic-upgrades.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: R33 pre-release guidance for automatic upgrades
33
weight: 1
44
toc: true
55
noindex: true
6-
type: []
6+
type:
7+
- reference
78
draft: true
89
type: concept
910
product: Solutions

0 commit comments

Comments
 (0)