From b0d0a02182fc885dfff3ce68d7611e968b454763 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Fri, 29 Aug 2025 17:42:56 +0300 Subject: [PATCH] docs: update example homepage widget to conform to latest config spec Co-authored-by: Valdr687 <106614142+Valdr687@users.noreply.github.com> --- .../docs/community-resources/homepage-widget.mdx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/src/content/docs/community-resources/homepage-widget.mdx b/docs/src/content/docs/community-resources/homepage-widget.mdx index 39b1c47..ab5b0fe 100644 --- a/docs/src/content/docs/community-resources/homepage-widget.mdx +++ b/docs/src/content/docs/community-resources/homepage-widget.mdx @@ -55,24 +55,20 @@ widget: refreshInterval: 10000 method: GET mappings: - - field: - metrics: monitored_images + - field: metrics.monitored_images label: Monitored images format: number - - field: - metrics: up_to_date + - field: metrics.up_to_date label: Up to date format: number - - field: - metrics: updates_available + - field: metrics.updates_available label: Available updates format: number - - field: - metrics: unknown + - field: metrics.unknown label: Unknown format: number ``` Preview: -Credit: [@remussamoila](https://github.com/remussamoila) +Credit: [@remussamoila](https://github.com/remussamoila) and [@Valdr687](https://github.com/Valdr687) \ No newline at end of file