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:40 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-08 12:35:40 +0300
commitb8717ee2d05612d12edaef4fcd089c5e102b5a19 (patch)
tree66aecb47a400f5191027a6e0790251237569a28c /layouts/docsearch.html
parent740963ecdd33905b37c605bfb000e974244e3a95 (diff)
parent4a41a36f94ca2a0e89338bdfdd778071e08b2cd3 (diff)
Merge branch 'algolia' of gitlab.com:gitlab-com/gitlab-docs into algolia
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 05ad362e..92fd6f00 100644
--- a/layouts/docsearch.html
+++ b/layouts/docsearch.html
@@ -3,7 +3,7 @@
<script type="text/javascript"> docsearch({
apiKey: 'a28a7d97a1c7b6a4770b31ce4e48415e',
indexName: 'gitlab',
-inputSelector: 'docsearch',
+inputSelector: '.docsearch',
algoliaOptions: { 'facetFilters': ["tags:ce", "tags:ee", "tags:omnibus", "tags:runner"] },
debug: false // Set debug to true if you want to inspect the dropdown
});