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 <virtua.creative@gmail.com>2018-03-01 00:12:57 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-03-01 00:12:57 +0300
commitf4ee06f9e21b3d593a3062c38c09cb49d76b0ab5 (patch)
treea4cc0e6714b3093be175f1adb828c3a19a7a9014 /content/opensearch.xml
parent2dcac15d8b1fe88ba264afcd1e4b04b7a860cfd1 (diff)
Adds opensearch to the docs site
Diffstat (limited to 'content/opensearch.xml')
-rw-r--r--content/opensearch.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/content/opensearch.xml b/content/opensearch.xml
new file mode 100644
index 00000000..de5b7e83
--- /dev/null
+++ b/content/opensearch.xml
@@ -0,0 +1,10 @@
+<!-- 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}"/>
+ <InputEncoding>UTF-8</InputEncoding>
+ <OutputEncoding>UTF-8</OutputEncoding>
+ <Image height="32" width="32" type="image/x-icon">https://docs.gitlab.com/favicon.ico</Image>
+ <moz:SearchForm>https://docs.gitlab.com/search/</moz:SearchForm>
+</OpenSearchDescription>