From c351a38642b28c1787d16bffab03b6620381c445 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Mon, 25 Aug 2025 19:11:59 +0300 Subject: [PATCH] docs: update homepage widget example Remove usage of non-default port 9000 and change server ip placeholder to hostname instead --- docs/src/content/docs/community-resources/homepage-widget.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/content/docs/community-resources/homepage-widget.mdx b/docs/src/content/docs/community-resources/homepage-widget.mdx index fcb122e..39b1c47 100644 --- a/docs/src/content/docs/community-resources/homepage-widget.mdx +++ b/docs/src/content/docs/community-resources/homepage-widget.mdx @@ -51,7 +51,7 @@ Credit: [@agrmohit](https://github.com/agrmohit) ```yaml widget: type: customapi - url: http://:9000/api/v3/json + url: http:///api/v3/json refreshInterval: 10000 method: GET mappings: @@ -74,6 +74,5 @@ widget: ``` Preview: - Credit: [@remussamoila](https://github.com/remussamoila)