Skip to content

Commit c39db9f

Browse files
committed
feat: Restructure use cases
1 parent fda0b56 commit c39db9f

File tree

22 files changed

+13
-127
lines changed

22 files changed

+13
-127
lines changed

content/includes/waf/install-next-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Once you have successfully installed F5 WAF for NGINX, there are some topics you
77
- [Configure policies]({{< ref "/waf/policies/configuration.md" >}}), to begin customizing your deployment
88
- [Secure traffic using mTLS]({{< ref "/waf/configure/secure-mtls.md" >}}), for an extra layer of security between NGINX and F5 WAF enforcer
99
- [IP intelligence]({{< ref "/waf/policies/ip-intelligence.md">}}), to enable the IP intelligence feature
10-
- [Converter tools]({{< ref "/waf/tools/converters.md" >}}), to convert existing resources from a BIG-IP environment
10+
- [Converter tools]({{< ref "/waf/configure/converters.md" >}}), to convert existing resources from a BIG-IP environment
1111
- [Changelog]({{< ref "/waf/changelog.md" >}}), to view information from the latest releases

content/waf/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We use sentence case and present imperative tone
33
title: "Changelog"
44
# Weights are assigned in increments of 100: determines sorting order
5-
weight: 800
5+
weight: 600
66
# Creates a table of contents and sidebar, useful for large documents
77
toc: true
88
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this

content/waf/tools/apreload.md renamed to content/waf/configure/apreload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We use sentence case and present imperative tone
33
title: "Use apreload to update configuration files"
44
# Weights are assigned in increments of 100: determines sorting order
5-
weight: 100
5+
weight: 300
66
# Creates a table of contents and sidebar, useful for large documents
77
toc: true
88
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this

content/waf/tools/compiler.md renamed to content/waf/configure/compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We use sentence case and present imperative tone
33
title: "Build and use the compiler tool"
44
# Weights are assigned in increments of 100: determines sorting order
5-
weight: 200
5+
weight: 400
66
# Creates a table of contents and sidebar, useful for large documents
77
toc: true
88
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this

content/waf/tools/converters.md renamed to content/waf/configure/converters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We use sentence case and present imperative tone
33
title: "Build and use the converter tools"
44
# Weights are assigned in increments of 100: determines sorting order
5-
weight: 300
5+
weight: 500
66
# Creates a table of contents and sidebar, useful for large documents
77
toc: true
88
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
@@ -16,7 +16,7 @@ F5 WAF for NGINX has multiple tools for converting existing resources or configu
1616

1717
{{< call-out "important" >}}
1818

19-
These tools are available in the [compiler image]({{< ref "/waf/tools/compiler.md" >}}), and do not require a full deployment of F5 WAF for NGINX.
19+
These tools are available in the [compiler image]({{< ref "/waf/configure/compiler.md" >}}), and do not require a full deployment of F5 WAF for NGINX.
2020

2121
{{< /call-out >}}
2222

@@ -316,7 +316,7 @@ docker run -v `pwd`:`pwd` -w `pwd` --entrypoint /opt/app_protect/bin/convert-sig
316316

317317
The Attack Signature Report tool scans the system for attack signatures, then generates a JSON report file with information about these signatures.
318318

319-
This tool can be deployed and used independently from a F5 WAF for NGINX deployment using the [compiler image]({{< ref "/waf/tools/compiler.md" >}}) to generate a report about the default signatures included with F5 WAF, or the signatures included in [an update package]({{< ref "/waf/signatures/">}}).
319+
This tool can be deployed and used independently from a F5 WAF for NGINX deployment using the [compiler image]({{< ref "/waf/configure/compiler.md" >}}) to generate a report about the default signatures included with F5 WAF, or the signatures included in [an update package]({{< ref "/waf/signatures/">}}).
320320

321321
The latter case is possible on a standalone compiler deployment by comparing a report from before a signature update and a report from after the signature update.
322322

content/waf/configure/secure-mtls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We use sentence case and present imperative tone
33
title: "Secure traffic using mTLS"
44
# Weights are assigned in increments of 100: determines sorting order
5-
weight: 100
5+
weight: 200
66
# Creates a table of contents and sidebar, useful for large documents
77
toc: true
88
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this

content/waf/features/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)