Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/waf/configure/apreload.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# We use sentence case and present imperative tone
title: "Use apreload to apply configuration updates"
title: "Apply security policy update without NGINX reload using the apreload tool"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: "Apply security policy update without NGINX reload using the apreload tool"
title: "Apply security policy updates without reloading NGINX using apreload"

# Weights are assigned in increments of 100: determines sorting order
weight: 200
weight: 100
# Creates a table of contents and sidebar, useful for large documents
toc: true
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
Expand Down
2 changes: 1 addition & 1 deletion content/waf/configure/compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# We use sentence case and present imperative tone
title: "Build and use the compiler tool"
# Weights are assigned in increments of 100: determines sorting order
weight: 300
weight: 200
# Creates a table of contents and sidebar, useful for large documents
toc: true
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
Expand Down
2 changes: 1 addition & 1 deletion content/waf/configure/converters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# We use sentence case and present imperative tone
title: "Build and use the converter tools"
# Weights are assigned in increments of 100: determines sorting order
weight: 400
weight: 300
# Creates a table of contents and sidebar, useful for large documents
toc: true
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
Expand Down
2 changes: 1 addition & 1 deletion content/waf/configure/kubernetes-read-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# We use sentence case and present imperative tone
title: "Add a read-only filesystem for Kubernetes "
# Weights are assigned in increments of 100: determines sorting order
weight: 700
weight: 600
# Creates a table of contents and sidebar, useful for large documents
toc: true
# Types have a 1:1 relationship with Hugo archetypes, so you shouldn't need to change this
Expand Down
Loading