From 006bbd124cbe8ac6efbcc556c8ae2365ce770575 Mon Sep 17 00:00:00 2001 From: Andrej Kocijan Date: Fri, 22 Aug 2025 12:59:31 +0200 Subject: [PATCH] Add documentation to frontend json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- frontend/public/json/redlib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/redlib.json b/frontend/public/json/redlib.json index 40a0b7e8..0b2c7cce 100644 --- a/frontend/public/json/redlib.json +++ b/frontend/public/json/redlib.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 5252, - "documentation": null, + "documentation": "https://github.com/redlib-org/redlib/blob/main/README.md", "website": "https://github.com/redlib-org/redlib", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/redlib.webp", "config_path": "/opt/redlib/redlib.conf",