diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index afb644b..397eac8 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -172,6 +172,18 @@ params: # STRING; `monthly`, `yearly`, `none` incidentHistoryFormat: "yearly" + # Should incident history be hidden? + # + # 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: `false` + # BOOLEAN; `true`, `false` + disableIncidentHistory: false + # Disable dark mode # # If your OS and browser support the @@ -322,4 +334,4 @@ outputs: outputFormats: svg: isPlainText: true - mediaType: image/svg+xml
\ No newline at end of file + mediaType: image/svg+xml |