From 9dad64985de816f1002294eecc7bdd0e45f1796b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:07:42 -0800 Subject: [PATCH] Update service-widgets.md --- docs/configs/service-widgets.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/docs/configs/service-widgets.md b/docs/configs/service-widgets.md index 8397e7c9..df696f61 100644 --- a/docs/configs/service-widgets.md +++ b/docs/configs/service-widgets.md @@ -24,9 +24,7 @@ Using Emby as an example, this is how you would attach the Emby service widget. ## Multiple Widgets -Each service can have multiple widgets attached to it. Each widget needs a unique name. - -Using Emby as an example, here is how you would attack the Emby service widget alongside an uptime widget. +Each service can have multiple widgets attached to it, for example: ```yaml - Emby: @@ -34,14 +32,12 @@ Using Emby as an example, here is how you would attack the Emby service widget a href: http://emby.host.or.ip/ description: Movies & TV Shows widgets: - - Emby: - type: emby - url: http://emby.host.or.ip - key: apikeyapikeyapikeyapikeyapikey - - Uptime: - type: uptimekuma - url: http://uptimekuma.host.or.ip:port - slug: statuspageslug + - type: emby + url: http://emby.host.or.ip + key: apikeyapikeyapikeyapikeyapikey + - type: uptimekuma + url: http://uptimekuma.host.or.ip:port + slug: statuspageslug ``` ## Field Visibility