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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-08 12:35:00 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-08 12:35:00 +0300
commit740963ecdd33905b37c605bfb000e974244e3a95 (patch)
tree5c6d4495f71cc07de3b7ceeb48d1b96b4019bc6c /layouts/docsearch.html
parent4789d2e5336412f1966b1627ce36010bae401132 (diff)
Change the API key
Diffstat (limited to 'layouts/docsearch.html')
-rw-r--r--layouts/docsearch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/docsearch.html b/layouts/docsearch.html
index 46c8e984..05ad362e 100644
--- a/layouts/docsearch.html
+++ b/layouts/docsearch.html
@@ -1,7 +1,7 @@
<!-- Algolia docsearch https://community.algolia.com/docsearch/ -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
-apiKey: 'f1a2ed7814afd15f80915de1141e6865',
+apiKey: 'a28a7d97a1c7b6a4770b31ce4e48415e',
indexName: 'gitlab',
inputSelector: 'docsearch',
algoliaOptions: { 'facetFilters': ["tags:ce", "tags:ee", "tags:omnibus", "tags:runner"] },