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:
authorMarcia Ramos <marcia@gitlab.com>2020-10-05 13:10:25 +0300
committerJacques Erasmus <jerasmus@gitlab.com>2020-10-05 13:10:25 +0300
commit5db6559faa494ec40e9eac5b1aaf593bcc988b56 (patch)
treefb85dd70262045719d1154fb4816fc456b13e359 /content/opensearch.xml
parent69943943b78596bc2edc892a3cf05c1ca7272f80 (diff)
Fixes openseach (browser search)
1. In the browser, type docs.gitlab.com + press tab 1. Type the search query and press enter Was: `?q`, now is `?query`.
Diffstat (limited to 'content/opensearch.xml')
-rw-r--r--content/opensearch.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/opensearch.xml b/content/opensearch.xml
index de5b7e83..7c07bf07 100644
--- a/content/opensearch.xml
+++ b/content/opensearch.xml
@@ -1,8 +1,8 @@
<!-- Enables searching from the URL bar https://www.algolia.com/doc/tutorials/search-ui/ux-patterns/search-from-the-url-bar/ -->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>GitLab Documentation</ShortName>
- <Description>Documentation for GitLab, Omnibus GitLab, and GitLab Runner</Description>
- <Url type="text/html" method="get" template="https://docs.gitlab.com/search/?q={searchTerms}"/>
+ <Description>Documentation for GitLab, Omnibus GitLab, GitLab Charts, and GitLab Runner</Description>
+ <Url type="text/html" method="get" template="https://docs.gitlab.com/search/?query={searchTerms}"/>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
<Image height="32" width="32" type="image/x-icon">https://docs.gitlab.com/favicon.ico</Image>