Skip to content

Commit 655f5ff

Browse files
authored
Merge branch 'main' into ngf-release-2.2
2 parents 86f8051 + 4b2e7c5 commit 655f5ff

File tree

139 files changed

+782
-523
lines changed

Some content is hidden

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

139 files changed

+782
-523
lines changed

.github/workflows/notification.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
branches: [main]
55
workflows:
66
- "QE LinkChecker"
7-
- "Check for Broken Links"
87
- "UI validation on prod"
98
types: [completed]
109

.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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3.29.5
59+
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
6060
with:
6161
sarif_file: results.sarif

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: actions/setup-node@v5
12+
- uses: actions/setup-node@v6
1313
with:
1414
node-version: lts/*
1515
- name: Install dependencies

config/_default/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ enableGitInfo = true
143143
"3.22.8"
144144
]
145145
github_repo = "https://github.com/nginx/documentation/"
146-
enable_qualtrics = false
146+
[params.featureFlags]
147+
disable_qualtrics = true
147148

148149
sectionPagesMenu = "docs"
149150

content/includes/agent/about.md

Lines changed: 0 additions & 1 deletion

content/includes/agent/architecture.md

Lines changed: 0 additions & 1 deletion

content/includes/agent/installation/manually-connect-to-console.md

Lines changed: 0 additions & 1 deletion

content/includes/agent/installation/oss/oss-alpine.md

Lines changed: 0 additions & 1 deletion

content/includes/agent/installation/oss/oss-amazon-linux.md

Lines changed: 0 additions & 1 deletion

content/includes/agent/installation/oss/oss-debian.md

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)