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-01-26 16:43:00 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-01-26 16:43:00 +0300
commit82a4db142c1f493f8202980f0c081366897cfe58 (patch)
treed6737774b5f5bc95e2fee77b377ce8bf6a980dfb /layouts/docsearch.html
parent1d0f604d81284945c558dfdc6425a7bc83bcc08a (diff)
Switch to Algolia search
Diffstat (limited to 'layouts/docsearch.html')
-rw-r--r--layouts/docsearch.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/docsearch.html b/layouts/docsearch.html
new file mode 100644
index 00000000..4a0be0ee
--- /dev/null
+++ b/layouts/docsearch.html
@@ -0,0 +1,9 @@
+<!-- Algolia docsearch -->
+<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
+<script type="text/javascript"> docsearch({
+apiKey: '107cb888c328ec0fd6de27246b4b1252',
+indexName: 'gitlab',
+inputSelector: 'docsearch',
+debug: false // Set debug to true if you want to inspect the dropdown
+ });
+</script>