Skip to content

Commit 3229349

Browse files
travisamartinlamATnginxmjangJTorreGADubhlaoich
authored
Removed unnecessary metadata keys and standardized the remaining ones (#287)
* Removed unnecessary metadata keys and standardized the remaining ones * Update call-out shortcode usage in Contributing (#286) * chore: Update call-out shortcode usage in Contributing * Update with suggestion Co-authored-by: Mike Jang <[email protected]> --------- Co-authored-by: Mike Jang <[email protected]> * removed extra blank line after front matter block * edits * Update content/controller/admin-guides/install/resilient-cluster-aws.md Co-authored-by: Jon Torre <[email protected]> * Update content/mesh/about/mesh-tech-specs.md * fixed types that had blank values * removed null from empty descriptions * removed ' character from weight key * removed trial links that weren't correct --------- Co-authored-by: Lam <[email protected]> Co-authored-by: Mike Jang <[email protected]> Co-authored-by: Jon Torre <[email protected]> Co-authored-by: Alan Dooley <[email protected]>
1 parent f2fb270 commit 3229349

File tree

647 files changed

+1822
-2625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

647 files changed

+1822
-2625
lines changed

content/agent/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
title: "NGINX Agent"
3-
description: "NGINX Agent is a companion daemon for your NGINX Open Source or NGINX Plus instance."
4-
linkTitle: "NGINX Agent"
5-
menu: docs
2+
title: NGINX Agent
3+
description: NGINX Agent is a companion daemon for your NGINX Open Source or NGINX
4+
Plus instance.
65
url: /nginx-agent/
76
cascade:
8-
logo: "NGINX-product-icon.png"
9-
---
7+
logo: NGINX-product-icon.png
8+
---

content/agent/configuration/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
title: "Configuration"
3-
description: "Learn how to configure NGINX Agent."
4-
linkTitle: "Configuration"
5-
weight: "400"
6-
menu: docs
2+
title: Configuration
3+
description: Learn how to configure NGINX Agent.
4+
weight: 400
75
url: /nginx-agent/configuration/
8-
---
6+
---

content/agent/configuration/configuration-overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Basic configuration"
2+
title: Basic configuration
33
draft: false
44
weight: 100
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1229"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1229
7+
type:
8+
- how-to
109
---
1110

1211
The following sections explain how to configure NGINX Agent using configuration files, CLI flags, and environment variables.

content/agent/configuration/configure-nginx-agent-features.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: "Features configuration"
2+
title: Features configuration
33
draft: false
44
weight: 150
55
toc: true
6-
tags: [ "docs" ]
7-
categories: ["configuration"]
8-
doctypes: ["task"]
6+
type:
7+
- how-to
98
---
109

1110
## Overview

content/agent/configuration/configure-nginx-agent-group.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Add NGINX users to nginx-agent Group"
2+
title: Add NGINX users to nginx-agent Group
33
draft: false
44
weight: 300
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-933"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-933
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/configuration/encrypt-communication.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: Encrypt communication
3-
tags:
4-
- docs
53
toc: true
64
weight: 200
7-
docs: "DOCS-802"
5+
docs: DOCS-802
86
---
97

108
## Overview

content/agent/configuration/health-checks.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: "Health checks"
2+
title: Health checks
33
draft: false
44
weight: 400
55
toc: true
6-
tags: [ "docs" ]
7-
categories: ["configuration"]
8-
doctypes: ["task"]
6+
type:
7+
- how-to
98
---
109

1110
## Overview

content/agent/contribute/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
title: "Contribute"
3-
description: "Learn about the NGINX Agent community and contribute to the project."
4-
linkTitle: "Contribute"
5-
menu: docs
6-
weight: "500"
2+
title: Contribute
3+
description: Learn about the NGINX Agent community and contribute to the project.
4+
weight: 500
75
url: /nginx-agent/contribute/
8-
---
6+
---

content/agent/contribute/community.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Community and contribution"
2+
title: Community and contribution
33
draft: false
44
weight: 100
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1087"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1087
7+
type:
8+
- how-to
109
---
1110

1211
# Community

content/agent/contribute/dev-environment-setup.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Development environment setup"
2+
title: Development environment setup
33
draft: false
44
weight: 200
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1088"
8-
categories: ["development"]
9-
doctypes: ["task"]
6+
docs: DOCS-1088
7+
type:
8+
- how-to
109
---
1110

1211
## Overview
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: "Installation and upgrade"
3-
description: "Learn how to install, upgrade, and uninstall NGINX Agent."
4-
menu: docs
2+
title: Installation and upgrade
3+
description: Learn how to install, upgrade, and uninstall NGINX Agent.
54
weight: 300
65
url: /nginx-agent/installation-upgrade/
7-
---
6+
---
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: "Container environments"
3-
description: "Learn how to build and run NGINX Agent docker images."
4-
menu: docs
2+
title: Container environments
3+
description: Learn how to build and run NGINX Agent docker images.
54
weight: 800
65
ur: /nginx-agent/installation-upgrade/container-environments/
7-
---
6+
---

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Build container images"
2+
title: Build container images
33
draft: false
44
weight: 100
55
toc: true
6-
tags: [ "docs" ]
7-
categories: ["configuration"]
8-
doctypes: ["task"]
9-
docs: "DOCS-1410"
6+
docs: DOCS-1410
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
title: Container support and troubleshooting
3-
categories:
4-
- installation
53
draft: false
6-
tags:
7-
- docs
84
toc: true
95
weight: 200
10-
docs: "DOCS-909"
6+
docs: DOCS-909
7+
type:
8+
- task
119
---
1210

1311
## Overview

content/agent/installation-upgrade/getting-started.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Getting started"
2+
title: Getting started
33
draft: false
44
weight: 100
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1089"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1089
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/installation-upgrade/installation-github.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Installation from GitHub release"
2+
title: Installation from GitHub release
33
draft: false
44
weight: 200
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1090"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1090
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/installation-upgrade/installation-oss.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Installation from NGINX repository"
2+
title: Installation from NGINX repository
33
draft: false
44
weight: 300
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1216"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1216
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/installation-upgrade/installation-plus.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Installation from NGINX Plus repository"
2+
title: Installation from NGINX Plus repository
33
draft: false
44
weight: 400
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1217"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1217
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/installation-upgrade/uninstall.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Uninstall NGINX Agent package"
2+
title: Uninstall NGINX Agent package
33
draft: false
44
weight: 700
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1230"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1230
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/installation-upgrade/upgrade.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Upgrade NGINX Agent package"
2+
title: Upgrade NGINX Agent package
33
draft: false
44
weight: 600
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1227"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1227
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Overview"
2+
title: Overview
33
draft: false
44
weight: 100
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1091"
8-
categories: ["configuration"]
9-
doctypes: ["task"]
6+
docs: DOCS-1091
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/agent/technical-specifications.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
2-
title: "Technical specifications"
2+
title: Technical specifications
33
draft: false
44
weight: 200
55
toc: true
6-
tags: [ "docs" ]
7-
docs: "DOCS-1092"
8-
categories: ["development"]
9-
doctypes: ["task"]
6+
docs: DOCS-1092
7+
type:
8+
- how-to
109
---
1110

1211
## Overview

content/amplify/additional-resources.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: Other NGINX Amplify Resources
33
weight: 899
44
toc: true
5-
tags: ["docs"]
6-
docs: "DOCS-977"
5+
docs: DOCS-977
76
---
87

98
If you are interested in learning more about F5 NGINX Amplify, visit the [NGINX Amplify Resources Page](https://amplify.nginx.com/docs/), where you will find links to:

content/amplify/faq/general.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ title: General
33
description: General questions about F5 NGINX Amplify
44
weight: 10
55
toc: true
6-
tags: ["docs"]
7-
docs: "DOCS-956"
6+
docs: DOCS-956
87
---
98

10-
119
### What Is F5 NGINX Amplify?
1210

1311
NGINX Amplify is a tool for comprehensive NGINX monitoring. With NGINX Amplify it's easy to proactively analyze and fix problems related to running and scaling NGINX-based web applications.

content/amplify/faq/metrics-and-metadata.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: NGINX Amplify Metrics and Metadata
33
description: Questions about F5 NGINX Amplify's Metrics and Metadata
44
weight: 40
55
toc: true
6-
tags: ["docs"]
7-
docs: "DOCS-957"
6+
docs: DOCS-957
87
---
98

109
### What Data Does F5 NGINX Amplify Agent Gather?

content/amplify/faq/nginx-amplify-agent.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ title: NGINX Amplify Agent
33
description: Questions about F5 NGINX Amplify Agent
44
weight: 20
55
toc: true
6-
tags: ["docs"]
7-
docs: "DOCS-958"
6+
docs: DOCS-958
87
---
98

109
### What Operating Systems are Supported?

0 commit comments

Comments
 (0)