diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-05-18 20:31:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 20:31:55 +0300 |
commit | 85dd7a86eaa39f9eb516b6fac1713b90bd8267b8 (patch) | |
tree | f44bf6807e180a8fbbba51203cf0efdb2dc47e46 /exampleSite/config.yml | |
parent | ff4731c733fc7ac5ca164670ee851532074e8b7c (diff) |
Add explanation to config.yml
Diffstat (limited to 'exampleSite/config.yml')
-rw-r--r-- | exampleSite/config.yml | 10 |
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 |