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 <axil@gitlab.com>2018-03-07 15:34:47 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-07 15:34:47 +0300
commit5c1e6f749a56bbd8503dff904136b8b83d0ad2ed (patch)
tree9b646ae214bdee2c9acfcfb698ff53d2b5fcea61 /layouts/docsearch.html
parent7a2e9bb7ed19defdb89f62f80c047524cef15d1f (diff)
Change Algolia tag to gitlab
https://github.com/algolia/docsearch-configs/pull/329
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 2168a259..d76d93ed 100644
--- a/layouts/docsearch.html
+++ b/layouts/docsearch.html
@@ -7,7 +7,7 @@ indexName: 'gitlab',
inputSelector: '.docsearch',
algoliaOptions: {
// Filter by tags as described in https://github.com/algolia/docsearch-configs/blob/master/configs/gitlab.json
- 'filters': "tags:ee OR tags:omnibus OR tags:runner",
+ 'filters': "tags:gitlab OR tags:omnibus OR tags:runner",
// Number of results shown in the search dropdown
'hitsPerPage': 10
},