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:
authorSuzanne Selhorn <sselhorn@gitlab.com>2024-01-19 19:34:00 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2024-01-19 19:34:00 +0300
commita7b17e71ec6588b48c56ae6075eea3f87c832836 (patch)
treeb7388f283831ef74efab65eaf06700e829639731
parent4b0e34ca7716790a4c525d614e17915cf62842ae (diff)
parent59823b3ee2849f3fe3aa3fb01f8dd5f6a9d52bfa (diff)
Merge branch 'kpaizee-change-develop-filter-gps' into 'main'
Change search filter from Develop to Extend See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/4536 Merged-by: Suzanne Selhorn <sselhorn@gitlab.com> Approved-by: Sarah German <sgerman@gitlab.com> Co-authored-by: Kati Paizee <kpaizee@gitlab.com>
-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',