aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 6ebd147..5e04766 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -174,9 +174,15 @@ params:
# Should incident history be enabled?
#
+ # By disabling the incident history, you also disable
+ # the RSS feed. To ensure no incidents are shown, you
+ # should delete them after they are resolved. This option
+ # overrides any other options that tailor your incident
+ # history’s look.
+ #
# Default: `true`
# BOOLEAN; `true`, `false`
- enableHistory: true
+ enableIncidentHistory: true
# Disable dark mode
#
@@ -328,4 +334,4 @@ outputs:
outputFormats:
svg:
isPlainText: true
- mediaType: image/svg+xml \ No newline at end of file
+ mediaType: image/svg+xml