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:
authorConnor Shea <connor.james.shea@gmail.com>2017-01-30 22:18:44 +0300
committerConnor Shea <connor.james.shea@gmail.com>2017-01-30 22:18:44 +0300
commitb33218f1eb0f38c04b5195eccbbd967216a4de91 (patch)
tree215273cb1a3e4e682ddb24e39ebc5c12ef386289 /layouts/docsearch.html
parent4789d2e5336412f1966b1627ce36010bae401132 (diff)
Make Algolia actually work. Sort of.
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..09e3bafa 100644
--- a/layouts/docsearch.html
+++ b/layouts/docsearch.html
@@ -3,7 +3,7 @@
<script type="text/javascript"> docsearch({
apiKey: 'f1a2ed7814afd15f80915de1141e6865',
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
});