Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.md « search « content - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8869da3f8a9dab4f5886189e156bad80437b599a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Search through GitLab Documentation
layout: instantsearch
feedback: nil
---
<header>
  <div id="searchbox"></div>
  <div id="powered-by"></div>
</header>
<main class="search-results">
  <div id="stats"></div>
  <div id="refinement-list"></div>
  <div id="hits"></div>

  <script type="text/html" id="hit-template">
    <a href="{{ url }}" class="hit">
      <div class="hit-content">
        <h3 class="hit-name lvl0">{{{_highlightResult.hierarchy.lvl0.value}}}</h3>
        <h4 class="hit-description lvl1">{{{_highlightResult.hierarchy.lvl1.value}}}</h4>
        <h5 class="hit-description lvl2">{{{_highlightResult.hierarchy.lvl2.value}}}</h5>
        <div class="hit-text">{{{_highlightResult.content.value}}}</div>
        <div class="hit-tag">{{ tags }}</div>
      </div>
    </a>
  </script>
</main>