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.
This commit is contained in:
parent
2e6b9b2f72
commit
30e23957c0
1 changed files with 2 additions and 2 deletions
|
@ -305,8 +305,8 @@
|
|||
}
|
||||
],
|
||||
"icon": "calendar",
|
||||
"exclude_from_index": true,
|
||||
"exclude_from_simple": true
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "LibreY",
|
||||
|
|
Loading…
Reference in a new issue