feat: update exclusion settings for translation service
Some checks failed
Build and Deploy Static Site / build (push) Has been cancelled
Some checks failed
Build and Deploy Static Site / build (push) Has been cancelled
Updated the translation service to exclude it from both the index and simple search results. This change ensures that the translation service doesn't appear in search results, streamlining the search functionality and improving user experience by hiding irrelevant services.
This commit is contained in:
parent
62a07c6bf2
commit
2e0ec49b42
1 changed files with 2 additions and 2 deletions
|
@ -379,8 +379,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "translate",
|
"icon": "translate",
|
||||||
"exclude_from_index": false,
|
"exclude_from_index": true,
|
||||||
"exclude_from_simple": false
|
"exclude_from_simple": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wishthis",
|
"name": "wishthis",
|
||||||
|
|
Loading…
Reference in a new issue