mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-11 04:52:14 +00:00
Traffic Shaping Refactor First Pass
This commit is contained in:
+18
-4
@@ -238,13 +238,27 @@ TOC = [
|
||||
"Configuring Queue Rollup",
|
||||
"userguide/configuration/rollup.md",
|
||||
),
|
||||
Page(
|
||||
"Configuring Traffic Shaping",
|
||||
"userguide/configuration/trafficshaping.md",
|
||||
),
|
||||
Page("Configuring DKIM Signing", "userguide/configuration/dkim.md"),
|
||||
],
|
||||
),
|
||||
Page(
|
||||
"Traffic Shaping",
|
||||
"userguide/trafficshaping/index.md",
|
||||
children=[
|
||||
Page(
|
||||
"Scoping Traffic Shaping Rules",
|
||||
"userguide/trafficshaping/scoping.md",
|
||||
),
|
||||
Page(
|
||||
"Traffic Shaping Configuration Files",
|
||||
"userguide/trafficshaping/shapingfiles.md",
|
||||
),
|
||||
Page(
|
||||
"Traffic Shaping Automation",
|
||||
"userguide/trafficshaping/automation.md",
|
||||
),
|
||||
],
|
||||
),
|
||||
Page(
|
||||
"Operation",
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user