From b3ae436679661c68a497dfc20b5189c2af0f904d 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",