Skip to content

Commit 33329b2

Browse files
authored
Merge branch 'main' into agent-release-3.0
2 parents 6b6ee62 + 9df3955 commit 33329b2

Some content is hidden

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

53 files changed

+351
-1377
lines changed

.github/about.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ product/nginxaas:
7373
- 'content/nginxaas-azure/**'
7474
- 'content/includes/nginxaas-azure/**'
7575

76+
product/nic:
77+
- changed-files:
78+
- any-glob-to-any-file:
79+
- 'content/nic/**'
80+
- 'content/includes/nic/**'
81+
7682
product/nim:
7783
- changed-files:
7884
- any-glob-to-any-file:

.github/workflows/check-broken-links.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22
**/.DS_Store
33

4-
# dependencies
4+
# Log files
5+
*.log
56

67
# testing
78
/coverage

cleanup_log.txt

Lines changed: 0 additions & 929 deletions
This file was deleted.

content/amplify/changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: "Changelog"
3-
description: "These release notes list and describe the new features, enhancements, and resolved issues in F5 NGINX Amplify"
2+
title: Changelog
3+
description: These release notes list and describe the new features, enhancements, and resolved issues in F5 NGINX Amplify
44
weight: 900
55
toc: true
6+
docs: DOCS-1691
67
---
78

89
## Sept 21, 2023

content/amplify/known-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Known Issues
33
weight: 1000
44
description: List of known issues in the latest release of F5 NGINX Amplify
55
toc: true
6+
docs: DOCS-1692
67
---
78

89
{{<rn-styles>}}

content/ngf/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: "NGINX Gateway Fabric"
2+
title: NGINX Gateway Fabric
33
url: /nginx-gateway-fabric/
44
cascade:
5-
banner:
6-
enabled: true
7-
type: deprecation
8-
start-date: 2025-05-30
9-
md: /_banners/ngf-2.0-release.md
5+
logo: NGINX-Gateway-Fabric-product-icon.png
6+
banner:
7+
enabled: true
8+
type: deprecation
9+
start-date: 2025-05-30
10+
md: /_banners/ngf-2.0-release.md
1011
---

content/nginx/admin-guide/load-balancer/http-load-balancer.md

Lines changed: 48 additions & 41 deletions
Large diffs are not rendered by default.

content/nginx/admin-guide/security-controls/configuring-oidc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: Single Sign-On with OpenID Connect and Identity Providers
66
toc: true
77
weight: 550
88
product: NGINX-PLUS
9+
docs: DOCS-1690
910
---
1011

1112
This guide explains how to enable single sign-on (SSO) for applications being proxied by F5 NGINX Plus using:

0 commit comments

Comments
 (0)