From 73e222b330a19266e739c10665c6cb629de1afab Mon Sep 17 00:00:00 2001 From: Kevin Bruccoleri Date: Sun, 23 Nov 2025 11:39:47 -0500 Subject: [PATCH] feat!: Delete docs for removed, inactive covid module --- docs/modules/covid.md | 47 ------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 docs/modules/covid.md diff --git a/docs/modules/covid.md b/docs/modules/covid.md deleted file mode 100644 index 01d4880b..00000000 --- a/docs/modules/covid.md +++ /dev/null @@ -1,47 +0,0 @@ -# COVID - -Provides details about COVID-19 cases and deaths. - -## Configuration - -```yaml -covid: - enabled: true - colors: - label: "green" - text: "white" - countries: - - AD - - AE - - AF - position: - top: 1 - left: 2 - height: 2 - width: 2 - refreshInterval: 1h -``` - -## Attributes - - - {% include "attributes/table_header.md" %} - - - - - - - -
- countries -
- The list of country codes (ISO 3166-1 alpha-2) to display detailed information for. -
- -## Screenshots - -covid screenshot - -{% set src="covid" %} -{% include "src_path.md" %} \ No newline at end of file