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>2022-09-28 17:51:43 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2022-09-28 17:51:43 +0300
commit2b012ee7be1ff7986aae8655fc5835bc6f1b18c7 (patch)
treeb244dfe53c601d56af624d28677fbd1045921129
parentd8eb7b079deb940f187feaea05db645113a86bc1 (diff)
parent26ac0596c091789663f56b55ea40f0116a7776e7 (diff)
Merge branch 'sarahg/new-algolia-index' into 'main'
Update search index name See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3130 Merged-by: Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by: Sarah German <sgerman@gitlab.com>
-rw-r--r--content/frontend/search/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/frontend/search/search.js b/content/frontend/search/search.js
index 7c53542f..2649d0ea 100644
--- a/content/frontend/search/search.js
+++ b/content/frontend/search/search.js
@@ -6,7 +6,7 @@ export const algoliaAccounts = {
production: {
apiKey: '89b85ffae982a7f1adeeed4a90bb0ab1',
appId: '3PNCFOU757',
- index: 'gitlab',
+ index: 'gitlab_production',
},
testing: {
apiKey: '181a86cec565045e1851b68cd9b4a7d3',