From 07cc74b074a9dd6ff9503a31b33d770ea22a542d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:41:31 +0200 Subject: [PATCH] Update guardian.json --- frontend/public/json/guardian.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/guardian.json b/frontend/public/json/guardian.json index 97568819..b7c6761d 100644 --- a/frontend/public/json/guardian.json +++ b/frontend/public/json/guardian.json @@ -1,13 +1,15 @@ { "name": "Guardian", "slug": "guardian", - "categories": [13], + "categories": [ + 13 + ], "date_created": "2025-09-22", "type": "ct", "updateable": true, "privileged": false, "interface_port": 3000, - "documentation": null, + "documentation": "https://github.com/HydroshieldMKII/Guardian/blob/main/README.md", "config_path": "/opt/guardian/.env", "website": "https://github.com/HydroshieldMKII/Guardian", "logo": null,