Skip to content

Commit 97806f9

Browse files
committed
Merge branch 'main' into nic-release-5.1
2 parents a0d91d6 + a09ca09 commit 97806f9

File tree

148 files changed

+3051
-1002
lines changed

Some content is hidden

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

148 files changed

+3051
-1002
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
call-docs-build-push:
6060
needs: prod-check-branch
61-
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@285440f02d9967b62aeb1b7e0b5c2c70d4f950cf # v1.0.10
61+
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@04ed2db338ee08cc560a327f412684d0c8260de2 # v1.0.11
6262
with:
6363
production_url_path: ""
6464
preview_url_path: "${{ vars.PREVIEW_URL_PATH }}"

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
2626

2727
- name: Scan
28-
uses: fossas/fossa-action@c0a7d013f84c8ee5e910593186598625513cc1e4 # v1.6.0
28+
uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
2929
with:
3030
api-key: ${{ secrets.FOSSA_TOKEN }}

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
# Upload the results to GitHub's code scanning dashboard.
5858
- name: Upload SARIF results to code scanning
59-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
59+
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
6060
with:
6161
sarif_file: results.sarif
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: Overview
2+
title: About
33
draft: false
44
weight: 100
55
toc: true
66
nd-docs: DOCS-1091
7-
type:
8-
- how-to
7+
nd-content-type: how-to
98
---
109

1110
## Overview
1211

13-
NGINX Agent is a companion daemon for your NGINX Open Source or NGINX Plus instance. It enables:
12+
NGINX Agent version 2 is a companion daemon for your NGINX Open Source or NGINX Plus instance. It enables:
1413

1514
- Remote management of NGINX configurations
1615
- Collection and reporting of real-time NGINX performance and operating system metrics
@@ -47,7 +46,6 @@ For NGINX Agent to work properly with an NGINX Plus instance, the API needs to b
4746
NGINX Agent allows a gRPC connected control system to register a listener for a specific event. The control mechanism is then invoked when NGINX Agent sends an associated system signal. The source of a notification can be either the NGINX instance or NGINX Agent itself. Here's a list of currently supported events:
4847

4948

50-
{{< raw-html>}}<div class="table-responsive">{{</raw-html>}}
5149
{{<bootstrap-table "table table-striped table-bordered">}}
5250
| Event | Description |
5351
| -------------------------------- | -------------------------------------------- |
@@ -64,6 +62,6 @@ NGINX Agent allows a gRPC connected control system to register a listener for a
6462
| CONFIG_ROLLBACK_SUCCESS_MESSAGE | Successfully rolled back NGINX configuration |
6563
| CONFIG_ROLLBACK_FAILURE_MESSAGE | Failed to roll back NGINX configuration |
6664
{{</bootstrap-table>}}
67-
{{< raw-html>}}</div>{{</raw-html>}}
65+
6866

6967

content/agent/changelog.md

Lines changed: 4 additions & 280 deletions
Large diffs are not rendered by default.

content/agent/community.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Community and contribution
3+
toc: true
4+
weight: 600
5+
nd-docs: DOCS-1884
6+
---
7+
8+
Discover the various ways you can participate in the F5 NGINX Agent project:
9+
10+
## Community
11+
12+
- Have questions or ideas to discuss? Join the conversation about NGINX Agent in the [NGINX Community Forum](https://community.nginx.org/).
13+
14+
## Contribute
15+
16+
Get involved with the project by contributing! Please see our [contributing guide](https://github.com/nginx/agent/blob/main/CONTRIBUTING.md) for details.
17+
18+
## License
19+
20+
[Apache License, Version 2.0](https://github.com/nginx/agent/blob/main/LICENSE)
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
2-
title: Configuration
3-
description: Learn how to configure NGINX Agent.
4-
weight: 400
2+
title: "Configuration"
3+
weight: "400"
54
url: /nginx-agent/configuration/
5+
cascade:
6+
logo: NGINX-product-icon.png
7+
layout: agent-v2-migration
68
---
9+
10+
Learn how to configure NGINX Agent.

content/agent/configuration/configuration-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ draft: false
44
weight: 100
55
toc: true
66
nd-docs: DOCS-1229
7-
type:
8-
- how-to
7+
nd-content-type: how-to
98
---
109

1110
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: 0 additions & 95 deletions
This file was deleted.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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
66
nd-docs: DOCS-933
7-
type:
8-
- how-to
7+
nd-content-type: how-to
98
---
109

1110
## Overview

0 commit comments

Comments
 (0)