From 30e23957c0df37154561f4a081c14e3c028badd1 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 3 Jun 2024 06:55:38 +0200 Subject: [PATCH] feat: enable index and simple index display for Rallly Removed restrictions on a Rallly that previously excluded it from being displayed on the index pages. This change makes the service more visible and accessible to users, enhancing discoverability. This adjustment aligns with efforts to improve the user experience by ensuring all relevant services are easily findable. --- data/services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/services.json b/data/services.json index 036a467..e1be581 100644 --- a/data/services.json +++ b/data/services.json @@ -305,8 +305,8 @@ } ], "icon": "calendar", - "exclude_from_index": true, - "exclude_from_simple": true + "exclude_from_index": false, + "exclude_from_simple": false }, { "name": "LibreY",