Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKati Paizee <kpaizee@gitlab.com>2024-01-19 16:48:58 +0300
committerKati Paizee <kpaizee@gitlab.com>2024-01-19 16:48:58 +0300
commit59823b3ee2849f3fe3aa3fb01f8dd5f6a9d52bfa (patch)
treeb7388f283831ef74efab65eaf06700e829639731
parent4b0e34ca7716790a4c525d614e17915cf62842ae (diff)
Change search filter from Develop to Extend
-rw-r--r--content/frontend/search/search_helpers.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/frontend/search/search_helpers.js b/content/frontend/search/search_helpers.js
index a63e7a0c..09d5afbf 100644
--- a/content/frontend/search/search_helpers.js
+++ b/content/frontend/search/search_helpers.js
@@ -73,9 +73,9 @@ export const SEARCH_FILTERS = [
id: 'user',
},
{
- text: 'Developer (API) docs',
- value: 'Develop',
- id: 'develop',
+ text: 'Extension and API docs',
+ value: 'Extend',
+ id: 'extend',
},
{
text: 'Contributor docs',