Skip to content

Commit 58ae92e

Browse files
author
nginx
committed
Pre OSS commit
2 parents 6c7cdc6 + 33f688b commit 58ae92e

File tree

64 files changed

+114
-85
lines changed

Some content is hidden

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

64 files changed

+114
-85
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ content/.idea/*
3232

3333
# Local Netlify artifacts
3434
.netlify/plugins/*
35+
.netlify/
3536

3637
*.pyc
3738
build

CHANGELOG.md

Lines changed: 8 additions & 1 deletion

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ docs:
4040

4141
deploy-preview: hugo-mod
4242
hugo --gc -b ${NETLIFY_DEPLOY_URL}
43+
cp _redirects_dev public/_redirects

_redirects_dev

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,3 @@
3333
/nginx-service-mesh/* https://development--mesh-public-docs.netlify.app/nginx-service-mesh/:splat 200!
3434
# /nginx-waf/* https://development--nginx-waf-docs.netlify.app/nginx-waf/:splat 200!
3535

36-
# Keep at the bottom, otherwise the backend site redirects will break
37-
/* /404.html 404

config/_default/config.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ languageCode = "en-us"
33
title = "NGINX Documentation"
44
refLinksErrorLevel = "ERROR"
55

6+
[permalinks]
7+
controller = '/nginx-controller/:sections[1:]/:filename'
8+
modsec-waf = '/nginx-waf/:sections[1:]/:filename'
9+
nap-dos = '/nginx-app-protect-dos/:sections[1:]/:filename'
10+
nap-waf = '/nginx-app-protect-waf/:sections[1:]/:filename'
11+
nms = '/nginx-management-suite/:sections[1:]/:filename'
12+
13+
614
[caches]
715
[caches.modules]
816
maxAge = -1

config/_default/server.toml

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

config/development/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://docs-dev.nginx.com/"
1+
baseURL = "https://docs-dev.nginx.com"
22
title = "DEV -- docs-nginx-com"
33
disableKinds = ["sitemap"]
44

config/production/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://docs.nginx.com/"
1+
baseURL = "https://docs.nginx.com"
22
title = "NGINX Documentation"
33

44
[privacy]

config/staging/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
baseURL = "https://docs-staging.nginx.com/"
1+
baseURL = "https://docs-staging.nginx.com"
22
title = "STAGING - docs-nginx-com"
33
disableKinds = ["sitemap"]

content/modsec-waf/_index.md

Lines changed: 1 addition & 0 deletions

content/modsec-waf/admin-guide/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-dos/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-dos/deployment-guide/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-dos/directives-and-policy/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-dos/monitoring/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-dos/releases/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-dos/troubleshooting-guide/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-waf/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-waf/admin-guide/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-waf/configuration-guide/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-waf/declarative-policy/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-waf/logging-overview/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-waf/releases/_index.md

Lines changed: 1 addition & 0 deletions

content/nap-waf/troubleshooting-guide/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/.gitkeep

Whitespace-only changes.

content/nms/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/acm/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/acm/about/_index.md

Lines changed: 1 addition & 0 deletions
Lines changed: 3 additions & 3 deletions

content/nms/acm/how-to/_index.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 2 additions & 1 deletion
Lines changed: 1 addition & 0 deletions

content/nms/acm/reference/policies/_index.md

Lines changed: 1 addition & 1 deletion

content/nms/acm/releases/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/acm/tutorials/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/adm/_index.md

Lines changed: 1 addition & 2 deletions

content/nms/admin-guides/_index.md

Lines changed: 1 addition & 0 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 0 deletions

content/nms/admin-guides/installation/_index.md

Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions

content/nms/nginx-agent/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/nim/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/nim/about/_index.md

Lines changed: 1 addition & 0 deletions

content/nms/nim/getting-started/_index.md

Lines changed: 2 additions & 0 deletions

content/nms/nim/how-to/_index.md

Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)