From 4a0d3a0ef73a8e9f098ec626ae7a2e3aea0b87f3 Mon Sep 17 00:00:00 2001 From: Devedse Date: Wed, 14 Aug 2024 15:41:17 +0200 Subject: [PATCH] cleanup docs --- docs/widgets/services/develancacheui.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/widgets/services/develancacheui.md b/docs/widgets/services/develancacheui.md index 42f4a8ee5..52a206ae4 100644 --- a/docs/widgets/services/develancacheui.md +++ b/docs/widgets/services/develancacheui.md @@ -14,10 +14,10 @@ widget: Ensure you point this to the API and not the frontend. Example: ```yaml - - DeveLanCacheUI: - icon: /assets/icons/DeveLanCacheUI.png - href: https://develancacheui.devedse.duckdns.org - widget: - type: develancacheui - url: https://develancacheui_api.devedse.duckdns.org #Note _api here +- DeveLanCacheUI: + icon: /assets/icons/DeveLanCacheUI.png + href: https://develancacheui.devedse.duckdns.org + widget: + type: develancacheui + url: https://develancacheui_api.devedse.duckdns.org #Note _api here ```