From c516295bb8f6d72312eae4a67d14e904ec1fa4f2 Mon Sep 17 00:00:00 2001 From: Pascal Breuer Date: Mon, 11 May 2020 17:51:10 +0200 Subject: Add config option to disable incident history --- exampleSite/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exampleSite/config.yml') diff --git a/exampleSite/config.yml b/exampleSite/config.yml index afb644b..6ebd147 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -172,6 +172,12 @@ params: # STRING; `monthly`, `yearly`, `none` incidentHistoryFormat: "yearly" + # Should incident history be enabled? + # + # Default: `true` + # BOOLEAN; `true`, `false` + enableHistory: true + # Disable dark mode # # If your OS and browser support the -- cgit v1.2.3-70-g09d2 From 85dd7a86eaa39f9eb516b6fac1713b90bd8267b8 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> Date: Mon, 18 May 2020 20:31:55 +0300 Subject: Add explanation to config.yml --- exampleSite/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'exampleSite/config.yml') 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 -- cgit v1.2.3-70-g09d2 From 5d1fd9751d867127f3f23f7313825a8e1e92d7f0 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> Date: Tue, 19 May 2020 11:56:47 +0300 Subject: Update config.yml --- exampleSite/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'exampleSite/config.yml') diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 5e04766..397eac8 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -172,7 +172,7 @@ params: # STRING; `monthly`, `yearly`, `none` incidentHistoryFormat: "yearly" - # Should incident history be enabled? + # Should incident history be hidden? # # By disabling the incident history, you also disable # the RSS feed. To ensure no incidents are shown, you @@ -180,9 +180,9 @@ params: # overrides any other options that tailor your incident # history’s look. # - # Default: `true` + # Default: `false` # BOOLEAN; `true`, `false` - enableIncidentHistory: true + disableIncidentHistory: false # Disable dark mode # -- cgit v1.2.3-70-g09d2