feat(services): Exclude service from

indexes

The configuration for NocoDB in `services.json` has been
updated to exclude it from both the overall index and simplified
listings. This change aims to prevent the service from appearing in
search results and simplified service lists, due to privacy
concerns.
This commit is contained in:
Kumi 2024-03-15 13:56:21 +01:00
parent 39751f0bb7
commit 1c48c98b2e
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -151,8 +151,8 @@
"url": "https://nocodb.private.coffee"
}
],
"exclude_from_index": false,
"exclude_from_simple": false
"exclude_from_index": true,
"exclude_from_simple": true
},
{
"name": "Penpot",