Skip to content

Commit 11503d2

Browse files
author
Alan Dooley
authored
Merge branch 'main' into nap5-prerequisites
2 parents ebbe2d8 + 4367024 commit 11503d2

401 files changed

Lines changed: 1467 additions & 43507 deletions

File tree

Some content is hidden

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

‎.github/labeler.yml‎

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ product/amplify:
2323
- changed-files:
2424
- any-glob-to-any-file: 'content/amplify/**'
2525

26+
product/dos:
27+
- changed-files:
28+
- any-glob-to-any-file:
29+
- 'content/nap-dos/**'
30+
- 'content/includes/nap-dos/**'
31+
2632
product/controller:
2733
- changed-files:
2834
- any-glob-to-any-file:
@@ -37,18 +43,6 @@ product/modsec-waf:
3743
- changed-files:
3844
- any-glob-to-any-file: 'content/modsec-waf/**'
3945

40-
product/nap-dos:
41-
- changed-files:
42-
- any-glob-to-any-file:
43-
- 'content/nap-dos/**'
44-
- 'content/includes/nap-dos/**'
45-
46-
product/nap-waf:
47-
- changed-files:
48-
- any-glob-to-any-file:
49-
- 'content/nap-waf/**'
50-
- 'content/includes/nap-waf/**'
51-
5246
product/ngf:
5347
- changed-files:
5448
- any-glob-to-any-file:
@@ -97,12 +91,19 @@ product/unit:
9791
- 'content/unit/**'
9892
- 'content/includes/unit/**'
9993

94+
product/waf:
95+
- changed-files:
96+
- any-glob-to-any-file:
97+
- 'content/waf/**'
98+
- 'content/includes/waf/**'
99+
100100
# Other labels
101101

102102
process documentation:
103103
- changed-files:
104104
- any-glob-to-any-file:
105105
- 'templates/**'
106+
- 'documentation/**'
106107
- '*.md'
107108
- 'LICENSE'
108109

@@ -122,6 +123,8 @@ tooling:
122123
- '*.sh'
123124
- '*.js'
124125
- 'Makefile'
125-
- '.vale.ini'
126-
- '.gitignore'
127126
- '.gitattributes'
127+
- '.gitignore'
128+
- '.gitlint'
129+
- '.markdownlint.yaml'
130+
- '.vale.ini'

‎.github/workflows/coveo.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Upload token for ${{matrix.env_name}}
6969
if: ${{ steps.generate-token.outcome == 'success' }}
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: ${{matrix.env_name}}
7373
path: "./"
@@ -101,7 +101,7 @@ jobs:
101101
needs: generate-coveo-search-token
102102
steps:
103103
- name: Download Coveo search token
104-
uses: actions/download-artifact@v5
104+
uses: actions/download-artifact@v6
105105

106106
- name: View files
107107
run: ls -R

‎.github/workflows/linkchecker.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
- waf
5757
- nginx-ingress-controller
5858
- nginxaas/azure
59-
- nginx-service-mesh
6059
- nginx-amplify
6160
- nginx-controller
6261
- nginx-waf

‎.github/workflows/ossf_scorecard.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848

4949
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
5050
- name: Upload artifact
51-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
51+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252
with:
5353
name: SARIF file
5454
path: results.sarif
5555
retention-days: 5
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@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
59+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
6060
with:
6161
sarif_file: results.sarif

‎.github/workflows/playwright.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
run: npx playwright install --with-deps
1919
- name: Run Playwright tests
2020
run: npx playwright test --retries=2
21-
- uses: actions/upload-artifact@v4
21+
- uses: actions/upload-artifact@v5
2222
if: ${{ !cancelled() }}
2323
with:
2424
name: playwright-report
2525
path: tests/playwright-report/
2626
retention-days: 30
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
if: ${{ !cancelled() }}
2929
with:
3030
name: test-results

‎.markdownlint.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ MD039: true
3636
# All images should have alt text
3737
MD045: true
3838

39-
# Tables shou ld be surrounded by blank lines
39+
# Tables should be surrounded by blank lines
4040
MD058: true

‎config/_default/config.toml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ enableGitInfo = true
3636
unsafe = true
3737
[markup.highlight]
3838
guessSyntax = true
39+
[markup.goldmark.extensions.typographer]
40+
rightDoubleQuote = '"'
41+
leftDoubleQuote = '"'
42+
rightSingleQuote = '''
43+
leftSingleQuote = '''
3944

4045
[params]
4146
useSectionPageLists = "false"
@@ -143,8 +148,6 @@ enableGitInfo = true
143148
"3.22.8"
144149
]
145150
github_repo = "https://github.com/nginx/documentation/"
146-
[params.featureFlags]
147-
disable_qualtrics = true
148151

149152
sectionPagesMenu = "docs"
150153

‎content/includes/nap-waf/build-from-official-nginx-image.md‎

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

‎content/includes/nap-waf/build-nginx-image-cmd.md‎

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

‎content/includes/nap-waf/bundles-volume-mount.md‎

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

0 commit comments

Comments
 (0)